This website requires JavaScript.
7a79534ca8
docs: Add some words about upgrading.
main
Cory McWilliams
2025-03-02 21:21:04 -05:00
a74a9fc821
ssb: Clean up some muxrpc-related warnings.
Cory McWilliams
2025-03-02 19:43:50 -05:00
e2c388b9db
cleanup: Stray file again.
Cory McWilliams
2025-03-02 19:29:27 -05:00
0f573ce09e
ssb: Move identity info gathering to db.
Cory McWilliams
2025-03-01 20:44:52 -05:00
bc70e41b7c
ssb: prettier.
Cory McWilliams
2025-02-27 20:17:24 -05:00
f500e14aa3
ssb: Make the connections tab a bit less scary.
Cory McWilliams
2025-02-27 20:04:38 -05:00
8b47938238
perf: Make promise stack trace collection opt-in.
Cory McWilliams
2025-02-27 19:41:21 -05:00
8912212d8e
build: Fix 32-bit.
Cory McWilliams
2025-02-27 19:10:48 -05:00
6a346bf940
http: Move websocket send to http, obvs.
Cory McWilliams
2025-02-27 19:07:01 -05:00
b5bdae4611
js: prettier
Cory McWilliams
2025-02-27 15:00:37 -05:00
6590da5793
js: Just delete some placeholder comments around code that I am trying to delete.
Cory McWilliams
2025-02-27 15:00:02 -05:00
eb2b426ec7
js: Clean up some oddness in old code as I struggle to replace it.
Cory McWilliams
2025-02-27 14:28:07 -05:00
4864a0411f
js: This RPC info does not need to be global.
Cory McWilliams
2025-02-27 13:52:24 -05:00
68590cae33
http: Avoid a potential null dereference.
Cory McWilliams
2025-02-27 11:25:38 -05:00
abf2bbaec2
js: Very minor trimming.
Cory McWilliams
2025-02-27 10:01:59 -05:00
0da7e2722f
js: Add a place to start moving imports to C.
Cory McWilliams
2025-02-27 09:58:15 -05:00
60d4b06057
http: Prevent reentering tf_http_destroy.
Cory McWilliams
2025-02-27 08:52:42 -05:00
4c3df34950
build: Let's start work on 0.0.29.
Cory McWilliams
2025-02-26 20:04:17 -05:00
7737e60b52
build: ios => CFBundleVersion=10.
Cory McWilliams
2025-02-26 19:44:00 -05:00
71e816bc13
build: nix => 0.0.28.
Cory McWilliams
2025-02-26 19:43:20 -05:00
c74f90ef04
core: Fix stock apps not being loaded/updated.
v0.0.28
latest_release
Cory McWilliams
2025-02-26 18:54:00 -05:00
26cb7e5a17
ios: Redid icon stuff.
Cory McWilliams
2025-02-26 18:27:54 -05:00
2bad6672d8
ios: Generate Assets.car out of an overabundance of caution that F-Droid is going to complain about this as a binary file.
Cory McWilliams
2025-02-26 12:43:42 -05:00
71c4011526
build: Let's prepare a 0.0.28 release.
Cory McWilliams
2025-02-26 12:07:54 -05:00
5e81078f59
update: CodeMirror.
Cory McWilliams
2025-02-26 12:05:07 -05:00
31b78e74df
ssb: Following calculation fixes. It was not handled appropriately if an account was encountered multiple times with decreasing depths.
Cory McWilliams
2025-02-25 21:52:15 -05:00
2ff689aab0
buttfeed: De-duplicate updates by link.
Cory McWilliams
2025-02-24 12:16:31 -05:00
0a6f0ed3f7
ssb: Audit timer use that might cause unnecessary delays during shutdown.
Cory McWilliams
2025-02-23 13:07:36 -05:00
bfec46673d
ssb: Test an experiment that blobs are getting priority over messages during initial sync.
Cory McWilliams
2025-02-22 11:57:57 -05:00
3a16614c72
docs: Remember to update the latest_release tag.
Cory McWilliams
2025-02-22 11:23:36 -05:00
9c9efb845c
ssb: Schedule the clock for reevaluation any time new messages are added. I think this will improve initial replication.
Cory McWilliams
2025-02-21 22:30:14 -05:00
6192f1b94d
room: Fix the room app port number multiple ways.
Cory McWilliams
2025-02-21 22:05:28 -05:00
ce451b2449
cli: Fix the return value for get_profile.
Cory McWilliams
2025-02-21 19:58:01 -05:00
8534e16469
docs: +sidebar.
Cory McWilliams
2025-02-19 20:20:21 -05:00
f6cc6f2eae
docs: Minor prep for 0.0.28.
Cory McWilliams
2025-02-19 19:54:45 -05:00
0904425221
update: CodeMirror.
Cory McWilliams
2025-02-19 19:04:59 -05:00
a729886522
update: sqlite 3.49.1.
Cory McWilliams
2025-02-19 18:59:45 -05:00
e5dfedc7d1
ios: Drop min ios version to 14. Generate more of the Info.plist. We don't use non-exempt encryption.
Cory McWilliams
2025-02-19 18:49:53 -05:00
f02423d084
ios: Now with more sed.
Cory McWilliams
2025-02-18 21:46:04 -05:00
8f4b6e83eb
ios: This fixes the build on macos and runs in the simulator.
Cory McWilliams
2025-02-18 21:28:03 -05:00
3029919553
ios: Might as well generate the CFBundleShortVersionString from that other version.
Cory McWilliams
2025-02-18 20:58:16 -05:00
ac67db0591
Merge pull request 'nix: fix build instructions fuckup' (#107 ) from tasiaiso/tildefriends:tasiaiso-fix-fuckup-holy-shit into main
Cory McWilliams
2025-02-18 19:26:56 -05:00
1e08838f5b
ios: I was able to get an iOS build to app store connect with this. Sanity lost.
Cory McWilliams
2025-02-18 19:03:17 -05:00
d814f7ee77
nix: update flake lockfile, fix update procedure
Tasia Iso
2025-02-18 22:41:00 +01:00
7edfb9d386
docs: I forgot to do this last release.
Cory McWilliams
2025-02-17 21:16:38 -05:00
6928d6caba
cleanup: prettier.
Cory McWilliams
2025-02-16 15:52:27 -05:00
1a626875cf
build: Link warning on macos.
Cory McWilliams
2025-02-16 15:13:45 -05:00
6eb3b64334
build: Fix android aab build.
Cory McWilliams
2025-02-16 14:41:14 -05:00
09f3595e93
ssb: Use the right shape for your own profile image.
Cory McWilliams
2025-02-16 14:37:45 -05:00
11e89622d4
security: Respect the autologin setting better.
Cory McWilliams
2025-02-16 14:07:14 -05:00
0fa8acc264
ios: Untested, but attempt auto-login.
Cory McWilliams
2025-02-16 13:42:07 -05:00
afc7c64ed8
android: Fix launch args.
Cory McWilliams
2025-02-16 13:41:26 -05:00
c794c1b885
admin: Global settings can be specified on the command-line. Removed some previous, less thorough ways of configuring things. #102
Cory McWilliams
2025-02-16 13:37:25 -05:00
6247529799
build: Fix F-droid icon reference.
Cory McWilliams
2025-02-16 11:49:45 -05:00
ad3eedc1fb
android: Avoid the extra background on the icon, and set a different color for F-droid builds.
Cory McWilliams
2025-02-16 11:43:27 -05:00
1cfac3cae6
ssb: Allow otherwise unrecognized incoming connections when not talking to strangers if they have a valid invite.
Cory McWilliams
2025-02-16 08:45:08 -05:00
478bcd5d13
ssb: New incoming connections replace old ones for the same id.
Cory McWilliams
2025-02-16 08:19:40 -05:00
6932da69b3
update: speedscope 1.22.2.
Cory McWilliams
2025-02-15 21:08:46 -05:00
857f47bf55
ssb: Make the invite.use reponse flags match the docs exactly, and add some connection state paranoia.
Cory McWilliams
2025-02-15 20:52:39 -05:00
373d742751
ssb: The docs show the response to invite.use() wrapped in {key: ..., value: ...}, so do that.
Cory McWilliams
2025-02-15 08:19:23 -05:00
575622c522
ssb: Did that from the wrong thread.
Cory McWilliams
2025-02-13 21:37:40 -05:00
a3e86ccb1d
update: CodeMirror.
Cory McWilliams
2025-02-12 19:43:19 -05:00
e491798ff1
auth: Auto-login fixes.
Cory McWilliams
2025-02-12 19:37:06 -05:00
15df4ac236
auth: Skip auth on mobile. #97
Cory McWilliams
2025-02-12 19:25:05 -05:00
017a74c4e4
ssb: Reload the profile on follow/unfollow/block/unblock.
Cory McWilliams
2025-02-12 18:20:44 -05:00
6e5b1127f3
ssb: If we don't accept the invite, give up on the connection.
Cory McWilliams
2025-02-12 18:08:40 -05:00
95f4f88949
ssb: Non-expiring invites were still broken.
Cory McWilliams
2025-02-12 18:03:53 -05:00
92858882d7
update: libbacktrace.
Cory McWilliams
2025-02-11 20:53:57 -05:00
4cba95ec8c
update: CodeMirror.
Cory McWilliams
2025-02-11 20:52:13 -05:00
bbb2f89d85
update: OpenSSL 3.4.1.
Cory McWilliams
2025-02-11 20:48:41 -05:00
88213038b2
build: Link with -gz=zlib to make some of these distributables megabytes smaller.
Cory McWilliams
2025-02-11 20:42:22 -05:00
cc18b41e76
update: sqlite 3.49.0.
Cory McWilliams
2025-02-10 22:05:02 -05:00
f16127a238
build: Fix mixing directory for lipo targets.
Cory McWilliams
2025-02-10 21:28:22 -05:00
2a6ecfaede
build: Set an LD_LIBRARY_PATH for macos on linux.
Cory McWilliams
2025-02-10 20:57:14 -05:00
cf4a09bf03
build: Use clang-19 on the worker, and cleanup some symlinks I commited in error.
Cory McWilliams
2025-02-10 20:23:54 -05:00
20e60262fd
build: Some clangs are more strict than quickjs.
Cory McWilliams
2025-02-09 21:46:12 -05:00
9e3928c976
build: Some clangs are more strict about this. quickjs is not.
Cory McWilliams
2025-02-09 21:45:05 -05:00
95d8768545
build: Try to get CI building for macos.
Cory McWilliams
2025-02-09 20:47:20 -05:00
8679d09040
build: Build a fat macos binary.
Cory McWilliams
2025-02-09 08:13:13 -05:00
4cc5c6acb3
build: On second thought, split the cross-build of macos into x86_64 and arm.
Cory McWilliams
2025-02-06 12:48:17 -05:00
6f9b548b1a
build: There seems to be a way to build for macos from Linux. Neat.
Cory McWilliams
2025-02-05 20:50:41 -05:00
fbff3386a9
update: CoreMirror.
Cory McWilliams
2025-02-05 18:58:03 -05:00
e5899fca58
ssb: Use the cache of private messages we built for the unread notification to actually show private messages. Still needs some work, but it's something.
Cory McWilliams
2025-02-05 18:41:37 -05:00
dddec489b9
ssb: Results of staring at unexpected shs disconnections: wire up tunnel.endpoints and blobs.createWants more correctly/thoroughly. And add slightly more context when deliberately disconnected from the remote side.
Cory McWilliams
2025-02-04 21:32:16 -05:00
b4049eaeaa
welcome: Feeling fancy. Might revert later.
Cory McWilliams
2025-02-04 12:53:04 -05:00
b3fd724b5a
docs: Some updates to the README.
Cory McWilliams
2025-02-04 12:39:59 -05:00
aca25be86a
docs: Minor cleanup/normalization.
Cory McWilliams
2025-02-03 12:39:23 -05:00
0f8cbdac57
docs: Bring back docs as a directory. Long live https://docs.tildefriends.net/
Cory McWilliams
2025-02-02 22:39:55 -05:00
630219d667
docs: Stop using docs as a submodule. It discouraged pull requests.
Cory McWilliams
2025-02-02 22:39:11 -05:00
fef268e434
build: Oops.
Cory McWilliams
2025-02-02 22:21:16 -05:00
e18dcf3a48
build: Maybe ssh?
Cory McWilliams
2025-02-02 22:18:05 -05:00
e019320146
build: Forgot the actual rsync options I wanted.
Cory McWilliams
2025-02-02 21:55:57 -05:00
65b31e14f9
build: +rsync. Formatting yaml.
Cory McWilliams
2025-02-02 21:51:18 -05:00
9cb5cbcde9
build: OK, that fail's on me.
Cory McWilliams
2025-02-02 21:47:05 -05:00
25914ff5a7
build: c'mon
Cory McWilliams
2025-02-02 21:44:05 -05:00
c4af799279
build: Let's try to put docs somewhere.
Cory McWilliams
2025-02-02 21:40:29 -05:00
3f8f0e14f4
build: Make a directory for a thing that fails intermittently??
Cory McWilliams
2025-02-02 17:12:03 -05:00
5414b30e7f
build: Resolve some zsign/cmake warnings.
Cory McWilliams
2025-02-02 17:07:59 -05:00
7aee897c1b
cleanup: No longer need form parsing in JS.
Cory McWilliams
2025-02-02 16:52:44 -05:00
4060f9cc11
build: jarsigner -> apksigner to suppress a warning.
Cory McWilliams
2025-02-02 16:38:55 -05:00