| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | timeline_get_by_md5() reads from the user cachedirs instead of the global ↵ | 2023-02-05 | 1 | -4/+23 | ||
| | | | | | | | object. This way, user defined purging will be easier to implement. | |||||
| * | Deleted the type argument from object_get_my_md5() and object_get(). | 2023-02-05 | 1 | -20/+9 | ||
| | | | | | It was never used. | |||||
| * | Renamed timeline_get() to timeline_get_by_md5(), as that is what id does. | 2023-02-05 | 1 | -2/+2 | ||
| | | ||||||
| * | New function timeline_get(). | 2023-02-05 | 1 | -0/+7 | ||
| | | ||||||
| * | Elevated debug level to bad user / invalid user messages. | 2023-02-03 | 1 | -1/+4 | ||
| | | ||||||
| * | Email notifications have been moved to the global queue. | 2023-02-02 | 1 | -3/+3 | ||
| | | ||||||
| * | New function queue() (the global queue). | 2023-02-02 | 1 | -2/+35 | ||
| | | ||||||
| * | queue() renamed to user_queue(). | 2023-02-02 | 1 | -5/+6 | ||
| | | ||||||
| * | dequeue() does not need a snac argument. | 2023-02-02 | 1 | -2/+2 | ||
| | | ||||||
| * | enqueue_output() adds the keyid and seckey args to the q_item. | 2023-02-02 | 1 | -1/+3 | ||
| | | ||||||
| * | Reworked enqueue_message(). | 2023-01-31 | 1 | -9/+5 | ||
| | | ||||||
| * | Reworked enqueue_email(). | 2023-01-31 | 1 | -12/+6 | ||
| | | ||||||
| * | Reworked enqueue_output(). | 2023-01-31 | 1 | -11/+6 | ||
| | | ||||||
| * | Started rewriting the queue. | 2023-01-31 | 1 | -6/+19 | ||
| | | ||||||
| * | Unified queue message field names. | 2023-01-31 | 1 | -11/+8 | ||
| | | ||||||
| * | Some symbol renaming. | 2023-01-31 | 1 | -4/+4 | ||
| | | ||||||
| * | Deleted old paths to purge. | 2023-01-31 | 1 | -2/+0 | ||
| | | ||||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Usage of unveil() and pledge() can be disabled from config. | 2023-01-13 | 1 | -11/+18 | ||
| | | ||||||
| * | Added OpenBSD's unveil() and pledge() support. | 2023-01-13 | 1 | -6/+10 | ||
| | | ||||||
| * | Backport from xs. | 2023-01-12 | 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 | ||
| | | ||||||
| * | The purge ttl for stray global objects have been shortened. | 2023-01-04 | 1 | -2/+1 | ||
| | | ||||||
| * | Log write errors in _object_add() more prominently. | 2022-12-18 | 1 | -1/+3 | ||
| | | ||||||
| * | Replaced all calls to post() with enqueue_message(). | 2022-12-16 | 1 | -1/+1 | ||
| | | ||||||
| * | New function enqueue_message(). | 2022-12-16 | 1 | -0/+17 | ||
| | | ||||||
| * | Don't create a parent index if it already exists. | 2022-12-15 | 1 | -2/+4 | ||
| | | ||||||
| * | Fixed a deletion error. | 2022-12-14 | 1 | -1/+9 | ||
| | | ||||||
| * | Fixed crash when unfollowing. | 2022-12-13 | 1 | -1/+1 | ||
| | | ||||||
| * | New function index_len(). | 2022-12-10 | 1 | -8/+39 | ||
| | | ||||||
| * | Merge pull request 'Pagination of the private and public page' (#13) from ↵ | 2022-12-07 | 1 | -10/+10 | ||
| |\ | | | | | | | | | | | kensanata/snac2:pagination into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/13 | |||||
| | * | Pagination of the public and private page | 2022-12-06 | 1 | -10/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Fixed memory leak. | 2022-12-06 | 1 | -1/+3 | ||
| |/ | ||||||
| * | New function new_password(). | 2022-12-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Fix arguments in callto xs_fmt | 2022-12-04 | 1 | -1/+1 | ||
| | | | | | Without this, db_upgrade segfaults. | |||||
| * | Set default debug level to 1 for most object db functions. | 2022-12-04 | 1 | -8/+8 | ||
| | | ||||||
| * | In _object_user_cache(), don't call index_add() if link() fails. | 2022-12-03 | 1 | -2/+2 | ||
| | | | | | It will most probably fail because the object is already there. | |||||
| * | From timeline_admire(), add to both caches. | 2022-12-03 | 1 | -2/+4 | ||
| | | ||||||
| * | Don't store messages in public/ that are not public. | 2022-12-03 | 1 | -2/+9 | ||
| | | | | | They weren't shown anyway, but it's better to be sure. | |||||
| * | Add this user admires to the public timeline. | 2022-12-03 | 1 | -0/+4 | ||
| | | ||||||
| * | Upgrade timeline/ to private/. | 2022-12-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Upgraded local/ to public/. | 2022-12-03 | 1 | -3/+7 | ||
| | | ||||||
| * | New function timeline_simple_list(). | 2022-12-03 | 1 | -4/+12 | ||
| | | ||||||
| * | Use xs_set_result() in timeline_top_level(). | 2022-12-02 | 1 | -6/+2 | ||
| | | ||||||
| * | New function object_here_by_md5(). | 2022-12-02 | 1 | -4/+9 | ||
| | | ||||||
| * | New function object_parent(). | 2022-12-02 | 1 | -3/+10 | ||
| | | ||||||
| * | More old code cleaning. | 2022-12-02 | 1 | -56/+1 | ||
| | | ||||||
| * | Renamed timeline_here() to object_here(). | 2022-12-02 | 1 | -9/+9 | ||
| | | ||||||
| * | More old code deletions. | 2022-12-02 | 1 | -38/+1 | ||
| | | ||||||