summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed cmd list_delete to list_remove.Gravatar grunfink2025-06-151-2/+2
|
* Renamed some list command line options.Gravatar grunfink2025-06-151-4/+4
| | | | create_list to list_create delete_list to list_delete.
* Improved usage screen.Gravatar grunfink2025-06-121-1/+1
|
* The usage "screen" shows info only about the entered command.Gravatar grunfink2025-06-121-52/+76
| | | | | If there is no command or no command starts with that string, the full list is shown as before.
* New command-line option 'poll_hashtag_rss'.Gravatar grunfink2025-05-291-0/+5
|
* New function timeline_here().Gravatar grunfink2025-05-271-1/+1
|
* Renamed timeline_here() to timeline_here_by_md5(), as it always should have ↵Gravatar grunfink2025-05-271-1/+1
| | | | been.
* New function enqueue_webmention().Gravatar grunfink2025-05-031-0/+1
| | | | The q_msg is queued, but nothing is done yet.
* Minor tweak to usage help.Gravatar default2025-04-181-1/+1
|
* Simplified 'list_del' to use the account the user said.Gravatar default2025-04-181-10/+3
|
* Renamed command-line option to 'list_add' and added new 'list_del'.Gravatar default2025-04-181-3/+31
|
* New command-line option 'add_to_list'.Gravatar default2025-04-181-0/+30
|
* New command-line options 'create_list' and 'delete_list'.Gravatar default2025-04-181-1/+27
|
* New command-line options 'lists' and 'list_members'.Gravatar default2025-04-181-0/+34
|
* Deleted (by now) any ways of setting a note's publish date.Gravatar default2025-03-031-1/+1
|
* Posts from the command line accept the DATE env var.Gravatar default2025-03-021-1/+1
|
* msg_note() accepts a nullable post date.Gravatar default2025-03-021-1/+1
|
* Deleted old debug code.Gravatar default2025-02-281-9/+0
|
* Fixed compilation failure in FreeBSD.Gravatar default2025-02-051-0/+1
|
* Allow multiple editors at the same timeGravatar Santtu Lakkala2025-02-051-12/+23
| | | | | Instead of a hard-coded message file, use mkstemp() to have an unique temp file for each invocation.
* New command-line option 'unmute'.Gravatar default2025-01-261-0/+13
|
* Fixed usage text.Gravatar default2025-01-201-2/+2
|
* Added support for the SNAC_BASEDIR environment variable.Gravatar default2025-01-201-15/+14
| | | | If it's set, the basedir argument in command-line commands must not be given.
* changed note* commands checking.Gravatar default2025-01-191-1/+3
|
* New command 'note_mention'.Gravatar default2025-01-191-3/+11
|
* mastoapi: fixed Events not being shown.Gravatar default2025-01-121-0/+16
|
* Moved creation of "quiet public" posts to msg_note(), where it belongs.Gravatar default2025-01-111-9/+2
|
* Bumped copyright year.Gravatar default2025-01-081-2/+2
|
* New command-line operation 'note_unlisted'.Gravatar default2025-01-061-1/+10
|
* Moved post language setting to msg_note(), where it really belongs.Gravatar default2025-01-051-16/+1
| | | | On the way, posting from the Mastodon API sets the language accordingly.
* The 'note' cmdline looks at the LANG env var to set the post's language.Gravatar default2025-01-051-0/+15
|
* Fixed typo.Gravatar default2024-11-251-1/+1
|
* New cmdline ops 'import_list' and 'import_block_list'.Gravatar default2024-11-251-0/+14
|
* In the insert cmdline op, don't re-add if it's already in the timeline.Gravatar default2024-11-171-1/+5
|
* New command line action 'insert'.Gravatar default2024-10-271-0/+18
|
* Updated usage().Gravatar default2024-10-191-0/+1
|
* Some work in CSV importing.Gravatar default2024-10-191-0/+5
|
* After several tests, migration to Mastodon seems to work 🎉🥳.Gravatar default2024-10-091-0/+1
|
* More migration work.Gravatar default2024-09-201-4/+12
|
* Changed some migration terminology.Gravatar default2024-09-191-6/+6
|
* New function webfinger_request_fake().Gravatar default2024-09-181-1/+2
|
* Started account migration code.Gravatar default2024-09-181-0/+4
|
* Added 'export_csv' to the usage message.Gravatar default2024-09-181-0/+1
|
* Started support for CSV data export.Gravatar default2024-09-181-0/+5
|
* Use user_persist() to publish the actor after setting the aka.Gravatar default2024-09-181-6/+1
|
* New command-line command 'aka'.Gravatar default2024-09-181-0/+27
|
* Bookmarking can be done from the command line.Gravatar default2024-08-291-0/+22
|
* Added more const.Gravatar default2024-05-231-1/+1
|
* Added const everywhere.Gravatar default2024-05-211-1/+1
|
* Added a skip argument to content_search().Gravatar default2024-05-101-1/+1
|