summaryrefslogtreecommitdiff
path: root/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysAdded emoji reactions (contributed by violette).Gravatar violette1-1/+1
2025-10-13xs_http.h: new file.Gravatar grunfink1-0/+1
2025-09-20implementing visibility scopesGravatar byte1-4/+9
2025-09-09Set the scheduled date via the -d argument instead of a envvar.Gravatar grunfink1-18/+24
2025-09-09Added support for scheduled posts from the cmdline.Gravatar grunfink1-9/+29
2025-09-07Got rid of the 'fsck' command, as it's done on startup.Gravatar grunfink1-6/+0
2025-09-07New command-line option 'fsck'.Gravatar grunfink1-0/+6
2025-09-03Document the update commandGravatar Xavier Vello1-0/+1
2025-09-03Renamed function list_content() to list_members().Gravatar grunfink1-3/+3
2025-09-03New function enqueue_collect_outbox().Gravatar grunfink1-1/+1
2025-09-03New function collect_outbox().Gravatar grunfink1-0/+5
2025-08-22Added 'collect_replies' info in the about screen.Gravatar grunfink1-0/+1
2025-08-20Fix CLI boosts not showing in public timelineGravatar Xavier Vello1-0/+1
2025-08-18New function enqueue_collect_replies().Gravatar grunfink1-1/+1
2025-08-18Fixed typo.Gravatar grunfink1-1/+1
2025-08-16New function collect_replies().Gravatar grunfink1-0/+6
2025-07-24New command-line command 'muted'.Gravatar grunfink1-0/+11
2025-06-26Sending notes from the cmdline allows setting an inReplyTo field.Gravatar grunfink1-4/+19
2025-06-19New command-line option export_posts.Gravatar grunfink1-0/+6
2025-06-19Minor tweak to usage screen.Gravatar grunfink1-1/+1
2025-06-15Renamed cmd list_delete to list_remove.Gravatar grunfink1-2/+2
2025-06-15Renamed some list command line options.Gravatar grunfink1-4/+4
2025-06-12Improved usage screen.Gravatar grunfink1-1/+1
2025-06-12The usage "screen" shows info only about the entered command.Gravatar grunfink1-52/+76
2025-05-29New command-line option 'poll_hashtag_rss'.Gravatar grunfink1-0/+5
2025-05-27New function timeline_here().Gravatar grunfink1-1/+1
2025-05-27Renamed timeline_here() to timeline_here_by_md5(), as it always should have b...Gravatar grunfink1-1/+1
2025-05-03New function enqueue_webmention().Gravatar grunfink1-0/+1
2025-04-18Minor tweak to usage help.Gravatar default1-1/+1
2025-04-18Simplified 'list_del' to use the account the user said.Gravatar default1-10/+3
2025-04-18Renamed command-line option to 'list_add' and added new 'list_del'.Gravatar default1-3/+31
2025-04-18New command-line option 'add_to_list'.Gravatar default1-0/+30
2025-04-18New command-line options 'create_list' and 'delete_list'.Gravatar default1-1/+27
2025-04-18New command-line options 'lists' and 'list_members'.Gravatar default1-0/+34
2025-03-03Deleted (by now) any ways of setting a note's publish date.Gravatar default1-1/+1
2025-03-02Posts from the command line accept the DATE env var.Gravatar default1-1/+1
2025-03-02msg_note() accepts a nullable post date.Gravatar default1-1/+1
2025-02-28Deleted old debug code.Gravatar default1-9/+0
2025-02-05Fixed compilation failure in FreeBSD.Gravatar default1-0/+1
2025-02-05Allow multiple editors at the same timeGravatar Santtu Lakkala1-12/+23
2025-01-26New command-line option 'unmute'.Gravatar default1-0/+13
2025-01-20Fixed usage text.Gravatar default1-2/+2
2025-01-20Added support for the SNAC_BASEDIR environment variable.Gravatar default1-15/+14
2025-01-19changed note* commands checking.Gravatar default1-1/+3
2025-01-19New command 'note_mention'.Gravatar default1-3/+11
2025-01-12mastoapi: fixed Events not being shown.Gravatar default1-0/+16
2025-01-11Moved creation of "quiet public" posts to msg_note(), where it belongs.Gravatar default1-9/+2
2025-01-08Bumped copyright year.Gravatar default1-2/+2
2025-01-06New command-line operation 'note_unlisted'.Gravatar default1-1/+10
2025-01-05Moved post language setting to msg_note(), where it really belongs.Gravatar default1-16/+1