tildefriends/src
Cory McWilliams 855f5f7af4
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m6s
ssb: Before destroying a connection, show a message on why it is going away in the UI.
2024-12-24 17:23:22 -05:00
..
android build: Let's start work on 0.0.27. 2024-12-23 11:23:51 -05:00
ios ios: Mobile provision junk. 2024-10-10 20:43:13 -04:00
bcrypt.js.c Add missing statics, and remove the 'tildefriends check' command. 2024-02-10 16:50:00 +00:00
bcrypt.js.h Some progress on .h docs, and add a preliminary CONTRIBUTING.md. 2024-03-04 12:23:00 -05:00
bip39.c Looks like I can round-trip an SSB identity, now. 2024-01-04 01:17:30 +00:00
bip39.h Some progress on .h docs, and add a preliminary CONTRIBUTING.md. 2024-03-04 12:23:00 -05:00
bip39.words.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
bip39.words.h Some progress on .h docs, and add a preliminary CONTRIBUTING.md. 2024-03-04 12:23:00 -05:00
com.unprompted.tildefriends.yml build: flatpak filesystem access tweaks. 2024-10-27 14:37:37 -04:00
database.js.c js: Fix database.getall(). 2024-10-23 21:50:34 -04:00
database.js.h Some progress on .h docs, and add a preliminary CONTRIBUTING.md. 2024-03-04 12:23:00 -05:00
file.js.c Improve file errors so that it doesn't look like everything has failed when we see there's no https cert available. 2024-04-28 12:25:12 -04:00
file.js.h Some progress on .h docs, and add a preliminary CONTRIBUTING.md. 2024-03-04 12:23:00 -05:00
http.c http: URL pattern matcher fixes. 2024-11-02 20:10:55 -04:00
http.h http: Add a more expressive but still nowhere near regex URL pattern matcher. 2024-11-02 19:22:04 -04:00
httpd.js.c ssb: Strip out the old disconnection debug information. 2024-12-24 16:44:52 -05:00
httpd.js.h More .h docs. 2024-03-05 12:47:58 -05:00
index.md Add a Doxyfile and preliminary module-level docs. 2024-02-20 21:41:37 -05:00
ios.m Add missing .clang-format, and fix some spaces that slipped through. 2024-02-17 19:22:02 +00:00
log.h More .h docs. 2024-03-05 12:47:58 -05:00
main.c 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 2024-12-23 16:32:30 -05:00
mem.c format: Sort includes. Yes, please. 2024-10-08 12:19:44 -04:00
mem.h More .h docs. 2024-03-05 12:47:58 -05:00
packetstream.c android: Fix some crashes, callstacks, and warnings I'm seeing in the logs. 2024-12-04 20:05:50 -05:00
packetstream.h android: Fix some crashes, callstacks, and warnings I'm seeing in the logs. 2024-12-04 20:05:50 -05:00
serialize.c format: Sort includes. Yes, please. 2024-10-08 12:19:44 -04:00
serialize.h A few more .h file docs. 2024-03-05 21:17:20 -05:00
socket.js.c Add missing .clang-format, and fix some spaces that slipped through. 2024-02-17 19:22:02 +00:00
socket.js.h All but the two biggest .h files have docs. 2024-03-06 12:31:17 -05:00
ssb.c ssb: Before destroying a connection, show a message on why it is going away in the UI. 2024-12-24 17:23:22 -05:00
ssb.connections.c ssb: Shutdown fixes. 2024-11-25 17:14:16 -05:00
ssb.connections.h ssb: Beginnings of a "sync now" mode for mobile. 2024-10-06 11:14:37 -04:00
ssb.db.c ssb: Consolidate global settings helpers. 2024-12-24 11:16:52 -05:00
ssb.db.h ssb: Consolidate global settings helpers. 2024-12-24 11:16:52 -05:00
ssb.export.c ssb: Size blob ID buffers appropriately. 2024-11-11 21:05:29 -05:00
ssb.export.h All but the two biggest .h files have docs. 2024-03-06 12:31:17 -05:00
ssb.h ssb: Before destroying a connection, show a message on why it is going away in the UI. 2024-12-24 17:23:22 -05:00
ssb.import.c Some missing log newlines. 2024-09-30 12:13:57 -04:00
ssb.import.h A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore. 2024-03-03 18:12:44 -05:00
ssb.js.c ssb: Before destroying a connection, show a message on why it is going away in the UI. 2024-12-24 17:23:22 -05:00
ssb.js.h A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore. 2024-03-03 18:12:44 -05:00
ssb.rpc.c ssb: Consolidate global settings helpers. 2024-12-24 11:16:52 -05:00
ssb.rpc.h A buncha muncha cruncha .h docs. Also add vim temporary files to .gitignore. 2024-03-03 18:12:44 -05:00
ssb.tests.c tests: Prefer tf_printf. 2024-12-17 20:41:27 -05:00
ssb.tests.h ssb: Attempt to request more feeds as more contact messages come in. #83 2024-12-11 20:26:28 -05:00
task.c ssb: Strip out the old disconnection debug information. 2024-12-24 16:44:52 -05:00
task.h ssb: Strip out the old disconnection debug information. 2024-12-24 16:44:52 -05:00
taskstub.js.c android: Fix some crashes, callstacks, and warnings I'm seeing in the logs. 2024-12-04 20:05:50 -05:00
taskstub.js.h More docs. 2024-03-01 21:18:12 -05:00
tests.c tests: Prefer tf_printf. 2024-12-17 20:41:27 -05:00
tests.h tests.h and tlscontext.js.h docs. 2024-02-28 21:18:59 -05:00
tls.c clang-format the source. Not exactly how I want it, but automated is better than perfect. 2024-02-15 23:35:01 +00:00
tls.h Docs for tls.h and trace.h. 2024-02-28 19:12:41 -05:00
tlscontext.js.c format: Sort includes. Yes, please. 2024-10-08 12:19:44 -04:00
tlscontext.js.h tests.h and tlscontext.js.h docs. 2024-02-28 21:18:59 -05:00
trace.c cleanup: Consolidate countof macros. 2024-11-13 20:22:42 -05:00
trace.h Docs for tls.h and trace.h. 2024-02-28 19:12:41 -05:00
util.js.c core: Length of undefined is 0. It's fine. Quiet some errors. 2024-12-18 20:54:13 -05:00
util.js.h cleanup: Consolidate countof macros. 2024-11-13 20:22:42 -05:00
version.h build: Let's start work on 0.0.27. 2024-12-23 11:23:51 -05:00