| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.18 RELEASED.2.18 | 2023-01-14 | 1 | -1/+1 | |
| | | |||||
| * | Deleted unused argument in timeline_admire(). | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Deleted unused arguments in timeline_add(). | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | More keyId/signature tweaks. | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Use the already loaded actor in check_signature(). | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | The purge ttl for stray global objects have been shortened. | 2023-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.17 RELEASED.2.17 | 2022-12-27 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2022-12-21 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.16 RELEASED.2.16 | 2022-12-20 | 1 | -1/+1 | |
| | | |||||
| * | New function enqueue_message(). | 2022-12-16 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2022-12-15 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.15 RELEASED.2.15 | 2022-12-14 | 1 | -1/+1 | |
| | | |||||
| * | Bumped development version. | 2022-12-10 | 1 | -1/+1 | |
| | | |||||
| * | New function index_len(). | 2022-12-10 | 1 | -0/+4 | |
| | | |||||
| * | Version 2.14 RELEASED.2.14 | 2022-12-09 | 1 | -1/+1 | |
| | | |||||
| * | Pagination of the public and private page | 2022-12-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | 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 | -0/+1 | |
| | | |||||
| * | New function new_password(). | 2022-12-04 | 1 | -5/+5 | |
| | | |||||
| * | Bumped version. | 2022-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.13 RELEASED.2.13 | 2022-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Show the development version. | 2022-12-03 | 1 | -1/+1 | |
| | | |||||
| * | Upgraded local/ to public/. | 2022-12-03 | 1 | -0/+6 | |
| | | |||||
| * | New function timeline_simple_list(). | 2022-12-03 | 1 | -0/+1 | |
| | | |||||
| * | Show stray parents in the origin. | 2022-12-02 | 1 | -0/+2 | |
| | | |||||
| * | More old code cleaning. | 2022-12-02 | 1 | -2/+0 | |
| | | |||||
| * | Renamed timeline_here() to object_here(). | 2022-12-02 | 1 | -1/+1 | |
| | | |||||
| * | More old code deletions. | 2022-12-02 | 1 | -1/+0 | |
| | | |||||
| * | Fixed one post queries. | 2022-12-02 | 1 | -0/+1 | |
| | | |||||
| * | Big data storage change. | 2022-12-02 | 1 | -3/+9 | |
| | | |||||
| * | Upgraded followers to the new db. | 2022-11-28 | 1 | -3/+3 | |
| | | |||||
| * | New function object_del_if_unref(). | 2022-11-27 | 1 | -0/+1 | |
| | | |||||
| * | timeline_top_level() works. | 2022-11-26 | 1 | -1/+1 | |
| | | |||||
| * | New function timeline_top_level() (untested). | 2022-11-26 | 1 | -0/+2 | |
| | | |||||
| * | New function index_first(). | 2022-11-26 | 1 | -0/+1 | |
| | | |||||
| * | New function mtime_nl(). | 2022-11-25 | 1 | -1/+2 | |
| | | |||||
| * | On Update + Person, call object_del() before actor_add(). | 2022-11-25 | 1 | -0/+2 | |
| | | |||||
| * | The global object database is also purged. | 2022-11-25 | 1 | -1/+1 | |
| | | |||||
| * | New command-line command 'upgrade'. | 2022-11-25 | 1 | -1/+1 | |
| | | |||||
| * | Use the new hide API. | 2022-11-24 | 1 | -1/+0 | |
| | | |||||
| * | New API for hidden threads. | 2022-11-24 | 1 | -0/+3 | |
| | | |||||
| * | Renamed listfile functions to index. | 2022-11-24 | 1 | -4/+4 | |
| | | |||||
| * | Added listfile prototypes to snac.h. | 2022-11-23 | 1 | -0/+5 | |
| | | |||||
| * | actor_get() and actor_add() now use the object database. | 2022-11-23 | 1 | -2/+2 | |
| | | |||||
| * | Version 2.12 RELEASED.2.12 | 2022-11-23 | 1 | -1/+1 | |
| | | |||||
| * | New function db_upgrade(). | 2022-11-23 | 1 | -0/+1 | |
| | | |||||
| * | Version 2.11 RELEASED.2.11 | 2022-11-18 | 1 | -1/+1 | |
| | | |||||
| * | New function enqueue_output_to_actor(). | 2022-11-18 | 1 | -0/+1 | |
| | | |||||
| * | Fixed Follow bug, introduced by latest sharedInbox change. | 2022-11-18 | 1 | -0/+1 | |
| | | |||||
| * | Queue messages to inboxes instead of actors. | 2022-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Call sanitize() as soon as possible. | 2022-11-16 | 1 | -2/+2 | |
| | | |||||