Cory McWilliams cory
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.
cory commented on issue cory/tildefriends#92 2024-12-26 19:06:08 -05:00
unable to register account

I was just able to create myself a test account, so it's not entirely broken.

It is a little picky about usernames - only upper and lowercase English letters and digits. The first character…

cory pushed to main at cory/tildefriends 2024-12-24 17:23:26 -05:00
855f5f7af4 ssb: Before destroying a connection, show a message on why it is going away in the UI.
cory pushed to main at cory/tildefriends 2024-12-24 16:44:56 -05:00
c85dd2655c ssb: Strip out the old disconnection debug information.
cory pushed to main at cory/tildefriends 2024-12-24 16:33:15 -05:00
fb0e4060cd ssb: Instrument some more callbacks for hitches.
cory pushed to main at cory/tildefriends 2024-12-24 15:01:18 -05:00
707b4990a6 build: Not all the toolchains support -Oz. Oh well.
cory pushed to main at cory/tildefriends 2024-12-24 14:47:36 -05:00
9c8b922069 build: Use all the tricks to make release smaller on all the platforms.
d4b421421d ssb: prettier.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-12-24 13:09:33 -05:00
58e9646fa6 ssb: Populate reply information in posts.
cory pushed to main at cory/tildefriends 2024-12-24 12:45:31 -05:00
500f172561 ssb: Double down on a loading indicator.
cory pushed to main at cory/tildefriends 2024-12-24 12:20:45 -05:00
68f6c90ea4 ssb: Get saving the about cache off of the main load path.
cory pushed to main at cory/tildefriends 2024-12-24 11:16:55 -05:00
41e91f2922 ssb: Consolidate global settings helpers.
999117cfeb clean: Remove a file I sloppily added.
6185df512f build: Add help for armdebug/release, and fix some make help alignment.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2024-12-24 10:31:15 -05:00
0cbf66c007 build: Let's try to artifact the x86_64 + ARM linux executables.
cory pushed to main at cory/tildefriends 2024-12-24 10:01:17 -05:00
cd378b721d build: Support and test cross-compiling for linux-aarch64.
cory closed issue cory/tildefriends#91 2024-12-23 16:32:41 -05:00
Put the database in the right place
cory pushed to main at cory/tildefriends 2024-12-23 16:32:38 -05:00
547d38d1ef ssb: Put the database in (ie, ~/.local/share/tildefriends/db.sqlite) by default. Unless it already exists in the working directory, so that nobody worries they've lost it. #91
cory pushed to main at cory/tildefriends 2024-12-23 14:41:34 -05:00
dca56af5b9 build: Let's go static openssl on macos, too.
cory pushed to main at cory/tildefriends 2024-12-23 14:22:30 -05:00
224442772e build: Let's try a thing. Use our own static openssl libraries built in-tree.
cory opened issue cory/tildefriends#91 2024-12-23 13:47:27 -05:00
Put the database in the right place