27 Commits

Author SHA1 Message Date
Storm Dragon 953691d079 version bump for next tag. 2025-08-06 19:36:20 -04:00
Storm Dragon 9f2bf588e1 Block, unblock, mute, and unmute functionality added. I never needed to block, mute, etc anyone so these are untested but they do follow the spec as best as I understand it, so they should theoretically work. 2025-08-06 19:28:16 -04:00
Storm Dragon d58e5045bd Streaming is theoretically implemented. My server does not support it, and most servers do not, but if any do it should work. Of course with no way to test, I'm just not sure. 2025-08-05 14:11:06 -04:00
Storm Dragon 6d1b97a012 Fixed a bug that was causing boosts to fail. 2025-08-04 02:07:31 -04:00
Storm Dragon 925cc7545b Revert "Maybe fixed poll notifications code. Only time will tell."
This reverts commit df39473519.
2025-08-03 12:02:18 -04:00
Storm Dragon df39473519 Maybe fixed poll notifications code. Only time will tell. 2025-08-02 20:54:43 -04:00
Storm Dragon 9933a8e6a0 Fixed the -status flag, should be more reliable. 2025-08-01 20:02:05 -04:00
Storm Dragon 4cb1b16262 Vote command actually works now. 2025-08-01 17:08:03 -04:00
Storm Dragon 5886da8f49 Fixed latest 2 direct messages not actually loading in initial load of timeline. 2025-07-31 02:10:50 -04:00
hjozwiak 1e74d9ab69 Resolve an issue where ttyverse would show direct messages per startup when connecting to Pleroma instances. 2025-07-30 19:47:59 -04:00
Storm Dragon 732affaeff Found and removed some more old Twitter references. 2025-07-30 19:47:30 -04:00
Storm Dragon 063229e796 Fix up profile tmeplate just a bit. 2025-07-30 19:36:00 -04:00
Storm Dragon 1df027c20f Profiles for users now saved when successfully creating a key, or if it doesn't exist already. Synced with profile on sever if available or use sane defaults if not. You can download the updated profile if changed on server /profiledown, or upload it if you make changes, /profileup, or let ttyverse smart sync changes, /syncprofile. 2025-07-30 19:27:55 -04:00
Storm Dragon ab28e58018 Add favorite and boost counts to metadata line if they are greater than 0. 2025-07-30 14:30:05 -04:00
Storm Dragon 9d2dbca772 A few fixes hopefully even more stable now. /favorite may still not be working right. 2025-07-30 01:45:34 -04:00
Storm Dragon e50087edf7 Fixed a bug with notification class types. Thanks Claud for the helping hand on this one. :) 2025-07-29 19:42:48 -04:00
Storm Dragon 15a2d8a592 Follower/following information a bit less cryptic lol. 2025-07-29 19:18:07 -04:00
Storm Dragon 97fc2b3082 Couple of bug fixes for /followers. Added /following.. Fixed the /follow command. 2025-07-29 19:10:16 -04:00
Storm Dragon e9ab8625bf Key display fixed for real this time, thanks Claud. 2025-07-29 13:25:39 -04:00
Storm Dragon f53cc37722 Fixed default key creation... I think. 2025-07-29 13:17:28 -04:00
Storm Dragon a2e63e0554 Version bump. This is the first version I'm going to tentatively call stable. 2025-07-29 11:48:15 -04:00
Storm Dragon 89bf5f230e Added extensions submodule. 2025-07-29 11:42:30 -04:00
Storm Dragon 45e55727a1 Added donation blurb in start up messages. 2025-07-29 11:28:01 -04:00
Storm Dragon 8c19f760d8 Moved readline updated messages to verbose display only. Should have been like that already, but sometimes it's just easier to put in a quick print instead of doing it right, then it comes back and bites you >:) 2025-07-29 01:07:57 -04:00
Storm Dragon e9c0d6f63d Tab completion added for usernames and /commands. This was hard, there are likely bugs. 2025-07-29 01:00:28 -04:00
Storm Dragon 4e7ceee476 /media command added for multi media posts. 2025-07-28 19:24:10 -04:00
Storm Dragon 5197af9eba /url updated to actually work again. 2025-07-28 17:48:04 -04:00
3 changed files with 2399 additions and 297 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "extensions"]
path = extensions
url = https://git.stormux.org/storm/ttyverse-extensions.git
Submodule
+1
Submodule extensions added at 2b8bf031fa
+2392 -294
View File
File diff suppressed because it is too large Load Diff