summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added emoji reactions (contributed by violette).Gravatar violette3 days1-1/+1
|
* xs_http.h: new file.Gravatar grunfink2025-10-131-0/+1
|
* implementing visibility scopesGravatar byte2025-09-201-4/+9
|
* Set the scheduled date via the -d argument instead of a envvar.Gravatar grunfink2025-09-091-18/+24
|
* Added support for scheduled posts from the cmdline.Gravatar grunfink2025-09-091-9/+29
|
* Got rid of the 'fsck' command, as it's done on startup.Gravatar grunfink2025-09-071-6/+0
|
* New command-line option 'fsck'.Gravatar grunfink2025-09-071-0/+6
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar grunfink2025-09-031-0/+1
|\
| * Document the update commandGravatar Xavier Vello2025-09-031-0/+1
| |
* | Renamed function list_content() to list_members().Gravatar grunfink2025-09-031-3/+3
| |
* | New function enqueue_collect_outbox().Gravatar grunfink2025-09-031-1/+1
| |
* | New function collect_outbox().Gravatar grunfink2025-09-031-0/+5
|/
* Added 'collect_replies' info in the about screen.Gravatar grunfink2025-08-221-0/+1
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar grunfink2025-08-211-0/+1
|\
| * Fix CLI boosts not showing in public timelineGravatar Xavier Vello2025-08-201-0/+1
| |
* | New function enqueue_collect_replies().Gravatar grunfink2025-08-181-1/+1
| |
* | Fixed typo.Gravatar grunfink2025-08-181-1/+1
| |
* | New function collect_replies().Gravatar grunfink2025-08-161-0/+6
|/
* New command-line command 'muted'.Gravatar grunfink2025-07-241-0/+11
|
* Sending notes from the cmdline allows setting an inReplyTo field.Gravatar grunfink2025-06-261-4/+19
|
* New command-line option export_posts.Gravatar grunfink2025-06-191-0/+6
|
* Minor tweak to usage screen.Gravatar grunfink2025-06-191-1/+1
|
* 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
|