| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request 'Add short_description_raw option' (#266) from ltning/snac... | 2025-02-05 | 3 | -10/+23 | |
| |\ | |||||
| | * | Merge branch 'master' into master | 2025-02-04 | 20 | -43/+173 | |
| | |\ | |||||
| | * \ | Merge branch 'master' into master | 2025-01-27 | 43 | -198/+1020 | |
| | |\ \ | |||||
| | * | | | Add short_description_raw option | 2025-01-06 | 1 | -1/+1 | |
| | * | | | Add short_description_raw option | 2025-01-06 | 3 | -10/+23 | |
| * | | | | Updated RELEASE_NOTES. | 2025-02-05 | 1 | -0/+6 | |
| * | | | | Merge pull request 'Allow multiple editors at the same time' (#297) from inz/... | 2025-02-05 | 1 | -12/+23 | |
| |\ \ \ \ | |||||
| | * | | | | Allow multiple editors at the same time | 2025-02-05 | 1 | -12/+23 | |
| * | | | | | Merge pull request 'Fix link detection. Fixes: #290' (#296) from inz/snac2:li... | 2025-02-05 | 1 | -2/+4 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix link detection. Fixes: #290 | 2025-02-05 | 1 | -2/+4 | |
| | |/ / / / | |||||
| * / / / / | Added a 'Context' link to each notification. | 2025-02-05 | 1 | -1/+7 | |
| |/ / / / | |||||
| * | | | | 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 | |
| |\ \ \ | |||||
| | * | | | Fix memory leaks | 2025-02-04 | 2 | -1/+3 | |
| * | | | | 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 | |
| * | | | 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 | |