| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.19 RELEASED.2.19 | 2023-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2023-01-25 | 1 | -2/+2 | |
| | | |||||
| * | Updated documentation. | 2023-01-25 | 3 | -6/+16 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-25 | 1 | -0/+2 | |
| | | |||||
| * | Use a shorter timeout for first output connections. | 2023-01-24 | 6 | -18/+23 | |
| | | |||||
| * | Backport from xs. | 2023-01-24 | 2 | -6/+14 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-24 | 1 | -0/+2 | |
| | | |||||
| * | Added edit support for posts. | 2023-01-24 | 1 | -3/+69 | |
| | | |||||
| * | Always make ids unique. | 2023-01-22 | 1 | -2/+2 | |
| | | |||||
| * | Updated TODO. | 2023-01-22 | 1 | -2/+4 | |
| | | |||||
| * | In msg_note(), store the original content in the sourceContent field. | 2023-01-20 | 1 | -0/+2 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 27 | -45/+56 | |
| | | |||||
| * | Updated TODO. | 2023-01-17 | 1 | -2/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-17 | 1 | -0/+4 | |
| | | |||||
| * | Process HTML Unicode entities specially in process_tags(). | 2023-01-17 | 1 | -1/+8 | |
| | | |||||
| * | Bumped version. | 2023-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2023-01-17 | 1 | -0/+2 | |
| | | |||||
| * | Version 2.18 RELEASED.2.18 | 2023-01-14 | 1 | -1/+1 | |
| | | |||||
| * | Minor message corrections. | 2023-01-13 | 1 | -4/+4 | |
| | | |||||
| * | Updated documentation. | 2023-01-13 | 1 | -0/+10 | |
| | | |||||
| * | Usage of unveil() and pledge() can be disabled from config. | 2023-01-13 | 1 | -11/+18 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-13 | 1 | -1/+3 | |
| | | |||||
| * | Added OpenBSD's unveil() and pledge() support. | 2023-01-13 | 2 | -16/+42 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-13 | 1 | -0/+2 | |
| | | |||||
| * | Some mention formatting tweaks. | 2023-01-13 | 1 | -1/+2 | |
| | | |||||
| * | Minor URL formatting tweaks. | 2023-01-13 | 2 | -2/+3 | |
| | | |||||
| * | Updated TODO. | 2023-01-13 | 1 | -0/+2 | |
| | | |||||
| * | Added (partial) support for #HashTags in posts. | 2023-01-12 | 1 | -5/+16 | |
| | | |||||
| * | Backport from xs. | 2023-01-12 | 11 | -45/+45 | |
| | | |||||
| * | Show the More... link above the 'About this site'. | 2023-01-11 | 1 | -2/+2 | |
| | | |||||
| * | Deleted unused argument in timeline_request(). | 2023-01-11 | 1 | -6/+6 | |
| | | |||||
| * | Deleted unused argument in timeline_admire(). | 2023-01-11 | 4 | -6/+6 | |
| | | |||||
| * | Deleted unused arguments in timeline_add(). | 2023-01-11 | 5 | -7/+7 | |
| | | |||||
| * | More keyId/signature tweaks. | 2023-01-11 | 3 | -14/+7 | |
| | | |||||
| * | Log tweaks. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Updated TODO. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Use the already loaded actor in check_signature(). | 2023-01-10 | 3 | -5/+7 | |
| | | |||||
| * | Backport from xs. | 2023-01-10 | 2 | -1/+14 | |
| | | |||||
| * | Backport from xs. | 2023-01-10 | 2 | -6/+14 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-09 | 1 | -0/+2 | |
| | | |||||
| * | Show the mentioned people after a CC:. | 2023-01-09 | 1 | -0/+5 | |
| | | |||||
| * | Log check_signature() errors. | 2023-01-09 | 1 | -0/+2 | |
| | | |||||
| * | Updated TODO. | 2023-01-09 | 1 | -0/+2 | |
| | | |||||
| * | Backport from xs. | 2023-01-08 | 2 | -7/+9 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-01-08 | 1 | -0/+2 | |
| | | |||||
| * | Backport from xs. | 2023-01-08 | 4 | -9/+25 | |
| | | |||||
| * | Updated dependencies. | 2023-01-08 | 1 | -3/+4 | |
| | | |||||
| * | Updated documentation. | 2023-01-08 | 1 | -3/+5 | |
| | | |||||
| * | More work in check_signature() error archiving. | 2023-01-08 | 1 | -10/+11 | |
| | | |||||
| * | Don't use goto in check_signature(). | 2023-01-08 | 1 | -9/+15 | |
| | | | | | It seems to interfere with cleanup functions in llvm. | ||||