Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | src/chat.c change. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | bv-corrections01 |
| Files: | files | file ages | folders |
| SHA3-256: |
40d3132fce947a843e2086bcecf5bb34 |
| User & Date: | brickviking 2024-11-11 11:55:19.780 |
Context
|
2024-11-11
| ||
| 12:10 | src/diffcmd.c change. ... (check-in: 59d97d2859 user: brickviking tags: bv-corrections01) | |
| 11:55 | src/chat.c change. ... (check-in: 40d3132fce user: brickviking tags: bv-corrections01) | |
| 11:49 | src/checkin.c changes ... (check-in: efdd823f28 user: brickviking tags: bv-corrections01) | |
Changes
Changes to src/chat.c.
| ︙ | ︙ | |||
1200 1201 1202 1203 1204 1205 1206 | ** Copy chat content from the server down into the local clone, ** as a backup or archive. Setup privilege is required on the server. ** ** --all Download all chat content. Normally only ** previously undownloaded content is retrieved. ** --debug Additional debugging output ** --out DATABASE Store CHAT table in separate database file | | | 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 | ** Copy chat content from the server down into the local clone, ** as a backup or archive. Setup privilege is required on the server. ** ** --all Download all chat content. Normally only ** previously undownloaded content is retrieved. ** --debug Additional debugging output ** --out DATABASE Store CHAT table in separate database file ** DATABASE rather than adding to local clone ** --unsafe Allow the use of unencrypted http:// ** ** > fossil chat send [ARGUMENTS] ** ** This command sends a new message to the chatroom. The message ** to be sent is determined by arguments as follows: ** |
| ︙ | ︙ |