Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-10-23 21:50:39 -04:00
0a35e14590 js: Fix database.getall().
cory pushed to main at cory/tildefriends 2024-10-23 18:48:45 -04:00
e979c176e3 test: Exercise nominally creating and deleting an app.
a0d9c3dc29 js: Move the global 404 response to C.
efcb68351c docs: Reminding myself how to make a release.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2024-10-23 15:57:48 -04:00
94e8bf2e1c test: Add some nominal testing for the new publish command.
cory pushed to main at cory/tildefriends 2024-10-23 15:38:50 -04:00
82d1a294a6 ssb: prettier.
de20274589 ssb: Add a publish command that can be used to publish messages from the command-line.
2f193e64c8 ssb: Show muxrpc command names when possible in verbose logging.
Compare 3 commits »
cory pushed to main at cory/tildefriends 2024-10-23 14:21:10 -04:00
86751362cb ssb: Indicate which muxrpc sends failed, and use that to fix some replication nonsense and log noise.
cory pushed to main at cory/tildefriends 2024-10-23 12:03:01 -04:00
4118323631 build: Fix some cflags not making it to libsodium. Disable the libsodium -flto warning a more different way.
0d134f7f10 update: CodeMirror to latest.
409724cfcd update: OpenSSL 3.4.0.
799a33be40 update: libbacktrace to latest.
2fa9c66495 update: libuv 1.49.2.
Compare 6 commits »
cory pushed to main at cory/tildefriends 2024-10-17 12:41:57 -04:00
581f72b3f8 ssb: Disallow rich text paste on Firefox. Didn't realize it doesn't support contenteditable='plaintext-only'.
cory pushed to main at cory/tildefriends 2024-10-16 21:02:54 -04:00
1dd7e4347c js: Kill setGlobalSettings.
36cc9398c7 js: Move storePermission to C.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-10-16 19:53:51 -04:00
68817feeec js: Kill getSessionProcessBlob.
97661e2ca2 http: Fix some headers.
72def5ae6d js: Move /view to C.
e638b155a1 js: Kill gGlobalSettings. Decouples things a bit.
Compare 4 commits »
cory opened issue cory/tildefriends#76 2024-10-16 17:55:58 -04:00
Create a terminal app
cory pushed to main at cory/tildefriends 2024-10-16 12:39:33 -04:00
32db18b0d6 ssb: Close the reactions list dialog by clicking off of it.
cory pushed to main at cory/tildefriends 2024-10-15 12:41:51 -04:00
b653a5250d build: Appease gcc 14.
cory pushed to main at cory/tildefriends 2024-10-14 12:44:25 -04:00
30329f7cad ssb: No duplicate connections, even with tunnels. This is confusing.
cory pushed to main at cory/tildefriends 2024-10-13 18:13:33 -04:00
29a1478c86 ssb: No duplicate tunnels.
cory pushed to main at cory/tildefriends 2024-10-13 14:58:24 -04:00
c882bf31ec docs: grammar
cory pushed to main at cory/tildefriends 2024-10-13 14:46:27 -04:00
17ccb8f083 update: libuv 1.49.1.
cory pushed to main at cory/tildefriends 2024-10-13 14:41:03 -04:00
0e7d2a8b0e ssb: The identity app now lets you switch out the server identity if you are an administrator.
3743543ef8 welcome: prettier
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-10-11 19:04:56 -04:00
700dd7b45a build: Appease OpenBSD.
cory pushed to main at cory/tildefriends 2024-10-11 18:25:15 -04:00
c2eb73fd8a update: c-ares 1.34.1.
cory pushed to main at cory/tildefriends 2024-10-10 21:41:40 -04:00
e1f4f7f95b ssb: Don't stretch profile images when fitting into a circle. I swear I did this ages ago.