Cory McWilliams cory
cory pushed to main at cory/tildefriends 2024-11-13 18:50:26 -05:00
20701d9cf1 ssb: Missed a few connection failures for context.
fa94442eb2 ssb: Populate more connection errors with context.
68ff77e172 ssb: Hook up connect error messages more thoroughly.
102e9be3a8 update: c-ares 1.34.3.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2024-11-12 21:47:21 -05:00
92bf01a183 ssb+issues: Fix missing dependencies of my commonmarkjs extensions.
cory pushed to main at cory/tildefriends 2024-11-12 21:36:56 -05:00
559504ae29 security: Use commonmarkjs with {safe: true} as intended.
cory pushed to main at cory/tildefriends 2024-11-11 22:24:57 -05:00
9b00b41a1e ssb: Connection result preliminary hookup to ui, and fix some fallout.
b1f6ad17e1 ssb: Pass around reasons for failing to connect. This will help get that information to the ui when I finish hooking it up.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-11 21:25:14 -05:00
e7979fe9db test: Add more retries until selenium cooperates.
7a276adbbc ssb: Size blob ID buffers appropriately.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-11 08:19:48 -05:00
db4997fdc4 bot: Remove the header.
cory pushed to main at cory/tildefriends 2024-11-10 19:30:38 -05:00
44ebb841f0 bot: Fix empty buttfeed posts, and use requested RSS feed for Habitat.
cory pushed to main at cory/tildefriends 2024-11-09 18:05:08 -05:00
09ae4e2096 ssb: Handle the inevitable %25 in a document hash better?
cory pushed to main at cory/tildefriends 2024-11-09 15:09:11 -05:00
0b46efe4ea test: Hack around an intermitted -t=auto failure.
cory pushed to main at cory/tildefriends 2024-11-09 14:53:00 -05:00
f1dda43e66 ui: Click off the identity menu to close it.
ce483138d7 ssb: Fighting with profile CSS.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-09 09:24:19 -05:00
73cc39226d bot: Some fixes to get SecureScuttlebuttFeed running.
cory pushed to main at cory/tildefriends 2024-11-09 09:01:37 -05:00
57257f63dd bot: Add a little script to post about recent development activity from a handful of RSS feeds I've gathered.
cory pushed to main at cory/tildefriends 2024-11-06 20:56:12 -05:00
88b25790e8 ssb: Remove some pointless logging.
e01defc4aa update: CodeMirror.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-11-06 20:42:53 -05:00
cb50c43e93 build: We all cope in our own ways.
cory pushed to main at cory/tildefriends 2024-11-06 20:29:51 -05:00
5908d15f91 js: Move default global settings to C.
cory pushed to main at cory/tildefriends 2024-11-06 12:41:58 -05:00
f66cfaec12 http: Fix some caching issues.
cory pushed to main at cory/tildefriends 2024-11-04 21:46:41 -05:00
259f92c53b http: Populate query and headers for handler.js like we used to.
cory pushed to main at cory/tildefriends 2024-11-03 21:11:41 -05:00
a84f850e91 http: Bring back handler.js support, mostly. Partly in C, this time.
5a765e6f07 js: Also unused.
791889c659 js: Remove some unused code.
5da63faf1f http+js: Move app blob handling from JS to C. handler.js support has been temporarily removed.
30d108fc35 http: URL pattern matcher fixes.
Compare 5 commits »
cory pushed to main at cory/tildefriends 2024-11-02 19:22:07 -04:00
a09fefab5e http: Add a more expressive but still nowhere near regex URL pattern matcher.
cory pushed to main at cory/tildefriends 2024-11-02 16:32:08 -04:00
f74ca1c236 test: Remove some debug prints, whoops.