Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

15 check-ins using file src/th.c version e8736b61f5

2025-04-10
16:11
Add a 'retry now' button to the /chat poller timeout notification widgets. Fix a bug which kept Chat.deleteMessageElem() from working if it was passed a MessageWidget instance. check-in: 8c64fa26f3 user: stephan tags: trunk
15:14
Fix an = vs == bug in the /chat timeout error handling which only coincidentally worked that way. Update some /chat-internal docs. check-in: 5fc2f2a034 user: stephan tags: trunk
14:24
Remove comments calling for a now-resolved TODO. No code changes. check-in: a5521984c3 user: stephan tags: trunk
14:22
Teach /chat to behave better when the connection to the remote server goes down, using a back-off timer to throttle reconnection attempts instead of blindly sending one reconnection request per second. check-in: 39b4bd9c06 user: stephan tags: trunk
12:28
Improved spacing layout on the repolist table. check-in: 3aa5033b35 user: drh tags: trunk
10:35
Update the built-in SQLite with the latest trunk check-in. check-in: e69720eae3 user: drh tags: trunk
09:34
Remove 'www.' prefix in extsrc/sqlite3.c and .h check-in: d452c5cebc user: brickviking tags: trunk
07:23
When deleting a connection-restored notification, also delete the connection-broken notification it's associated with. Add a button to the message popup for connection-related notifications to delete all connection-related notifications. When running on localhost, reduce the /chat poller timeout to 15s. Closed-Leaf check-in: 79932a5210 user: stephan tags: chat-backoff-timer2
06:12
Improve an error message. check-in: 1f97db779d user: stephan tags: chat-backoff-timer2
06:08
Remove some stray debug output. Make fossil.dom.remove() a bit more robust against passed-in elements which have already been removed from the DOM. check-in: 040a7d4503 user: stephan tags: chat-backoff-timer2
06:02
Restore the production-mode (not dev-mode) long-pole timeout. check-in: 8da1269599 user: stephan tags: chat-backoff-timer2
06:01
Rework the chat poll fallback considerably. The notification widgets now interact with other messages better and don't mis-fire when the long-poll connection times out. check-in: 9516f7cd15 user: stephan tags: chat-backoff-timer2
00:44
Add a connection retry back-off delay to /chat when it cannot reach the server. (Edit: too many UI quirks. It needs reworking.) check-in: 4443ef843f user: stephan tags: chat-backoff-timer2
2025-04-09
22:56
Remove 'www.' prefix from www.fossil-scm.org links in the footers of several skins. check-in: 67f8111ea3 user: stephan tags: trunk
21:12
Do not allow integer left-shift overflow in TH1, because gcc 14.2.0 hates that. [forum:/info/6c1653220d4e12ec|Forum post 6c1653220]. check-in: c66b19670f user: drh tags: trunk