Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins using file src/chat.c version 2a9523a0a2
|
2021-10-26
| ||
| 17:21 | Update the built-in SQLite to the latest 3.37.0 alpha for testing. ... (check-in: ed3dc66de0 user: drh tags: trunk) | |
| 16:17 | Make sure the g.zIpAddr is reset for each new ssh: URL. ... (check-in: be18690cad user: drh tags: trunk) | |
| 16:11 | Ensure that UrlData.fossil is always dynamically allocated. Fix a harmless valgrind warnings. Improve comments on UrlData. ... (check-in: cd5715513e user: drh tags: trunk) | |
| 15:47 | More work to ensure that UrlData.path is always dynamically allocated. ... (check-in: 6d78082cb5 user: drh tags: trunk) | |
| 15:13 | The UrlData.path element should always be dynamically allocated. ... (check-in: b9c9d39df9 user: drh tags: trunk) | |
|
2021-10-25
| ||
| 10:36 | Add a comment that documents the CONFIG table keys used by "fossil remote". No changes to code. ... (check-in: 6330e86405 user: drh tags: trunk) | |
| 10:09 | Improved help text for the autosync setting. ... (check-in: 19d7c5ff7b user: drh tags: trunk) | |
| 09:59 | If the "autosync" setting is "all", then autosync with all repos in "fossil remote list". ... (check-in: 241ade812b user: drh tags: trunk) | |
| 09:22 | Add the "fossil remote scrub" command. Prompt for missing passwords on auxiliary remotes when they are needed. ... (check-in: 7f2e34c5c4 user: drh tags: trunk) | |
|
2021-10-24
| ||
| 19:47 | Add the --all option to "fossil sync" and similar, causing the sync to occur against all remote repositories shown in "fossil remote list". ... (check-in: 6b4a04d449 user: drh tags: trunk) | |
|
2021-10-22
| ||
| 19:26 | Show notBefore and notAfter timestamps for unknown TLS certificates. ... (check-in: 5623188de3 user: danield tags: trunk) | |
| 11:18 | New sqlite3.c to fix a harmless compiler warning. ... (check-in: acbc849384 user: drh tags: strict) | |
| 10:10 | On this branch, the schema makes use of the STRICT keyword new to SQLite 3.37.0. Fossil does not benefit from this. The point of this branch is to beta-test the new STRICT mode of SQLite. ... (check-in: 632ffb82e1 user: drh tags: strict) | |
|
2021-10-21
| ||
| 08:42 | stash patch from [forum:5e6c3e3b78112df3|forum post 5e6c3e3b78112df3] which updates it to handle the NULL stashfile.hash case introduced in [ed06585f41]. This resolves the 11 failing stash tests. ... (check-in: 4531bcd497 user: stephan tags: trunk) | |
| 01:15 | Improve help text of login-group command. Mention about the -R|--repository option and format subcommand description to follow a bit more the conventions of other commands. ... (check-in: b9107e42cd user: mgagnon tags: trunk) | |
|
2021-10-19
| ||
| 19:25 | Better fix for the case of doing a "fossil diff" on a checkout that includes a merge and specifying a --from clause that is the branch that was merged from. ... (check-in: 960c9e8bd6 user: drh tags: trunk) | |
| 17:46 | This fix does not work for the case of a branch merge followed by "fossil diff --tk". ... (Closed-Leaf check-in: edb3a3a063 user: drh tags: mistake) | |
|
2021-10-18
| ||
| 12:45 | Removed an incorrect hash result from www/password.wiki, per [forum:3375879e6c3b9d73|forum post 3375879e6c3b9d73]. ... (check-in: 2169f323fa user: stephan tags: trunk) | |
| 11:11 | /wikiappend: removed ability to append to sandbox (wikiedit long since removed that capability). Fixed selection of mimetype name for text/plain pages. Moved permissions check to the top of the function. Largely based on suggestions from [forum:0acfdaac80|forum post 0acfdaac80]. ... (check-in: 202cbcf015 user: stephan tags: trunk) | |
| 08:13 | A pikchr error output formatting fix, per [forum:e167e2e622|forum post e167e2e622], and an unrelated typo fix. ... (check-in: c440011b74 user: stephan tags: trunk) | |
|
2021-10-16
| ||
| 06:59 | In the default ticket view, add a SPAN with CSS class tktDspCommenter around the commenter's name, per suggestion in [forum:491ed22f44|forum post 491ed22f44]. ... (check-in: 9f53093dca user: stephan tags: trunk) | |
| 06:52 | Removed the docs for the merge command's --case-sensitive flag, as it does not seem to be applied anywhere. ... (check-in: e340af58a2 user: stephan tags: trunk) | |
|
2021-10-13
| ||
| 10:01 | Applied SSL fingerprint comparison patch from [forum:c1e3c18afb|forum post c1e3c18afb]. Incremented version to 2.18. ... (check-in: 48a860f658 user: stephan tags: trunk) | |
|
2021-10-12
| ||
| 20:28 | /chat: fixed an error reporting bug which could cause server-triggered errors to not be displayed. When sending a message fails, the failed message is now presented as an error message, along with buttons to either retry or discard the message. ... (check-in: 9d693ef80a user: stephan tags: trunk) | |