| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Minor prototype tweak. | 2023-07-13 | 1 | -2/+3 | |
| | | |||||
| * | Version 2.37 RELEASED.2.37 | 2023-07-13 | 1 | -1/+1 | |
| | | |||||
| * | Fixed some memory leaks. | 2023-07-11 | 1 | -0/+1 | |
| | | |||||
| * | Revert "New server config array "webfinger_domains"." | 2023-07-10 | 1 | -1/+1 | |
| | | | | | This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a. | ||||
| * | Fixed failed mkdir() in restricted environments. | 2023-07-09 | 1 | -1/+2 | |
| | | |||||
| * | Bumper version. | 2023-07-08 | 1 | -1/+1 | |
| | | |||||
| * | New server config array "webfinger_domains". | 2023-07-08 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.36 RELEASED.2.36 | 2023-07-07 | 1 | -1/+1 | |
| | | |||||
| * | Also call process_tags() when in the public timeline's bio. | 2023-07-04 | 1 | -0/+2 | |
| | | |||||
| * | Added HTTP caching to static data. | 2023-07-02 | 1 | -2/+2 | |
| | | |||||
| * | Added instance blocking to data storage. | 2023-06-29 | 1 | -0/+4 | |
| | | |||||
| * | Added some error control to pinning. | 2023-06-28 | 1 | -1/+1 | |
| | | |||||
| * | New pinning in data storage. | 2023-06-28 | 1 | -0/+5 | |
| | | |||||
| * | Bumped version. | 2023-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.35 RELEASED.2.35 | 2023-06-15 | 1 | -1/+1 | |
| | | |||||
| * | New function webfinger_request_signed(). | 2023-06-13 | 1 | -0/+1 | |
| | | |||||
| * | Don't enqueue a request_replies message if it's already there. | 2023-06-07 | 1 | -0/+1 | |
| | | |||||
| * | New function enqueue_request_replies(). | 2023-06-07 | 1 | -0/+2 | |
| | | | | | | | This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui. | ||||