default
|
5036cb5e11
|
Connection jobs are treated as urgent.
|
2023-03-02 12:38:02 +01:00 |
|
default
|
987f1d288b
|
Bumped version.
|
2023-03-02 09:30:23 +01:00 |
|
default
|
29b12498dd
|
Simplified is_msg_public().
|
2023-03-02 09:15:40 +01:00 |
|
default
|
5e3c50d6e1
|
New inbox collection functions.
|
2023-03-02 08:43:50 +01:00 |
|
default
|
d75a22adab
|
New function srv_archive_error().
|
2023-03-01 08:25:36 +01:00 |
|
default
|
cb9e82acf7
|
Version 2.24 RELEASED.
|
2023-02-25 18:17:51 +01:00 |
|
default
|
1630519066
|
Deleted index_del_md5() and index_del().
|
2023-02-23 18:43:52 +01:00 |
|
default
|
307c9420c3
|
New function index_gc().
|
2023-02-23 10:42:09 +01:00 |
|
default
|
2bfebba7be
|
Don't wait for 3 seconds if there were some q_items processed.
|
2023-02-22 08:39:54 +01:00 |
|
default
|
5230435b31
|
New boolean argument 'priv' to msg_note().
|
2023-02-20 09:32:44 +01:00 |
|
default
|
27bc74ab5c
|
Bumped version.
|
2023-02-20 06:01:19 +01:00 |
|
default
|
a3804c2c89
|
Version 2.23 RELEASED.
|
2023-02-19 12:36:49 +01:00 |
|
default
|
0f4db7cf26
|
New file ~user/user_o.json, for the admin to override user settings.
|
2023-02-12 09:17:38 +01:00 |
|
default
|
dca071b14d
|
Version 2.22 RELEASED.
|
2023-02-11 14:11:08 +01:00 |
|
default
|
28d1da0a81
|
Don't fail silently if the job fifo is not ready.
|
2023-02-11 06:28:36 +01:00 |
|
default
|
2a47bdd572
|
Bumped version.
|
2023-02-10 15:09:55 +01:00 |
|
default
|
f4d337c549
|
Version 2.21 RELEASED.
|
2023-02-10 14:02:50 +01:00 |
|
default
|
b64d0f338d
|
New function timeline_here().
|
2023-02-08 13:28:03 +01:00 |
|
default
|
3fcc139d66
|
timeline_top_level() now looks for the entries in the user caches.
|
2023-02-08 13:21:44 +01:00 |
|
default
|
4cca157641
|
Output messages are now processed by the pool of threads.
|
2023-02-07 13:31:48 +01:00 |
|
default
|
3ddf76c2aa
|
New function send_to_inbox_raw().
|
2023-02-07 10:29:06 +01:00 |
|
default
|
67f2d4318d
|
New utility function mkdirx().
|
2023-02-07 09:25:01 +01:00 |
|
default
|
fabe6a5006
|
Tweaked user and group permissions for new files and dirs.
|
2023-02-07 09:01:57 +01:00 |
|
default
|
2db57c9df9
|
Added internals for Telegram notifications.
|
2023-02-07 07:37:23 +01:00 |
|
default
|
f6d51357af
|
process_queue() now posts the q_item to the thread pool.
Instead of calling process_queue_item() itself.
|
2023-02-06 20:29:18 +01:00 |
|
default
|
b2d186cd0f
|
The pool of threads now process q_items.
Also, the purge is commanded as a q_item.
|
2023-02-06 20:07:29 +01:00 |
|
default
|
70c73d0336
|
New user option 'purge_days'.
|
2023-02-05 19:09:22 +01:00 |
|
default
|
71a7569467
|
Deleted the type argument from object_get_my_md5() and object_get().
It was never used.
|
2023-02-05 17:45:00 +01:00 |
|
default
|
bad9f3a8c6
|
Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.
|
2023-02-05 17:39:40 +01:00 |
|
default
|
12aedfadfd
|
New function timeline_get().
|
2023-02-05 13:35:50 +01:00 |
|
default
|
11c7d6ebff
|
Version 2.20 RELEASED.
|
2023-02-04 19:58:00 +01:00 |
|
default
|
928f22fbba
|
Email notifications have been moved to the global queue.
|
2023-02-02 05:21:16 +01:00 |
|
default
|
8d22c448d4
|
process_queue() has been renamed to process_user_queue().
|
2023-02-02 04:50:51 +01:00 |
|
default
|
106c94ef86
|
queue() renamed to user_queue().
|
2023-02-02 04:47:59 +01:00 |
|
default
|
ee77e45abb
|
dequeue() does not need a snac argument.
|
2023-02-02 04:44:30 +01:00 |
|
default
|
463439283a
|
Minor header tweaks.
|
2023-02-02 03:49:38 +01:00 |
|
default
|
274ae3d142
|
Reworked enqueue_email().
|
2023-01-31 21:49:43 +01:00 |
|
default
|
4e62b409af
|
Reworked enqueue_output().
|
2023-01-31 21:15:16 +01:00 |
|
default
|
ba4df29abd
|
More symbol renaming.
|
2023-01-31 18:38:56 +01:00 |
|
default
|
74d30a561c
|
Some symbol renaming.
|
2023-01-31 18:33:45 +01:00 |
|
default
|
4e86847f72
|
Image attachments in posts can now have descriptions ('alt text').
|
2023-01-28 18:22:42 +01:00 |
|
default
|
5163f93c02
|
Bumped version.
|
2023-01-27 18:31:16 +01:00 |
|
default
|
a3ed2408fc
|
New function default_avatar_base64().
|
2023-01-27 18:17:11 +01:00 |
|
default
|
28e1eb2586
|
Version 2.19 RELEASED.
|
2023-01-25 18:39:30 +01:00 |
|
default
|
fd1e281cba
|
Use a shorter timeout for first output connections.
|
2023-01-24 15:06:58 +01:00 |
|
default
|
a38c7aeadc
|
Updated year in copyright notices.
|
2023-01-17 09:50:16 +01:00 |
|
default
|
8e1f4430ff
|
Bumped version.
|
2023-01-17 09:21:42 +01:00 |
|
default
|
3f7ff12331
|
Version 2.18 RELEASED.
|
2023-01-14 18:16:25 +01:00 |
|
default
|
40b3f739d2
|
Deleted unused argument in timeline_admire().
|
2023-01-11 20:47:36 +01:00 |
|
default
|
75f8554e38
|
Deleted unused arguments in timeline_add().
|
2023-01-11 20:40:13 +01:00 |
|