summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-11If ~/error/ exists, also log messages to a file there.default
2023-06-11Merge pull request 'set bot to true for bots in mastodon api' (#45) from Haij...grunfink
2023-06-11set bot to true in mastodon account if user type is serviceHaijo7
2023-06-11add user type to mastodon profileHaijo7
2023-06-11Fixed comment.default
2023-06-11Disable `timeline_request_replies()` temporarily.default
2023-06-11Use a different variable name to store the id of 'embedded' children.default
2023-06-11Updated RELEASE_NOTES.default
2023-06-11Merge pull request 'Mastodon API private timeline fixes' (#44) from poesty/sn...grunfink
2023-06-11Only allow logged-in user to use statuses APIpoesty
2023-06-11Only allow logged-in user to use search APIpoesty
2023-06-10Use MID_TO_MD5 for ID comparisonpoesty
2023-06-10Ignore non-followed users' notes without boosts in private timelinepoesty
2023-06-10Ignore timestamps in mastoapi_id when filtering entriespoesty
2023-06-09Updated TODO.default
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
2023-06-07Changed timeline_request_replies() to receive an id and not an object.default
2023-06-07New function timeline_request_replies().default
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
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) fro...grunfink
2023-06-02Merge pull request 'open image in new tab when clicked, add css class for att...grunfink
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