summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2024-08-29Bookmarking can be done from the command line.default
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-05-10Added a skip argument to content_search().default
2024-05-09Added a maximum results argument to content_search().default
2024-05-08Rewritten content_search() to read from both timelines.default
2024-05-08Renamed to content_search().default
2024-05-08Added a timeout flag to search_by_content().default
2024-05-08New function search_by_content().default
2024-05-05New function enqueue_object_request().default
2024-04-11Added Unlike and Unboost buttons to web interface.default
2024-04-10New function msg_repulsion.default
2024-04-10Added cmdline 'boost' as an alias to 'announce'.default
2024-03-25If an emoji in emojis.json is an URL to an image, it's stored in the tag list.default
2024-03-24Added 'announce' command to usage.default
2024-03-24Added a message saying Pongs are seen through the log.default
2024-03-24In the 'ping' cmdline, really resolve via webfinger if necessary.default
2024-03-15Added attachments to usage.default
2024-03-15The command-line 'note' also allows attachments.default
2024-03-04Logging tweaks.default
2024-02-16Added verify_links to usage().default
2024-02-15New function verify_links().default
2024-01-10New command-line option 'state'.default
2024-01-04Updated copyright year.default
2023-12-17actor_request() accepts again an optional snac argument.default
2023-12-16New cmdline command 'update', to post an update for a user.default
2023-12-11Revert "Reverted actor_request() without user."default
2023-12-11Reverted actor_request() without user.default
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