Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | API doc typo fix. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
9eed26b0a048430fcb1dd755ea5f3e9b |
| User & Date: | stephan 2021-02-18 13:54:42.159 |
Context
|
2021-02-18
| ||
| 23:11 | Permuted index: Added the word relational to the fossil-is-not-relational.md description so that that page can be more easily found in the index. ... (check-in: c17054a5df user: stephan tags: trunk) | |
| 13:54 | API doc typo fix. ... (check-in: 9eed26b0a0 user: stephan tags: trunk) | |
| 13:10 | Fix the "fossil git export" command so that it returns a non-zero exit code if the "git push" command fails. ... (check-in: da5faf18c3 user: drh tags: trunk) | |
Changes
Changes to src/chat.c.
| ︙ | ︙ | |||
499 500 501 502 503 504 505 | ** The "fname" and "fmime" fields are only present if "fsize" is greater ** than zero. The "xmsg" field may be an empty string if "fsize" is zero. ** ** The "msgid" values will be in increasing order. ** ** The "mdel" will only exist if "xmsg" is an empty string and "fsize" is zero. ** | | | 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 | ** The "fname" and "fmime" fields are only present if "fsize" is greater ** than zero. The "xmsg" field may be an empty string if "fsize" is zero. ** ** The "msgid" values will be in increasing order. ** ** The "mdel" will only exist if "xmsg" is an empty string and "fsize" is zero. ** ** The "lmtime" value might be unknown, in which case it is omitted. ** ** The messages are ordered oldest first unless "before" is provided, in which ** case they are sorted newest first (to facilitate the client-side UI update). ** ** As a special case, if this routine encounters an error, e.g. the user's ** permissions cannot be verified because their login cookie expired, the ** request returns a slightly modified structure: |
| ︙ | ︙ |