| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | Some formatting refactoring. | 2022-11-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Added more tests. | 2022-11-09 | 1 | -0/+9 | ||
| | | ||||||
| * | Fixed a nasty macro expansion bug. | 2022-10-26 | 1 | -0/+12 | ||
| | | ||||||
| * | Call srv_free(). | 2022-10-25 | 1 | -0/+1 | ||
| | | ||||||
| * | New function purge_all(). | 2022-10-17 | 1 | -12/+1 | ||
| | | ||||||
| * | New command-line command 'unfollow'. | 2022-10-13 | 1 | -0/+19 | ||
| | | ||||||
| * | Media can be attached to notes. | 2022-10-10 | 1 | -1/+1 | ||
| | | | | | | The web interface limits this (by now) to only one attachment, given the URL. | |||||
| * | New command-line option purge. | 2022-10-04 | 1 | -1/+17 | ||
| | | ||||||
| * | New function adduser(). | 2022-10-04 | 1 | -4/+10 | ||
| | | ||||||
| * | New function initdb(). | 2022-10-04 | 1 | -0/+2 | ||
| | | ||||||
| * | Version 2.01 RELEASED.2.01 | 2022-10-03 | 1 | -82/+1 | ||
| | | ||||||
| * | New function msg_follow(). | 2022-09-27 | 1 | -5/+26 | ||
| | | ||||||
| * | More work in msg_note(). | 2022-09-27 | 1 | -1/+4 | ||
| | | ||||||
| * | Notes can be posted WOW!. | 2022-09-27 | 1 | -4/+11 | ||
| | | ||||||
| * | Started command-line command 'note'. | 2022-09-27 | 1 | -0/+35 | ||
| | | ||||||
| * | Started function not_really_markdown(). | 2022-09-27 | 1 | -0/+5 | ||
| | | ||||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -1/+3 | ||
| | | ||||||
| * | New function msg_admiration(). | 2022-09-26 | 1 | -0/+11 | ||
| | | ||||||
| * | New function msg_actor(). | 2022-09-25 | 1 | -0/+1 | ||
| | | ||||||
| * | Some fixes to timeline_add(). | 2022-09-25 | 1 | -16/+52 | ||
| | | ||||||
| * | Fixed bug in actor_request(). | 2022-09-23 | 1 | -0/+13 | ||
| | | ||||||
| * | Improved activitypub_request(). | 2022-09-23 | 1 | -0/+17 | ||
| | | ||||||
| * | webfinger_request() returns the status. | 2022-09-23 | 1 | -1/+1 | ||
| | | ||||||
| * | [activitypub.c] New file. | 2022-09-23 | 1 | -0/+9 | ||
| | | ||||||
| * | More webfinger work. | 2022-09-22 | 1 | -0/+22 | ||
| | | ||||||
| * | More httpd work. | 2022-09-21 | 1 | -0/+43 | ||
| | | ||||||
| * | More work in http signed request. | 2022-09-21 | 1 | -1/+11 | ||
| | | ||||||
| * | Use its own copy of the headers in http_signed_request(). | 2022-09-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Added http signed request code (untested). | 2022-09-20 | 1 | -0/+7 | ||
| | | ||||||
| * | New function dequeue(). | 2022-09-20 | 1 | -1/+4 | ||
| | | ||||||
| * | New function queue(). | 2022-09-20 | 1 | -0/+12 | ||
| | | ||||||
| * | New function enqueue(). | 2022-09-20 | 1 | -1/+1 | ||
| | | ||||||
| * | More timeline work. | 2022-09-20 | 1 | -0/+12 | ||
| | | ||||||
| * | More follower data code. | 2022-09-20 | 1 | -1/+11 | ||
| | | ||||||
| * | Added some follower functions. | 2022-09-20 | 1 | -6/+5 | ||
| | | ||||||
| * | New function user_list(). | 2022-09-19 | 1 | -0/+14 | ||
| | | ||||||
| * | Renamed user functions. | 2022-09-19 | 1 | -4/+1 | ||
| | | ||||||
| * | New function hash_password() and check_password(). | 2022-09-19 | 1 | -0/+3 | ||
| | | ||||||
| * | New functions snac_debug() and snac_log(). | 2022-09-19 | 1 | -0/+1 | ||
| | | ||||||