summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a warning.Gravatar default2023-02-221-1/+4
|
* Added a user config override for 'purge_days'.Gravatar default2023-02-121-4/+5
|
* New file ~user/user_o.json, for the admin to override user settings.Gravatar default2023-02-121-0/+16
|
* Added 'fattr' to the pledge() list.Gravatar default2023-02-111-1/+1
|
* Don't fail silently if the job fifo is not ready.Gravatar default2023-02-111-1/+1
|
* Show the fd rlimit at httpd startup.Gravatar default2023-02-101-0/+1
|
* Print errno in user file opening errors.Gravatar default2023-02-081-2/+2
|
* New function timeline_here().Gravatar default2023-02-081-3/+10
|
* timeline_top_level() now looks for the entries in the user caches.Gravatar default2023-02-081-5/+8
|
* New function timeline_fn_by_md5().Gravatar default2023-02-081-12/+26
|
* Output messages are now processed by the pool of threads.Gravatar default2023-02-071-10/+20
|
* New utility function mkdirx().Gravatar default2023-02-071-2/+2
|
* Tweaked user and group permissions for new files and dirs.Gravatar default2023-02-071-2/+2
|
* Added internals for Telegram notifications.Gravatar default2023-02-071-0/+16
|
* New user option 'purge_days'.Gravatar default2023-02-051-1/+14
|
* Reworked purge_user() to be clearer.Gravatar default2023-02-051-6/+7
|
* timeline_get_by_md5() reads from the user cachedirs instead of the global ↵Gravatar default2023-02-051-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().Gravatar default2023-02-051-20/+9
| | | | It was never used.
* Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.Gravatar default2023-02-051-2/+2
|
* New function timeline_get().Gravatar default2023-02-051-0/+7
|
* Elevated debug level to bad user / invalid user messages.Gravatar default2023-02-031-1/+4
|
* Email notifications have been moved to the global queue.Gravatar default2023-02-021-3/+3
|
* New function queue() (the global queue).Gravatar default2023-02-021-2/+35
|
* queue() renamed to user_queue().Gravatar default2023-02-021-5/+6
|
* dequeue() does not need a snac argument.Gravatar default2023-02-021-2/+2
|
* enqueue_output() adds the keyid and seckey args to the q_item.Gravatar default2023-02-021-1/+3
|
* Reworked enqueue_message().Gravatar default2023-01-311-9/+5
|
* Reworked enqueue_email().Gravatar default2023-01-311-12/+6
|
* Reworked enqueue_output().Gravatar default2023-01-311-11/+6
|
* Started rewriting the queue.Gravatar default2023-01-311-6/+19
|
* Unified queue message field names.Gravatar default2023-01-311-11/+8
|
* Some symbol renaming.Gravatar default2023-01-311-4/+4
|
* Deleted old paths to purge.Gravatar default2023-01-311-2/+0
|
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
|
* Usage of unveil() and pledge() can be disabled from config.Gravatar default2023-01-131-11/+18
|
* Added OpenBSD's unveil() and pledge() support.Gravatar Andrew Alderwick2023-01-131-6/+10
|
* Backport from xs.Gravatar default2023-01-121-1/+1
|
* Deleted unused argument in timeline_admire().Gravatar default2023-01-111-1/+1
|
* Deleted unused arguments in timeline_add().Gravatar default2023-01-111-1/+1
|
* The purge ttl for stray global objects have been shortened.Gravatar default2023-01-041-2/+1
|
* Log write errors in _object_add() more prominently.Gravatar default2022-12-181-1/+3
|
* Replaced all calls to post() with enqueue_message().Gravatar default2022-12-161-1/+1
|
* New function enqueue_message().Gravatar default2022-12-161-0/+17
|
* Don't create a parent index if it already exists.Gravatar default2022-12-151-2/+4
|
* Fixed a deletion error.Gravatar default2022-12-141-1/+9
|
* Fixed crash when unfollowing.Gravatar default2022-12-131-1/+1
|
* New function index_len().Gravatar default2022-12-101-8/+39
|
* Merge pull request 'Pagination of the private and public page' (#13) from ↵Gravatar grunfink2022-12-071-10/+10
|\ | | | | | | | | | | kensanata/snac2:pagination into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/13
| * Pagination of the public and private pageGravatar Alex Schroeder2022-12-061-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.Gravatar default2022-12-061-1/+3
|/