summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified job_post() and job_wait().Gravatar default2023-02-061-42/+13
* New functions job_post() and job_wait() (untested).Gravatar default2023-02-061-1/+85
* Backport from xs.Gravatar default2023-02-062-9/+53
* Started work towards the pool of threads.Gravatar default2023-02-061-7/+27
* Input connections cannot be non-threaded.Gravatar default2023-02-061-14/+8
* Updated RELEASE_NOTES.Gravatar default2023-02-051-0/+2
* Updated documentation.Gravatar default2023-02-051-4/+4
* The 'note' command now accepts -e and -.Gravatar default2023-02-051-1/+7
* Updated RELEASE_NOTES.Gravatar default2023-02-051-1/+1
* Updated documentation.Gravatar default2023-02-051-4/+12
* Updated RELEASE_NOTES.Gravatar default2023-02-051-0/+4
* New user option 'purge_days'.Gravatar default2023-02-053-2/+30
* 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 obj...Gravatar default2023-02-051-4/+23
* Deleted the type argument from object_get_my_md5() and object_get().Gravatar default2023-02-054-30/+19
* Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.Gravatar default2023-02-053-6/+6
* New function timeline_get().Gravatar default2023-02-053-1/+9
* Minor README tweak.Gravatar default2023-02-051-6/+6
* Version 2.20 RELEASED.2.20Gravatar default2023-02-041-1/+1
* Updated TODO.Gravatar default2023-02-031-4/+8
* Merge branch 'master' of /home/angel/git/snac2Gravatar default2023-02-031-2/+2
|\
| * More debug level changes.Gravatar default2023-02-031-2/+2
* | Updated TODO.Gravatar default2023-02-031-0/+2
|/
* Elevated debug level to bad user / invalid user messages.Gravatar default2023-02-032-2/+5
* Email notifications have been moved to the global queue.Gravatar default2023-02-024-25/+37
* New function queue() (the global queue).Gravatar default2023-02-022-4/+64
* Renamed process_queue_item() to process_user_queue_item().Gravatar default2023-02-021-2/+2
* process_queue() has been renamed to process_user_queue().Gravatar default2023-02-024-5/+5
* queue() renamed to user_queue().Gravatar default2023-02-023-7/+8
* dequeue() does not need a snac argument.Gravatar default2023-02-023-4/+4
* enqueue_output() adds the keyid and seckey args to the q_item.Gravatar default2023-02-021-1/+3
* Move the #main-key adding back to the origin.Gravatar default2023-02-021-3/+2
* New function http_signed_request_raw().Gravatar default2023-02-021-7/+23
* Minor header tweaks.Gravatar default2023-02-024-25/+31
* Backport from xs.Gravatar default2023-02-023-21/+26
* Moved the angry emoticon above the sad one to avoid clashes.Gravatar default2023-02-011-1/+1
* Added the angry emoticon.Gravatar default2023-02-012-1/+2
* New function process_queue_item().Gravatar default2023-01-311-88/+96
* Reworked enqueue_message().Gravatar default2023-01-311-9/+5
* Reworked enqueue_email().Gravatar default2023-01-312-14/+8
* Reworked enqueue_output().Gravatar default2023-01-312-13/+8
* Started rewriting the queue.Gravatar default2023-01-311-6/+19
* Deleted dead code.Gravatar default2023-01-311-13/+0
* Unified queue message field names.Gravatar default2023-01-312-13/+13
* More symbol renaming.Gravatar default2023-01-313-3/+6
* Some symbol renaming.Gravatar default2023-01-314-12/+12
* Deleted old paths to purge.Gravatar default2023-01-311-2/+0
* Attached images have a hashed name instead of a time one.Gravatar default2023-01-281-2/+2
* Updated RELEASE_NOTES.Gravatar default2023-01-281-0/+4
* Image attachments in posts can now have descriptions ('alt text').Gravatar default2023-01-283-18/+31