summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-07Minor tweak to snac-poll-form.default
2023-06-07New CSS classes snac-poll-form and snac-poll-result.default
2023-06-07Don't enqueue a request_replies message if it's already there.default
2023-06-07New function enqueue_request_replies().default
This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui.
2023-06-07Changed timeline_request_replies() to receive an id and not an object.default
2023-06-07New function timeline_request_replies().default
This function downloads and stores all replies to a message, recursively. Increases traffic. Mastodon instances request the user actor again and again without caching (when the 'replies' Collection is downloaded). Maybe I'm not doing something correctly?
2023-06-07Some prototype update.default
2023-06-05Updated documentation.default
2023-06-05Replace an sprintf() with an snprintf().default
2023-06-05Replaced usage of random() with xs_rnd_buf().default
2023-06-05Some prototype tweaks.default
2023-06-05Moved srv_running variable to httpd.c.default
2023-06-04Document the basedir style.css file.default
2023-06-04Also accept Update + Service messages.default
2023-06-04If a user config field 'bot' is set to true, identies as such.default
2023-06-04Updated some data types.default
2023-06-03Version 2.34 RELEASED.default
2023-06-02Updated RELEASE_NOTES.default
2023-06-02Merge pull request 'Added icon for bots' (#40) from Haijo7/snac2:master into ↵grunfink
master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/40
2023-06-02Added icon for botsHaijo7
2023-06-02More notify tweaks (I'm getting sick of this).default
2023-06-02Fixed bug in notify() (the poll id was not set).default
2023-06-02Fixed bug in vote discarding in notify().default
2023-06-02Use a select instead of a checkbox for setting multiple-choice polls.default
2023-06-02Updated RELEASE_NOTES.default
2023-06-02Merge pull request 'fixed typo in string "people that follows you"' (#38) ↵grunfink
from Haijo7/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/38
2023-06-02Merge pull request 'open image in new tab when clicked, add css class for ↵grunfink
attachments' (#39) from Haijo7/snac2:image-link into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/39
2023-06-02open image in new tab when clicked, add css class for attachmentsHaijo7
2023-06-01fixed typo in string "people that follows you"Haijo7
2023-06-01Add a check Unicode char to mark those polls that were voted by the user.default
2023-06-01Added an 'uninstall' Makefile target.default
2023-06-01Disallow empty or repeated options in msg_question().default
2023-06-01Fixed typo in notify().default
2023-06-01Another tweak in notify().default
2023-06-01Fixed notification bug.default
2023-06-01Fixed another CSS typo.default
2023-06-01Updated RELEASE_NOTES.default
2023-06-01Updated RELEASE_NOTES.default
2023-06-01Fixed typo.default
2023-06-01Updated default css.default
2023-06-01Show the user@host identified next to the user avatar (contributed by Haijo7).default
2023-06-01Updated RELEASE_NOTES.default
2023-06-01More poll notify tweaks.default
2023-06-01Now you can vote from the mastoapi.default
2023-06-01Minor refactoring to mastoapi_poll().default
2023-05-31Always notify about our own closed polls.default
2023-05-31Don't notify about closed polls that we didn't vote for.default
2023-05-31New function was_question_voted().default
2023-05-31New function mastoapi_poll().default
2023-05-31Started voting on mastoapi (non-working).default