summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added a maximum results argument to content_search().Gravatar default2024-05-091-1/+1
|
* Rewritten content_search() to read from both timelines.Gravatar default2024-05-081-21/+1
|
* Renamed to content_search().Gravatar default2024-05-081-1/+20
|
* Added a timeout flag to search_by_content().Gravatar default2024-05-081-1/+2
|
* New function search_by_content().Gravatar default2024-05-081-0/+18
|
* New function enqueue_object_request().Gravatar default2024-05-051-0/+6
|
* Added Unlike and Unboost buttons to web interface.Gravatar default2024-04-111-0/+1
|
* 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
|