| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.44 RELEASED.2.44 | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Minor code cleaning. | 2024-01-10 | 2 | -13/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Webfinger queries are cached, as they should. | 2024-01-08 | 1 | -2/+12 | |
| | | |||||
| * | New state variable top_job_fifo_size. | 2024-01-08 | 2 | -0/+4 | |
| | | |||||
| * | Renamed some thread states. | 2024-01-08 | 2 | -3/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Added some state flags for threads. | 2024-01-08 | 2 | -2/+15 | |
| | | |||||
| * | Non-important variable renaming. | 2024-01-08 | 2 | -35/+40 | |
| | | |||||
| * | Rewritten part of the job threads to be leaner and faster. | 2024-01-08 | 3 | -41/+46 | |
| | | |||||
| * | Merge pull request 'Added compatibility with NetBSD' (#99) from ↵ | 2024-01-07 | 3 | -1/+102 | |
| |\ | | | | | | | | | | | draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/99 | ||||
| | * | Addes NetBSD rc script example | 2024-01-07 | 1 | -0/+34 | |
| | | | |||||
| | * | Updated README.md for NetBSD compiling instructions | 2024-01-07 | 1 | -1/+9 | |
| | | | |||||
| | * | Added Makefile.NetBSD to compile on NetBSD | 2024-01-07 | 1 | -0/+59 | |
| |/ | | | | To compile on NetBSD, just use "make -f Makefile.NetBSD" and "make -f Makefile.NetBSD install" | ||||
| * | Updated RELEASE_NOTES. | 2024-01-07 | 1 | -0/+2 | |
| | | |||||
| * | Better behaviour on broken queue items. | 2024-01-07 | 2 | -8/+14 | |
| | | |||||
| * | Backport from xs. | 2024-01-07 | 1 | -24/+29 | |
| | | |||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2024-01-06 | 3 | -0/+39 | |
| |\ | |||||
| | * | Merge pull request 'improvement(nginx): Adjust nginx template to proper ↵ | 2024-01-06 | 3 | -0/+39 | |
| | |\ | | | | | | | | | | | | | | | | SSL/TLS cipher & protocols' (#98) from gyptazy/snac2:feature/adjust-nginx-ssl-tls-config into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/98 | ||||
| | | * | improvement(nginx): Adjust nginx template to proper SSL/TLS cipher & protocols | 2024-01-05 | 3 | -0/+39 | |
| | |/ | | | | | | | Fixes: #97 | ||||
| * / | More tweaks regarding shared inboxes. | 2024-01-05 | 1 | -1/+6 | |
| |/ | |||||
| * | dequeue() unlinks the file, even if it's been unable to parse it. | 2024-01-04 | 2 | -5/+2 | |
| | | |||||
| * | In the people page, followers and following lists are foldable. | 2024-01-04 | 1 | -2/+6 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 34 | -35/+35 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-01-03 | 1 | -0/+4 | |
| | | |||||
| * | Merge pull request 'Added FreeBSD documentation and rc script' (#96) from ↵ | 2024-01-03 | 3 | -1/+26 | |
| |\ | | | | | | | | | | | draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/96 | ||||
| | * | Update doc/snac.8 | 2024-01-03 | 1 | -1/+1 | |
| | | | | | | | | | Added FreeBSD | ||||
| | * | Updated README.md for FreeBSD instructions | 2024-01-03 | 1 | -0/+6 | |
| | | | |||||
| | * | Addes FreeBSD rc script example | 2024-01-03 | 1 | -0/+19 | |
| |/ | |||||
| * | Added example configuration for the Apache2 server. | 2024-01-03 | 1 | -0/+40 | |
| | | |||||
| * | Moved most server state to a structure. | 2024-01-03 | 3 | -56/+69 | |
| | | |||||
| * | Try to avoid host header misconfigurations in check_signature(). | 2024-01-03 | 1 | -0/+13 | |
| | | |||||
| * | Made check_signature() a bit clearer. | 2024-01-03 | 1 | -12/+19 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-01-02 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2023-12-29 | 1 | -0/+4 | |
| | | |||||
| * | Minor tweaks to /.well-known/nodeinfo returned data. | 2023-12-29 | 1 | -4/+4 | |
| | | |||||
| * | In 'Follow', ensure the actor object to be followed is here. | 2023-12-28 | 1 | -0/+7 | |
| | | | | | | Due to the routing change made for the shared inboxes, local users are not in the data storage, so this fixes it. | ||||
| * | In xs_fcgi_response(), don't add the b_size to the total size if body is NULL. | 2023-12-27 | 1 | -2/+3 | |
| | | |||||
| * | The actor link is now an anchored link to the people page for connected users. | 2023-12-27 | 1 | -8/+23 | |
| | | |||||
| * | Backport from xs. | 2023-12-27 | 4 | -128/+247 | |
| | | |||||
| * | Also log the job_fifo len in status.txt. | 2023-12-26 | 1 | -12/+17 | |
| | | |||||
| * | Really do what is described in previous commit. | 2023-12-26 | 1 | -1/+1 | |
| | | |||||
| * | Don't create a link to the people page from the public one. | 2023-12-26 | 1 | -1/+6 | |
| | | |||||
| * | The "boosted" link in html_entry() points to the user in the people page. | 2023-12-26 | 1 | -2/+5 | |
| | | | | | | This way, it's easier to do something on someone whom we follow, like MUTE them, limit, etc. | ||||
| * | New page status.txt. | 2023-12-26 | 1 | -2/+14 | |
| | | | | | It just return an empty page as a query, but some status logging is done. | ||||
| * | Don't wrap the content in <p></p>; just add a final <p>. | 2023-12-21 | 1 | -4/+1 | |
| | | |||||
| * | Check some fwrite() return values in xs_fcgi_response(). | 2023-12-20 | 1 | -6/+8 | |
| | | |||||
| * | Don't collect our own shared inbox. | 2023-12-19 | 1 | -0/+4 | |
| | | |||||
| * | Correctly insert polls and attachments inside CW. | 2023-12-19 | 1 | -2/+2 | |
| | | |||||