| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Updated RELEASE_NOTES. | 2025-02-05 | 1 | -0/+2 | ||
| | | | | | | | ||||||
| * | | | | | | Fixed bug in search. | 2025-02-05 | 1 | -1/+11 | ||
| | | | | | | | ||||||
| * | | | | | | Updated TODO. | 2025-02-05 | 1 | -0/+2 | ||
| | | | | | | | ||||||
| * | | | | | | Updated RELEASE_NOTES. | 2025-02-04 | 1 | -0/+4 | ||
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Only split real strings in xs_split_n(). | 2025-02-04 | 1 | -5/+10 | ||
| | | | | | | ||||||
| * | | | | | Bumped version. | 2025-02-04 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Don't append non-strings in xs_readline(). | 2025-02-04 | 1 | -1/+2 | ||
| | | | | | | ||||||
| * | | | | | More xs_url_dec() fixes. | 2025-02-04 | 1 | -0/+3 | ||
| | | | | | | ||||||
| * | | | | | Merge branch 'master' of comam.es:git/snac2 | 2025-02-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Updated RELEASE_NOTES.2.71 | 2025-02-04 | 1 | -1/+1 | ||
| | | | | | | | ||||||
| * | | | | | | Another crash fix. | 2025-02-04 | 1 | -0/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Version 2.71 RELEASED. | 2025-02-04 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Bumped version. | 2025-02-04 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Updated RELEASE_NOTES. | 2025-02-04 | 1 | -0/+6 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request 'Fix memory leaks' (#294) from inz/snac2:memory-leak into ↵ | 2025-02-04 | 2 | -1/+3 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/294 | |||||
| | * | | | | | Fix memory leaks | 2025-02-04 | 2 | -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/snac2 | 2025-02-04 | 1 | -0/+3 | ||
| |\| | | | | | ||||||
| | * | | | | | Updated documentation. | 2025-02-02 | 1 | -0/+3 | ||
| | | | | | | | ||||||
| * | | | | | | Fixed crash. | 2025-02-04 | 1 | -1/+1 | ||
| |/ / / / / | ||||||
| * | | | | | Updated documentation. | 2025-02-01 | 1 | -0/+2 | ||
| | | | | | | ||||||
| * | | | | | Version 2.70 RELEASED.2.70 | 2025-01-31 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Updated RELEASE_NOTES. | 2025-01-31 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Updated documentation. | 2025-01-30 | 1 | -1/+1 | ||
| | | | | | | ||||||
| * | | | | | Updated RELEASE_NOTES. | 2025-01-30 | 1 | -1/+3 | ||
| | | | | | | ||||||
| * | | | | | Updated TODO. | 2025-01-30 | 1 | -4/+4 | ||
| | | | | | | ||||||
| * | | | | | Updated README. | 2025-01-29 | 1 | -0/+1 | ||
| | | | | | | ||||||
| * | | | | | Call timeline_add_mark() after history_add() for better timestamp checks. | 2025-01-29 | 1 | -2/+2 | ||
| | | | | | | ||||||
| * | | | | | Deleted useless code. | 2025-01-28 | 1 | -3/+0 | ||
| | | | | | | ||||||
| * | | | | | Merge branch 'master' of /home/angel/git/snac2 | 2025-01-28 | 3 | -2/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Updated RELEASE_NOTES. | 2025-01-28 | 1 | -0/+8 | ||
| | | | | | | | ||||||
| | * | | | | | Some CSS tweaks. | 2025-01-28 | 2 | -2/+2 | ||
| | | | | | | | ||||||
| * | | | | | | Some tweaks to the already seen mark code. | 2025-01-28 | 2 | -3/+19 | ||
| |/ / / / / | ||||||
| * | | | | | Added some default styling to CSS class snac-no-more-unseen-posts. | 2025-01-28 | 2 | -0/+2 | ||
| | | | | | | ||||||
| * | | | | | Set the CSS class snac-no-more-unseen-posts. | 2025-01-28 | 1 | -6/+7 | ||
| | | | | | | ||||||
| * | | | | | Backport from xs. | 2025-01-28 | 3 | -5/+25 | ||
| | | | | | | ||||||
| * | | | | | Added a 'No more unseen posts' mark. | 2025-01-27 | 3 | -0/+36 | ||
| | | | | | | ||||||
| * | | | | | Minor optimization in timeline retrieving. | 2025-01-27 | 5 | -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'. | 2025-01-26 | 1 | -0/+13 | ||
| | |/ / / |/| | | | ||||||
| * | | | | Fixed crash in the notification area after deleting a post. | 2025-01-25 | 1 | -1/+3 | ||
| | | | | | ||||||
| * | | | | Fixed repeated entries in the instance public timeline. | 2025-01-25 | 1 | -6/+17 | ||
| | | | | | ||||||
| * | | | | Another tweak to fix repeated notifications. | 2025-01-25 | 1 | -0/+9 | ||
| | | | | | ||||||
| * | | | | Bumped version. | 2025-01-25 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Improved notification messages. | 2025-01-24 | 1 | -10/+36 | ||
| | |_|/ |/| | | ||||||
| * | | | Version 2.69 RELEASED.2.69 | 2025-01-24 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Updated RELEASE_NOTES. | 2025-01-24 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Set value 'purge_days' to 1 by default when creating the relay user. | 2025-01-24 | 1 | -0/+4 | ||
| | | | | ||||||
| * | | | Updated documentation. | 2025-01-24 | 1 | -2/+5 | ||
| | | | | ||||||
| * | | | Merge pull request 'Linux sandbox fixes' (#287) from shtrophic/snac2:master ↵ | 2025-01-23 | 1 | -1/+8 | ||
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/287 | |||||
| | * | | | Sandbox fixes | 2025-01-23 | 1 | -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. | 2025-01-23 | 1 | -1/+3 | ||
| | | | | | ||||||