summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* New function msg_repulsion.Gravatar default2024-04-101-0/+14
|
* Added cmdline 'boost' as an alias to 'announce'.Gravatar default2024-04-101-25/+25
|
* If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default2024-03-251-1/+1
|
* Added 'announce' command to usage.Gravatar default2024-03-241-0/+1
|
* Added a message saying Pongs are seen through the log.Gravatar default2024-03-241-0/+2
|
* In the 'ping' cmdline, really resolve via webfinger if necessary.Gravatar default2024-03-241-0/+8
|
* Added attachments to usage.Gravatar default2024-03-151-1/+1
|
* The command-line 'note' also allows attachments.Gravatar default2024-03-151-2/+35
|
* Logging tweaks.Gravatar default2024-03-041-10/+0
|
* Added verify_links to usage().Gravatar default2024-02-161-2/+1
|
* New function verify_links().Gravatar default2024-02-151-0/+5
|
* New command-line option 'state'.Gravatar default2024-01-101-0/+25
|
* Updated copyright year.Gravatar default2024-01-041-2/+2
|
* actor_request() accepts again an optional snac argument.Gravatar default2023-12-171-3/+3
|
* New cmdline command 'update', to post an update for a user.Gravatar default2023-12-161-0/+7
| | | | Only useful for testing, so it's left undocumented.
* Revert "Reverted actor_request() without user."Gravatar default2023-12-111-3/+3
| | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc.
* Reverted actor_request() without user.Gravatar default2023-12-111-3/+3
| | | | Some sites require even Person requests to be signed.
* actor_request() does not need a user argument.Gravatar default2023-12-101-3/+3
|
* The 'actor' command from the command-line allows non-signed queries.Gravatar default2023-12-101-1/+17
|
* html_timeline() now uses xs_html.Gravatar default2023-11-291-13/+0
|
* New function html_note() (still unused).Gravatar default2023-11-231-0/+23
|
* New function deluser(), to delete a user.Gravatar default2023-10-221-1/+6
| | | | Only unfollows by now.
* The instance URL can now show a timeline.Gravatar default2023-08-141-2/+0
|
* Renamed json dump functions to new xs spec.Gravatar default2023-08-081-8/+8
|
* Added command-line interface for limit/unlimit users.Gravatar default2023-08-061-0/+30
|
* Use xs_json_dump_pp() wherever possible.Gravatar default2023-08-031-16/+8
|
* Updated comment in headers.Gravatar default2023-07-281-2/+2
|
* Added command-line interface for [un]blocking full instances.Gravatar default2023-06-291-0/+25
|
* Added some error control to pinning.Gravatar default2023-06-281-0/+22
|
* New function webfinger_request_signed().Gravatar default2023-06-131-15/+34
|
* Don't enqueue a request_replies message if it's already there.Gravatar default2023-06-071-1/+1
|
* Create the base message of msg_question() from msg_note().Gravatar default2023-05-301-1/+1
|
* Enqueue a close_question user q_item.Gravatar default2023-05-291-1/+3
|
* Added some experimental 'Question' posting code.Gravatar default2023-05-241-17/+36
|
* Convert image links in notes to attachments.Gravatar default2023-05-211-1/+1
|
* Got rid of xs_encdec.h.Gravatar default2023-05-171-1/+0
|
* Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default2023-05-081-0/+2
|
* The 'ping' command-line requests the actor for better error info.Gravatar default2023-05-051-5/+13
|
* Fixed bug in ping cmdline debug output.Gravatar default2023-05-051-1/+1
|
* Implemented 'Ping' and 'Pong' activities.Gravatar default2023-05-051-0/+14
| | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
* New boolean argument 'priv' to msg_note().Gravatar default2023-02-201-1/+1
|
* timeline_top_level() now looks for the entries in the user caches.Gravatar default2023-02-081-1/+1
|
* Tweaked user and group permissions for new files and dirs.Gravatar default2023-02-071-0/+5
|
* The 'note' command now accepts -e and -.Gravatar default2023-02-051-1/+7
|
* process_queue() has been renamed to process_user_queue().Gravatar default2023-02-021-1/+1
|
* More symbol renaming.Gravatar default2023-01-311-1/+1
|
* Updated year in copyright notices.Gravatar default2023-01-171-2/+2
|
* Minor message corrections.Gravatar default2023-01-131-4/+4
|
* Deleted unused arguments in timeline_add().Gravatar default2023-01-111-1/+1
|
* Replaced all calls to post() with enqueue_message().Gravatar default2022-12-161-2/+2
|