| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | The command-line 'note' also allows attachments. | 2024-03-15 | 1 | -2/+35 | ||
| | | ||||||
| * | Logging tweaks. | 2024-03-04 | 1 | -10/+0 | ||
| | | ||||||
| * | Added verify_links to usage(). | 2024-02-16 | 1 | -2/+1 | ||
| | | ||||||
| * | New function verify_links(). | 2024-02-15 | 1 | -0/+5 | ||
| | | ||||||
| * | New command-line option 'state'. | 2024-01-10 | 1 | -0/+25 | ||
| | | ||||||
| * | Updated copyright year. | 2024-01-04 | 1 | -2/+2 | ||
| | | ||||||
| * | actor_request() accepts again an optional snac argument. | 2023-12-17 | 1 | -3/+3 | ||
| | | ||||||
| * | New cmdline command 'update', to post an update for a user. | 2023-12-16 | 1 | -0/+7 | ||
| | | | | | Only useful for testing, so it's left undocumented. | |||||
| * | Revert "Reverted actor_request() without user." | 2023-12-11 | 1 | -3/+3 | ||
| | | | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc. | |||||
| * | Reverted actor_request() without user. | 2023-12-11 | 1 | -3/+3 | ||
| | | | | | Some sites require even Person requests to be signed. | |||||
| * | actor_request() does not need a user argument. | 2023-12-10 | 1 | -3/+3 | ||
| | | ||||||
| * | The 'actor' command from the command-line allows non-signed queries. | 2023-12-10 | 1 | -1/+17 | ||
| | | ||||||
| * | html_timeline() now uses xs_html. | 2023-11-29 | 1 | -13/+0 | ||
| | | ||||||
| * | New function html_note() (still unused). | 2023-11-23 | 1 | -0/+23 | ||
| | | ||||||
| * | New function deluser(), to delete a user. | 2023-10-22 | 1 | -1/+6 | ||
| | | | | | Only unfollows by now. | |||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -2/+0 | ||
| | | ||||||
| * | Renamed json dump functions to new xs spec. | 2023-08-08 | 1 | -8/+8 | ||
| | | ||||||
| * | Added command-line interface for limit/unlimit users. | 2023-08-06 | 1 | -0/+30 | ||
| | | ||||||
| * | Use xs_json_dump_pp() wherever possible. | 2023-08-03 | 1 | -16/+8 | ||
| | | ||||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -2/+2 | ||
| | | ||||||
| * | Added command-line interface for [un]blocking full instances. | 2023-06-29 | 1 | -0/+25 | ||
| | | ||||||
| * | Added some error control to pinning. | 2023-06-28 | 1 | -0/+22 | ||
| | | ||||||
| * | New function webfinger_request_signed(). | 2023-06-13 | 1 | -15/+34 | ||
| | | ||||||
| * | Don't enqueue a request_replies message if it's already there. | 2023-06-07 | 1 | -1/+1 | ||
| | | ||||||
| * | Create the base message of msg_question() from msg_note(). | 2023-05-30 | 1 | -1/+1 | ||
| | | ||||||
| * | Enqueue a close_question user q_item. | 2023-05-29 | 1 | -1/+3 | ||
| | | ||||||
| * | Added some experimental 'Question' posting code. | 2023-05-24 | 1 | -17/+36 | ||
| | | ||||||
| * | Convert image links in notes to attachments. | 2023-05-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | ||
| | | ||||||
| * | Added a source (web, mastoapi, etc) to lastlog_write(). | 2023-05-08 | 1 | -0/+2 | ||
| | | ||||||
| * | The 'ping' command-line requests the actor for better error info. | 2023-05-05 | 1 | -5/+13 | ||
| | | ||||||
| * | Fixed bug in ping cmdline debug output. | 2023-05-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Implemented 'Ping' and 'Pong' activities. | 2023-05-05 | 1 | -0/+14 | ||
| | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | |||||
| * | New boolean argument 'priv' to msg_note(). | 2023-02-20 | 1 | -1/+1 | ||
| | | ||||||
| * | timeline_top_level() now looks for the entries in the user caches. | 2023-02-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Tweaked user and group permissions for new files and dirs. | 2023-02-07 | 1 | -0/+5 | ||
| | | ||||||
| * | The 'note' command now accepts -e and -. | 2023-02-05 | 1 | -1/+7 | ||
| | | ||||||
| * | process_queue() has been renamed to process_user_queue(). | 2023-02-02 | 1 | -1/+1 | ||
| | | ||||||
| * | More symbol renaming. | 2023-01-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -2/+2 | ||
| | | ||||||
| * | Minor message corrections. | 2023-01-13 | 1 | -4/+4 | ||
| | | ||||||
| * | Deleted unused arguments in timeline_add(). | 2023-01-11 | 1 | -1/+1 | ||
| | | ||||||
| * | Replaced all calls to post() with enqueue_message(). | 2022-12-16 | 1 | -2/+2 | ||
| | | ||||||
| * | Pagination of the public and private page | 2022-12-06 | 1 | -1/+1 | ||
| | | | | | | | | | | | | Use the query parameters skip and show to control what you can see, e.g. /alex/admin?skip=0&show=4 Don't use or save the timeline cache if either is set. The following functions were changed from accepting a single max parameter to accepting both skip and show: timeline_simple_list, timeline_list, index_list_desc. | |||||
| * | New command line option 'resetpwd'. | 2022-12-04 | 1 | -12/+5 | ||
| | | ||||||
| * | Big data storage change. | 2022-12-02 | 1 | -1/+1 | ||
| | | ||||||
| * | timeline_top_level() works. | 2022-11-26 | 1 | -0/+9 | ||
| | | ||||||
| * | Use macro XS_ALL were possible. | 2022-11-25 | 1 | -1/+1 | ||
| | | ||||||
| * | New command-line command 'upgrade'. | 2022-11-25 | 1 | -1/+15 | ||
| | | ||||||
| * | New function enqueue_output_to_actor(). | 2022-11-18 | 1 | -2/+2 | ||
| | | ||||||