summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Updated RELEASE_NOTES.Gravatar default2025-02-051-0/+2
| | | | | |
* | | | | | Fixed bug in search.Gravatar default2025-02-051-1/+11
| | | | | |
* | | | | | Updated TODO.Gravatar default2025-02-051-0/+2
| | | | | |
* | | | | | Updated RELEASE_NOTES.Gravatar default2025-02-041-0/+4
| |_|/ / / |/| | | |
* | | | | Only split real strings in xs_split_n().Gravatar default2025-02-041-5/+10
| | | | |
* | | | | Bumped version.Gravatar default2025-02-041-1/+1
| | | | |
* | | | | Don't append non-strings in xs_readline().Gravatar default2025-02-041-1/+2
| | | | |
* | | | | More xs_url_dec() fixes.Gravatar default2025-02-041-0/+3
| | | | |
* | | | | Merge branch 'master' of comam.es:git/snac2Gravatar default2025-02-041-1/+1
|\ \ \ \ \
| * | | | | Updated RELEASE_NOTES.2.71Gravatar default2025-02-041-1/+1
| | | | | |
* | | | | | Another crash fix.Gravatar default2025-02-041-0/+3
|/ / / / /
* | | | | Version 2.71 RELEASED.Gravatar default2025-02-041-1/+1
| | | | |
* | | | | Bumped version.Gravatar default2025-02-041-1/+1
| | | | |
* | | | | Updated RELEASE_NOTES.Gravatar default2025-02-041-0/+6
| | | | |
* | | | | Merge pull request 'Fix memory leaks' (#294) from inz/snac2:memory-leak into ↵Gravatar grunfink2025-02-042-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/294
| * | | | | Fix memory leaksGravatar Santtu Lakkala2025-02-042-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a memory leak on each login; the allocated OpenSSL BIOs were only freed partially. Also add a missing deallocation during server socket creation.
* | | | | | Merge branch 'master' of comam.es:git/snac2Gravatar default2025-02-041-0/+3
|\| | | | |
| * | | | | Updated documentation.Gravatar default2025-02-021-0/+3
| | | | | |
* | | | | | Fixed crash.Gravatar default2025-02-041-1/+1
|/ / / / /
* | | | | Updated documentation.Gravatar default2025-02-011-0/+2
| | | | |
* | | | | Version 2.70 RELEASED.2.70Gravatar default2025-01-311-1/+1
| | | | |
* | | | | Updated RELEASE_NOTES.Gravatar default2025-01-311-1/+1
| | | | |
* | | | | Updated documentation.Gravatar default2025-01-301-1/+1
| | | | |
* | | | | Updated RELEASE_NOTES.Gravatar default2025-01-301-1/+3
| | | | |
* | | | | Updated TODO.Gravatar default2025-01-301-4/+4
| | | | |
* | | | | Updated README.Gravatar default2025-01-291-0/+1
| | | | |
* | | | | Call timeline_add_mark() after history_add() for better timestamp checks.Gravatar default2025-01-291-2/+2
| | | | |
* | | | | Deleted useless code.Gravatar default2025-01-281-3/+0
| | | | |
* | | | | Merge branch 'master' of /home/angel/git/snac2Gravatar default2025-01-283-2/+10
|\ \ \ \ \
| * | | | | Updated RELEASE_NOTES.Gravatar default2025-01-281-0/+8
| | | | | |
| * | | | | Some CSS tweaks.Gravatar default2025-01-282-2/+2
| | | | | |
* | | | | | Some tweaks to the already seen mark code.Gravatar default2025-01-282-3/+19
|/ / / / /
* | | | | Added some default styling to CSS class snac-no-more-unseen-posts.Gravatar default2025-01-282-0/+2
| | | | |
* | | | | Set the CSS class snac-no-more-unseen-posts.Gravatar default2025-01-281-6/+7
| | | | |
* | | | | Backport from xs.Gravatar default2025-01-283-5/+25
| | | | |
* | | | | Added a 'No more unseen posts' mark.Gravatar default2025-01-273-0/+36
| | | | |
* | | | | Minor optimization in timeline retrieving.Gravatar default2025-01-275-24/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.
* | | | | New command-line option 'unmute'.Gravatar default2025-01-261-0/+13
| |/ / / |/| | |
* | | | Fixed crash in the notification area after deleting a post.Gravatar default2025-01-251-1/+3
| | | |
* | | | Fixed repeated entries in the instance public timeline.Gravatar default2025-01-251-6/+17
| | | |
* | | | Another tweak to fix repeated notifications.Gravatar default2025-01-251-0/+9
| | | |
* | | | Bumped version.Gravatar default2025-01-251-1/+1
| | | |
* | | | Improved notification messages.Gravatar default2025-01-241-10/+36
| |_|/ |/| |
* | | Version 2.69 RELEASED.2.69Gravatar default2025-01-241-1/+1
| | |
* | | Updated RELEASE_NOTES.Gravatar default2025-01-241-1/+1
| | |
* | | Set value 'purge_days' to 1 by default when creating the relay user.Gravatar default2025-01-241-0/+4
| | |
* | | Updated documentation.Gravatar default2025-01-241-2/+5
| | |
* | | Merge pull request 'Linux sandbox fixes' (#287) from shtrophic/snac2:master ↵Gravatar grunfink2025-01-231-1/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/287
| * | | Sandbox fixesGravatar shtrophic2025-01-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | Improved notify repetition code.Gravatar default2025-01-231-1/+3
| | | |