aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-04Only split real strings in xs_split_n().default
2025-02-04Bumped version.default
2025-02-04Don't append non-strings in xs_readline().default
2025-02-04More xs_url_dec() fixes.default
2025-02-04Merge branch 'master' of comam.es:git/snac2default
2025-02-04Another crash fix.default
2025-02-04Updated RELEASE_NOTES.default
2025-02-04Version 2.71 RELEASED.default
2025-02-04Bumped version.default
2025-02-04Updated RELEASE_NOTES.default
2025-02-04Merge pull request 'Fix memory leaks' (#294) from inz/snac2:memory-leak into ↵grunfink
master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/294
2025-02-04Merge branch 'master' of comam.es:git/snac2default
2025-02-04Fixed crash.default
2025-02-04Fix memory leaksSanttu Lakkala
Fix a memory leak on each login; the allocated OpenSSL BIOs were only freed partially. Also add a missing deallocation during server socket creation.
2025-02-02Updated documentation.default
2025-02-01Updated documentation.default
2025-01-31Version 2.70 RELEASED.default
2025-01-31Updated RELEASE_NOTES.default
2025-01-30Updated documentation.default
2025-01-30Updated RELEASE_NOTES.default
2025-01-30Updated TODO.default
2025-01-29Updated README.default
2025-01-29Call timeline_add_mark() after history_add() for better timestamp checks.default
2025-01-28Deleted useless code.default
2025-01-28Merge branch 'master' of /home/angel/git/snac2default
2025-01-28Some tweaks to the already seen mark code.default
2025-01-28Updated RELEASE_NOTES.default
2025-01-28Some CSS tweaks.default
2025-01-28Added some default styling to CSS class snac-no-more-unseen-posts.default
2025-01-28Set the CSS class snac-no-more-unseen-posts.default
2025-01-28Backport from xs.default
2025-01-27Added a 'No more unseen posts' mark.default
2025-01-27Minor optimization in timeline retrieving.default
Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.
2025-01-26New command-line option 'unmute'.default
2025-01-25Fixed crash in the notification area after deleting a post.default
2025-01-25Fixed repeated entries in the instance public timeline.default
2025-01-25Another tweak to fix repeated notifications.default
2025-01-25Bumped version.default
2025-01-24Improved notification messages.default
2025-01-24Version 2.69 RELEASED.default
2025-01-24Updated RELEASE_NOTES.default
2025-01-24Set value 'purge_days' to 1 by default when creating the relay user.default
2025-01-24Updated documentation.default
2025-01-23Merge pull request 'Linux sandbox fixes' (#287) from shtrophic/snac2:master ↵grunfink
into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/287
2025-01-23Improved notify repetition code.default
2025-01-23Sandbox fixesshtrophic
- allow reading `/dev/urandom` as it is shown as a failed syscall when tracing - resolve `/etc/ssl/cert.pem` in case it is a symlink
2025-01-23Added some code to supress repeated notifications.default
2025-01-23More hashtag following tweaks.default
2025-01-22Fixed bug in 'in reply to' checking.default
2025-01-22Updated documentation.default