Cory McWilliams cory
cory commented on pull request cory/tildefriends#45 2024-03-22 08:08:03 -04:00
WIP: git submodules

For Android and iOS where there aren't provided openssl libs, those scripts in tools fetch and build it. Not sure what's up with that error. Is it actually complaining about the shebang?

javac…

cory commented on pull request cory/tildefriends#45 2024-03-21 22:48:25 -04:00
WIP: git submodules

Interesting. Does make dist still produce a tarball with enough dependencies to build?

cory commented on issue cory/tildefriends#44 2024-03-21 09:11:23 -04:00
Redirect the old github repo to this one to avoid confusion

Do you know what the best practice is? Just add a commit that replaces everything with a new README with a link?

cory commented on issue cory/tildefriends#43 2024-03-21 09:10:41 -04:00
Make a robots.txt file

I think I'm OK having it scraped (to some extent), but we should do something so it shows up better / more usefully in search results.

I think this is hardcoded in http.js.c: https://www.tildefr…

cory pushed to main at cory/tildefriends 2024-03-20 20:44:13 -04:00
fdda628be8 Fix paths in the source tarball.
cory pushed to main at cory/tildefriends 2024-03-20 20:38:25 -04:00
2b45d8aa05 Doh. Never mean to add that.
cory pushed to main at cory/tildefriends 2024-03-20 20:33:48 -04:00
0e2fc65301 Document run -k flag.
cory pushed to main at cory/tildefriends 2024-03-18 12:46:37 -04:00
e8ef7e74de Fixed a leak in JS blob store.
cory pushed to main at cory/tildefriends 2024-03-18 12:34:18 -04:00
c32e1b9583 http request cleanup crash fix.
cory pushed to main at cory/tildefriends 2024-03-18 12:33:05 -04:00
9d0f6ec155 Fix the sneaker app RE: JSONB.
cory pushed to main at cory/tildefriends 2024-03-17 13:21:58 -04:00
855d603795 docs + prettier
cory pushed to main at cory/tildefriends 2024-03-17 12:39:02 -04:00
af25782185 More http/request shutdown issues.
cory commented on issue cory/tildefriends#38 2024-03-17 10:02:09 -04:00
ssb: make it easy to get a blob

I'm going to keep this open until I get that blob (&2odd9wY1zddBs2yXFvyPaxgGQ2sI6k9kxxA5cXVUqNs=.sha256). I've fixed two fundamental blob replication bugs already chasing this.

5e240de677447fa3…

cory pushed to main at cory/tildefriends 2024-03-17 09:44:14 -04:00
e5ba51b80a Chasing a leak that looks like an EBT clock. Deleted some unneeded code and adding a missing JS free.
cory pushed to main at cory/tildefriends 2024-03-17 09:16:30 -04:00
5e240de677 Fix requesting blobs from blob_wants. ids were trucated. Yikes.
cory opened issue cory/tildefriends#42 2024-03-14 21:06:18 -04:00
Do process sandboxing on windows
cory closed issue cory/tildefriends#15 2024-03-13 20:43:23 -04:00
More generic room app
cory pushed to main at cory/tildefriends 2024-03-13 20:43:20 -04:00
418cfac0e3 Add a stock app with local room connection info. #15
cory opened issue cory/tildefriends#41 2024-03-13 20:34:08 -04:00
Mobile replication mode with a sync/refresh button which does its thing on-demand and then stops
cory opened issue cory/tildefriends#40 2024-03-13 20:33:08 -04:00
Why do we get disconnected from go-ssb-room so readily?