aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-05Fixed compilation failure in FreeBSD.default
2025-02-05Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2025-02-05Fixed crash in xs_fcgi_request().default
2025-02-05Merge pull request 'Add short_description_raw option' (#266) from ↵grunfink
ltning/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/266
2025-02-05Updated RELEASE_NOTES.default
2025-02-05Merge pull request 'Allow multiple editors at the same time' (#297) from ↵grunfink
inz/snac2:temp-file into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/297
2025-02-05Merge pull request 'Fix link detection. Fixes: #290' (#296) from ↵grunfink
inz/snac2:link-detect into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/296
2025-02-05Added a 'Context' link to each notification.default
2025-02-05Allow multiple editors at the same timeSanttu Lakkala
Instead of a hard-coded message file, use mkstemp() to have an unique temp file for each invocation.
2025-02-05Fix link detection. Fixes: #290Santtu Lakkala
2025-02-05Updated RELEASE_NOTES.default
2025-02-05Fixed bug in search.default
2025-02-05Updated TODO.default
2025-02-04Merge branch 'master' into masterltning
2025-02-04Updated RELEASE_NOTES.default
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-27Merge branch 'master' into masterltning
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