summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2023-05-05Implemented 'Ping' and 'Pong' activities.default
According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
2023-02-20New boolean argument 'priv' to msg_note().default
2023-02-08timeline_top_level() now looks for the entries in the user caches.default
2023-02-07Tweaked user and group permissions for new files and dirs.default
2023-02-05The 'note' command now accepts -e and -.default
2023-02-02process_queue() has been renamed to process_user_queue().default
2023-01-31More symbol renaming.default
2023-01-17Updated year in copyright notices.default
2023-01-13Minor message corrections.default
2023-01-11Deleted unused arguments in timeline_add().default
2022-12-16Replaced all calls to post() with enqueue_message().default
2022-12-06Pagination of the public and private pageAlex Schroeder
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.
2022-12-04New command line option 'resetpwd'.default
2022-12-02Big data storage change.default
2022-11-26timeline_top_level() works.default
2022-11-25Use macro XS_ALL were possible.default
2022-11-25New command-line command 'upgrade'.default
2022-11-18New function enqueue_output_to_actor().default
2022-11-13Some formatting refactoring.default
2022-11-09Added more tests.default
2022-10-26Fixed a nasty macro expansion bug.default
2022-10-25Call srv_free().default
2022-10-17New function purge_all().default
2022-10-13New command-line command 'unfollow'.default
2022-10-10Media can be attached to notes.default
The web interface limits this (by now) to only one attachment, given the URL.
2022-10-04New command-line option purge.default
2022-10-04New function adduser().default
2022-10-04New function initdb().default
2022-10-03Version 2.01 RELEASED.default
2022-09-27New function msg_follow().default
2022-09-27More work in msg_note().default
2022-09-27Notes can be posted WOW!.default
2022-09-27Started command-line command 'note'.default
2022-09-27Started function not_really_markdown().default
2022-09-26More work but signatures seem to still fail.default
2022-09-26New function msg_admiration().default
2022-09-25New function msg_actor().default
2022-09-25Some fixes to timeline_add().default
2022-09-23Fixed bug in actor_request().default
2022-09-23Improved activitypub_request().default
2022-09-23webfinger_request() returns the status.default
2022-09-23[activitypub.c] New file.default
2022-09-22More webfinger work.default
2022-09-21More httpd work.default
2022-09-21More work in http signed request.default
2022-09-21Use its own copy of the headers in http_signed_request().default
2022-09-20Added http signed request code (untested).default
2022-09-20New function dequeue().default
2022-09-20New function queue().default
2022-09-20New function enqueue().default