summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Pagination of the public and private pageGravatar Alex Schroeder2022-12-061-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'.Gravatar default2022-12-041-12/+5
|
* Big data storage change.Gravatar default2022-12-021-1/+1
|
* timeline_top_level() works.Gravatar default2022-11-261-0/+9
|
* Use macro XS_ALL were possible.Gravatar default2022-11-251-1/+1
|
* New command-line command 'upgrade'.Gravatar default2022-11-251-1/+15
|
* New function enqueue_output_to_actor().Gravatar default2022-11-181-2/+2
|
* Some formatting refactoring.Gravatar default2022-11-131-1/+1
|
* Added more tests.Gravatar default2022-11-091-0/+9
|
* Fixed a nasty macro expansion bug.Gravatar default2022-10-261-0/+12
|
* Call srv_free().Gravatar default2022-10-251-0/+1
|
* New function purge_all().Gravatar default2022-10-171-12/+1
|
* New command-line command 'unfollow'.Gravatar default2022-10-131-0/+19
|
* Media can be attached to notes.Gravatar default2022-10-101-1/+1
| | | | | The web interface limits this (by now) to only one attachment, given the URL.
* New command-line option purge.Gravatar default2022-10-041-1/+17
|
* New function adduser().Gravatar default2022-10-041-4/+10
|
* New function initdb().Gravatar default2022-10-041-0/+2
|
* Version 2.01 RELEASED.2.01Gravatar default2022-10-031-82/+1
|
* New function msg_follow().Gravatar default2022-09-271-5/+26
|
* More work in msg_note().Gravatar default2022-09-271-1/+4
|
* Notes can be posted WOW!.Gravatar default2022-09-271-4/+11
|