summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2023-12-10actor_request() does not need a user argument.default
2023-12-10The 'actor' command from the command-line allows non-signed queries.default
2023-11-29html_timeline() now uses xs_html.default
2023-11-23New function html_note() (still unused).default
2023-10-22New function deluser(), to delete a user.default
2023-08-14The instance URL can now show a timeline.default
2023-08-08Renamed json dump functions to new xs spec.default
2023-08-06Added command-line interface for limit/unlimit users.default
2023-08-03Use xs_json_dump_pp() wherever possible.default
2023-07-28Updated comment in headers.default
2023-06-29Added command-line interface for [un]blocking full instances.default
2023-06-28Added some error control to pinning.default
2023-06-13New function webfinger_request_signed().default
2023-06-07Don't enqueue a request_replies message if it's already there.default
2023-05-30Create the base message of msg_question() from msg_note().default
2023-05-29Enqueue a close_question user q_item.default
2023-05-24Added some experimental 'Question' posting code.default
2023-05-21Convert image links in notes to attachments.default
2023-05-17Got rid of xs_encdec.h.default
2023-05-08Added a source (web, mastoapi, etc) to lastlog_write().default
2023-05-05The 'ping' command-line requests the actor for better error info.default
2023-05-05Fixed bug in ping cmdline debug output.default
2023-05-05Implemented 'Ping' and 'Pong' activities.default
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
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
2022-10-04New command-line option purge.default
2022-10-04New function adduser().default
2022-10-04New function initdb().default