| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.44 RELEASED.2.44 | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Minor code cleaning. | 2024-01-10 | 1 | -1/+1 | |
| | | |||||
| * | New state variable top_job_fifo_size. | 2024-01-08 | 1 | -0/+1 | |
| | | |||||
| * | Renamed some thread states. | 2024-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Added some state flags for threads. | 2024-01-08 | 1 | -0/+1 | |
| | | |||||
| * | Non-important variable renaming. | 2024-01-08 | 1 | -1/+5 | |
| | | |||||
| * | Rewritten part of the job threads to be leaner and faster. | 2024-01-08 | 1 | -1/+0 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Moved most server state to a structure. | 2024-01-03 | 1 | -1/+9 | |
| | | |||||
| * | actor_request() accepts again an optional snac argument. | 2023-12-17 | 1 | -1/+1 | |
| | | |||||
| * | Added a prefix to srv_archive_qitem(). | 2023-12-17 | 1 | -1/+1 | |
| | | |||||
| * | New function srv_archive_qitem(). | 2023-12-17 | 1 | -0/+1 | |
| | | |||||
| * | Revert "Reverted actor_request() without user." | 2023-12-11 | 1 | -2/+2 | |
| | | | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc. | ||||
| * | Reverted actor_request() without user. | 2023-12-11 | 1 | -2/+2 | |
| | | | | | Some sites require even Person requests to be signed. | ||||
| * | More functions do not require the user argument. | 2023-12-10 | 1 | -2/+2 | |
| | | |||||
| * | actor_request() does not need a user argument. | 2023-12-10 | 1 | -1/+1 | |
| | | |||||
| * | Started work to support shared inboxes. | 2023-12-06 | 1 | -0/+1 | |
| | | |||||
| * | Replaced encode_html_strict() with xs_html_encode(). | 2023-11-20 | 1 | -2/+1 | |
| | | |||||
| * | Version 2.43 RELEASED.2.43 | 2023-11-20 | 1 | -1/+1 | |
| | | |||||
| * | Added a tag argument to html_timeline(). | 2023-11-08 | 1 | -1/+2 | |
| | | |||||
| * | Tags can now be searched for from the server base URL. | 2023-11-08 | 1 | -1/+3 | |
| | | |||||
| * | New code for indexing tags. | 2023-11-08 | 1 | -0/+2 | |
| | | |||||
| * | New function deluser(), to delete a user. | 2023-10-22 | 1 | -0/+1 | |
| | | | | | Only unfollows by now. | ||||
| * | Bumped version. | 2023-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.42 RELEASED.2.42 | 2023-10-17 | 1 | -1/+1 | |
| | | |||||
| * | New function encode_html_strict(). | 2023-10-04 | 1 | -0/+1 | |
| | | |||||
| * | Give more retry time to timedout connections. | 2023-09-29 | 1 | -2/+2 | |
| | | |||||
| * | Some tweaks to the logging system. | 2023-09-27 | 1 | -8/+10 | |
| | | |||||
| * | Pinned posts are never purged. | 2023-09-18 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2023-09-06 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.41 RELEASED.2.41 | 2023-08-30 | 1 | -1/+1 | |
| | | |||||
| * | history_add() now creates an etag. | 2023-08-19 | 1 | -1/+2 | |
| | | |||||
| * | Merge branch 'master' of triptico.com:git/snac2 | 2023-08-19 | 1 | -1/+1 | |
| |\ | |||||
| | * | Bumped version. | 2023-08-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Rewritten history_get() prototype to match static_get(). | 2023-08-19 | 1 | -1/+2 | |
| |/ | |||||
| * | Version 2.40 RELEASED.2.40 | 2023-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Unify the instance description text. | 2023-08-14 | 1 | -0/+2 | |
| | | |||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -0/+2 | |
| | | |||||
| * | Rewritten actor_get() to not depend on a user. | 2023-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Rewritten is_msg_public() to not depend on a user. | 2023-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Added support for limiting followed users. | 2023-08-06 | 1 | -1/+6 | |
| | | |||||
| * | Version 2.39 RELEASED.2.39 | 2023-08-06 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2023-08-02 | 1 | -1/+1 | |
| | | |||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons. | 2023-07-24 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Bumped version. | 2023-07-24 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.38 RELEASED.2.38 | 2023-07-17 | 1 | -1/+1 | |
| | | |||||
| * | Fixed prototypes. | 2023-07-14 | 1 | -2/+2 | |
| | | |||||
| * | Bumped version. | 2023-07-13 | 1 | -1/+1 | |
| | | |||||
| * | New function post_message(), to send a message bypassing the output queue. | 2023-07-13 | 1 | -2/+2 | |
| | | | | | | | | This is used when accepting Follow requests; this way, follows are confirmed as fast as possible. If the message cannot be immediately sent, it's queued as always. | ||||