| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Some prototype update. | 2023-06-07 | 1 | -7/+7 | |
| | | |||||
| * | Some prototype tweaks. | 2023-06-05 | 1 | -7/+7 | |
| | | |||||
| * | Moved srv_running variable to httpd.c. | 2023-06-05 | 1 | -1/+0 | |
| | | |||||
| * | If a user config field 'bot' is set to true, identies as such. | 2023-06-04 | 1 | -1/+1 | |
| | | |||||
| * | Updated some data types. | 2023-06-04 | 1 | -4/+4 | |
| | | |||||
| * | Version 2.34 RELEASED.2.34 | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | New function was_question_voted(). | 2023-05-31 | 1 | -0/+1 | |
| | | |||||
| * | Create the base message of msg_question() from msg_note(). | 2023-05-30 | 1 | -1/+2 | |
| | | |||||
| * | Enqueue a close_question user q_item. | 2023-05-29 | 1 | -0/+1 | |
| | | |||||
| * | New macro ISO_DATE_SPEC. | 2023-05-29 | 1 | -0/+2 | |
| | | |||||
| * | New function update_question(). | 2023-05-29 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.33 RELEASED.2.33 | 2023-05-27 | 1 | -1/+1 | |
| | | |||||
| * | More prototype tunnings. | 2023-05-24 | 1 | -5/+5 | |
| | | |||||
| * | Added some experimental 'Question' posting code. | 2023-05-24 | 1 | -1/+1 | |
| | | |||||
| * | New function msg_question() (unused). | 2023-05-24 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2023-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Convert image links in notes to attachments. | 2023-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Minor prototype change. | 2023-05-21 | 1 | -2/+2 | |
| | | |||||
| * | Version 2.32 RELEASED.2.32 | 2023-05-18 | 1 | -1/+1 | |
| | | |||||
| * | Also find local users in /api/v1/search. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Add /v1/account/search support. | 2023-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.31 RELEASED.2.31 | 2023-05-13 | 1 | -1/+1 | |
| | | |||||