This website requires JavaScript.
Explore
Help
Register
Sign In
cory
/
tildefriends
Watch
4
Star
6
Fork
2
Code
Issues
20
Pull Requests
Actions
Releases
48
Wiki
Activity
All Workflows
Build Tilde Friends
1516 workflow runs
Actor
All actors
cory
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
fdroid-0.2025.12
main
ssb: Let's assume we read our own messages.
Build Tilde Friends #346
:
Commit
efcc710d91
pushed by
cory
main
2024-12-28 21:55:24 -05:00
23m21s
View workflow file
cleanup: Unneeded #include.
Build Tilde Friends #345
:
Commit
5980ee4c86
pushed by
cory
main
2024-12-28 21:31:31 -05:00
47s
View workflow file
build: Support Xcode 16.2 on Linux, including cross-compiling OpenSSL.
Build Tilde Friends #344
:
Commit
5e24d4f322
pushed by
cory
main
2024-12-27 21:54:48 -05:00
22m12s
View workflow file
ssb: Tweak idle scheduling even more, still. Fixes -t=bench.
Build Tilde Friends #343
:
Commit
2dd32cdce2
pushed by
cory
main
2024-12-27 16:14:14 -05:00
22m36s
View workflow file
ssb: Don't schedule duplicate history stream requests for the same account. Changes how we schedule idle work. Let's see if this is better.
Build Tilde Friends #342
:
Commit
9cddd93dad
pushed by
cory
main
2024-12-27 15:25:32 -05:00
22m35s
View workflow file
ssb: Better errors for failing to decrypt private messages.
Build Tilde Friends #341
:
Commit
852c25296a
pushed by
cory
main
2024-12-27 14:12:29 -05:00
22m32s
View workflow file
ssb: Fix channel status not updating reliably.
Build Tilde Friends #340
:
Commit
683fdbb02a
pushed by
cory
main
2024-12-27 13:46:45 -05:00
23m2s
View workflow file
ssb: Fix global settings defaults.
Build Tilde Friends #339
:
Commit
c3bbab35e2
pushed by
cory
main
2024-12-27 13:23:32 -05:00
7m16s
View workflow file
ssb: Consolidate some redundant connection code.
Build Tilde Friends #338
:
Commit
ba8941046e
pushed by
cory
main
2024-12-27 12:50:32 -05:00
22m32s
View workflow file
auth: Provide some feedback about valid account names.
#92
Build Tilde Friends #337
:
Commit
d202f4e00d
pushed by
cory
main
2024-12-27 12:03:08 -05:00
23m8s
View workflow file
ssb: Experimenting with generating the w3 css theme colors.
Build Tilde Friends #336
:
Commit
42da5d8d32
pushed by
cory
main
2024-12-26 22:46:37 -05:00
21m38s
View workflow file
tests: Clean up some warnings by avoiding in-memory databases. I never got that working well, and it's not representative of actual operation.
Build Tilde Friends #335
:
Commit
5af3533598
pushed by
cory
main
2024-12-26 20:40:39 -05:00
21m42s
View workflow file
ssb: More experimenting with the unread status strategy.
Build Tilde Friends #334
:
Commit
8f51eb63b0
pushed by
cory
main
2024-12-26 20:11:04 -05:00
22m35s
View workflow file
ssb: Before destroying a connection, show a message on why it is going away in the UI.
Build Tilde Friends #333
:
Commit
855f5f7af4
pushed by
cory
main
2024-12-24 17:43:33 -05:00
20m6s
View workflow file
ssb: Strip out the old disconnection debug information.
Build Tilde Friends #332
:
Commit
c85dd2655c
pushed by
cory
main
2024-12-24 17:05:21 -05:00
20m16s
View workflow file
ssb: Instrument some more callbacks for hitches.
Build Tilde Friends #331
:
Commit
fb0e4060cd
pushed by
cory
main
2024-12-24 16:44:56 -05:00
11m41s
View workflow file
build: Not all the toolchains support -Oz. Oh well.
Build Tilde Friends #330
:
Commit
707b4990a6
pushed by
cory
main
2024-12-24 15:21:21 -05:00
20m3s
View workflow file
build: Use all the tricks to make release smaller on all the platforms.
Build Tilde Friends #329
:
Commit
9c8b922069
pushed by
cory
main
2024-12-24 14:49:52 -05:00
2m15s
View workflow file
ssb: Populate reply information in posts.
Build Tilde Friends #328
:
Commit
58e9646fa6
pushed by
cory
main
2024-12-24 13:31:07 -05:00
21m33s
View workflow file
ssb: Double down on a loading indicator.
Build Tilde Friends #327
:
Commit
500f172561
pushed by
cory
main
2024-12-24 13:07:02 -05:00
21m29s
View workflow file
ssb: Get saving the about cache off of the main load path.
Build Tilde Friends #326
:
Commit
68f6c90ea4
pushed by
cory
main
2024-12-24 12:42:17 -05:00
21m32s
View workflow file
ssb: Consolidate global settings helpers.
Build Tilde Friends #325
:
Commit
41e91f2922
pushed by
cory
main
2024-12-24 11:38:25 -05:00
21m28s
View workflow file
build: Let's try to artifact the x86_64 + ARM linux executables.
Build Tilde Friends #324
:
Commit
0cbf66c007
pushed by
cory
main
2024-12-24 10:52:45 -05:00
21m30s
View workflow file
build: Support and test cross-compiling for linux-aarch64.
Build Tilde Friends #323
:
Commit
cd378b721d
pushed by
cory
main
2024-12-24 10:23:31 -05:00
22m13s
View workflow file
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
Build Tilde Friends #322
:
Commit
547d38d1ef
pushed by
cory
main
2024-12-23 16:50:28 -05:00
17m49s
View workflow file
build: Let's go static openssl on macos, too.
Build Tilde Friends #321
:
Commit
dca56af5b9
pushed by
cory
main
2024-12-23 14:59:35 -05:00
18m0s
View workflow file
build: Let's try a thing. Use our own static openssl libraries built in-tree.
Build Tilde Friends #320
:
Commit
224442772e
pushed by
cory
main
2024-12-23 14:40:21 -05:00
17m49s
View workflow file
ssb: Load more context for mentions.
Build Tilde Friends #319
:
Commit
003951fdf7
pushed by
cory
main
2024-12-23 13:49:32 -05:00
16m40s
View workflow file
ssb: Fix channel cycling key shortcut.
Build Tilde Friends #318
:
Commit
d51b3da1b4
pushed by
cory
main
2024-12-23 13:32:43 -05:00
14m1s
View workflow file
ssb: Fix weird sidebar sizing.
Build Tilde Friends #317
:
Commit
69f4af84db
pushed by
cory
main
2024-12-23 13:18:34 -05:00
10m56s
View workflow file
First
Previous
...
38
39
40
41
42
...
Next
Last