Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-12-29 13:34:54 -05:00
98275f7c87 cleanup: Remove a debug print.
cory pushed to main at cory/tildefriends 2024-12-29 13:32:41 -05:00
eca8726909 ssb: Load and show new messages as they arrive.
cory opened issue cory/tildefriends#93 2024-12-29 13:14:39 -05:00
Rewrite EBT
cory pushed to main at cory/tildefriends 2024-12-29 12:44:46 -05:00
baf125c450 ssb: Trying to get the sidebar to behave better. Fighting CSS.
cory pushed to main at cory/tildefriends 2024-12-28 21:31:31 -05:00
efcc710d91 ssb: Let's assume we read our own messages.
cory pushed to main at cory/tildefriends 2024-12-28 21:30:43 -05:00
5980ee4c86 cleanup: Unneeded #include.
db9b7a22c2 core: Report the c-ares version.
Compare 2 commits »
cory closed issue cory/tildefriends#87 2024-12-28 21:07:31 -05:00
Show recently disconnections and reasons
cory pushed to main at cory/tildefriends 2024-12-27 21:32:35 -05:00
5e24d4f322 build: Support Xcode 16.2 on Linux, including cross-compiling OpenSSL.
cory pushed to main at cory/tildefriends 2024-12-27 15:51:37 -05:00
2dd32cdce2 ssb: Tweak idle scheduling even more, still. Fixes -t=bench.
cory pushed to main at cory/tildefriends 2024-12-27 15:02:56 -05:00
9cddd93dad ssb: Don't schedule duplicate history stream requests for the same account. Changes how we schedule idle work. Let's see if this is better.
4127898655 ssb: Avoid more work on shutdown.
45d48483d0 ssb: Avoid scheduling idle work while shutting down, so that we shut down sooner.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2024-12-27 13:49:56 -05:00
852c25296a ssb: Better errors for failing to decrypt private messages.
aea631138e ssb: Fix private messages starting with unread status when there are none.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-12-27 13:23:32 -05:00
683fdbb02a ssb: Fix channel status not updating reliably.
cory pushed to main at cory/tildefriends 2024-12-27 13:16:14 -05:00
c3bbab35e2 ssb: Fix global settings defaults.
cory pushed to main at cory/tildefriends 2024-12-27 12:27:58 -05:00
ba8941046e ssb: Consolidate some redundant connection code.
cory commented on issue cory/tildefriends#92 2024-12-27 11:40:50 -05:00
unable to register account

I added some context for the above case. If it's still not cooperating, please reopen the issue / poke me again. Thanks.

cory closed issue cory/tildefriends#92 2024-12-27 11:40:50 -05:00
unable to register account
cory pushed to main at cory/tildefriends 2024-12-27 11:39:58 -05:00
d202f4e00d auth: Provide some feedback about valid account names. #92
cory pushed to main at cory/tildefriends 2024-12-26 22:24:58 -05:00
42da5d8d32 ssb: Experimenting with generating the w3 css theme colors.
cory pushed to main at cory/tildefriends 2024-12-26 20:18:56 -05:00
5af3533598 tests: Clean up some warnings by avoiding in-memory databases. I never got that working well, and it's not representative of actual operation.
7843168fad ssb: Hook up some more disconnect messaging.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-12-26 19:48:28 -05:00
8f51eb63b0 ssb: More experimenting with the unread status strategy.