| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function webfinger_request_signed(). | 2023-06-13 | 1 | -15/+34 | |
| | | |||||
| * | Don't enqueue a request_replies message if it's already there. | 2023-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Create the base message of msg_question() from msg_note(). | 2023-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Enqueue a close_question user q_item. | 2023-05-29 | 1 | -1/+3 | |
| | | |||||
| * | Added some experimental 'Question' posting code. | 2023-05-24 | 1 | -17/+36 | |
| | | |||||
| * | Convert image links in notes to attachments. | 2023-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | |
| | | |||||
| * | Added a source (web, mastoapi, etc) to lastlog_write(). | 2023-05-08 | 1 | -0/+2 | |
| | | |||||
| * | The 'ping' command-line requests the actor for better error info. | 2023-05-05 | 1 | -5/+13 | |
| | | |||||
| * | Fixed bug in ping cmdline debug output. | 2023-05-05 | 1 | -1/+1 | |
| | | |||||
| * | Implemented 'Ping' and 'Pong' activities. | 2023-05-05 | 1 | -0/+14 | |
| | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | ||||
| * | New boolean argument 'priv' to msg_note(). | 2023-02-20 | 1 | -1/+1 | |
| | | |||||
| * | timeline_top_level() now looks for the entries in the user caches. | 2023-02-08 | 1 | -1/+1 | |
| | | |||||
| * | Tweaked user and group permissions for new files and dirs. | 2023-02-07 | 1 | -0/+5 | |
| | | |||||
| * | The 'note' command now accepts -e and -. | 2023-02-05 | 1 | -1/+7 | |
| | | |||||
| * | process_queue() has been renamed to process_user_queue(). | 2023-02-02 | 1 | -1/+1 | |
| | | |||||
| * | More symbol renaming. | 2023-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -2/+2 | |
| | | |||||
| * | Minor message corrections. | 2023-01-13 | 1 | -4/+4 | |
| | | |||||
| * | Deleted unused arguments in timeline_add(). | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Replaced all calls to post() with enqueue_message(). | 2022-12-16 | 1 | -2/+2 | |
| | | |||||
| * | Pagination of the public and private page | 2022-12-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Use the query parameters skip and show to control what you can see, e.g. /alex/admin?skip=0&show=4 Don't use or save the timeline cache if either is set. The following functions were changed from accepting a single max parameter to accepting both skip and show: timeline_simple_list, timeline_list, index_list_desc. | ||||
| * | New command line option 'resetpwd'. | 2022-12-04 | 1 | -12/+5 | |
| | | |||||
| * | Big data storage change. | 2022-12-02 | 1 | -1/+1 | |
| | | |||||
| * | timeline_top_level() works. | 2022-11-26 | 1 | -0/+9 | |
| | | |||||
| * | Use macro XS_ALL were possible. | 2022-11-25 | 1 | -1/+1 | |
| | | |||||
| * | New command-line command 'upgrade'. | 2022-11-25 | 1 | -1/+15 | |
| | | |||||
| * | New function enqueue_output_to_actor(). | 2022-11-18 | 1 | -2/+2 | |
| | | |||||
| * | Some formatting refactoring. | 2022-11-13 | 1 | -1/+1 | |
| | | |||||
| * | Added more tests. | 2022-11-09 | 1 | -0/+9 | |
| | | |||||
| * | Fixed a nasty macro expansion bug. | 2022-10-26 | 1 | -0/+12 | |
| | | |||||
| * | Call srv_free(). | 2022-10-25 | 1 | -0/+1 | |
| | | |||||
| * | New function purge_all(). | 2022-10-17 | 1 | -12/+1 | |
| | | |||||
| * | New command-line command 'unfollow'. | 2022-10-13 | 1 | -0/+19 | |
| | | |||||
| * | Media can be attached to notes. | 2022-10-10 | 1 | -1/+1 | |
| | | | | | | The web interface limits this (by now) to only one attachment, given the URL. | ||||
| * | New command-line option purge. | 2022-10-04 | 1 | -1/+17 | |
| | | |||||
| * | New function adduser(). | 2022-10-04 | 1 | -4/+10 | |
| | | |||||
| * | New function initdb(). | 2022-10-04 | 1 | -0/+2 | |
| | | |||||
| * | Version 2.01 RELEASED.2.01 | 2022-10-03 | 1 | -82/+1 | |
| | | |||||
| * | New function msg_follow(). | 2022-09-27 | 1 | -5/+26 | |
| | | |||||
| * | More work in msg_note(). | 2022-09-27 | 1 | -1/+4 | |
| | | |||||
| * | Notes can be posted WOW!. | 2022-09-27 | 1 | -4/+11 | |
| | | |||||
| * | Started command-line command 'note'. | 2022-09-27 | 1 | -0/+35 | |
| | | |||||
| * | Started function not_really_markdown(). | 2022-09-27 | 1 | -0/+5 | |
| | | |||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -1/+3 | |
| | | |||||
| * | New function msg_admiration(). | 2022-09-26 | 1 | -0/+11 | |
| | | |||||
| * | New function msg_actor(). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | Some fixes to timeline_add(). | 2022-09-25 | 1 | -16/+52 | |
| | | |||||
| * | Fixed bug in actor_request(). | 2022-09-23 | 1 | -0/+13 | |
| | | |||||
| * | Improved activitypub_request(). | 2022-09-23 | 1 | -0/+17 | |
| | | |||||