default
|
be9cf2f555
|
Enqueue an object request for closed polls.
It seems that Pleroma does not send poll updates on close (or never).
|
2024-05-05 01:58:27 +02:00 |
|
default
|
fc76ae4e9e
|
New function enqueue_object_request().
|
2024-05-05 01:38:22 +02:00 |
|
default
|
6a77c634ad
|
Also add announces to lists.
|
2024-04-30 19:41:08 +02:00 |
|
default
|
4e23570c21
|
Added more internal integrity checks.
index_add_md5() barfs if the md5 is not valid.
|
2024-04-30 09:27:33 +02:00 |
|
default
|
96830967e1
|
Also purge lists.
|
2024-04-30 09:14:03 +02:00 |
|
default
|
f1221808a8
|
More work in lists.
|
2024-04-29 10:15:04 +02:00 |
|
default
|
7f322302e5
|
New function list_distribute().
|
2024-04-29 09:50:22 +02:00 |
|
default
|
29fb430797
|
More work in lists.
|
2024-04-29 09:26:37 +02:00 |
|
default
|
9a13e330f1
|
More work in lists.
|
2024-04-29 08:29:18 +02:00 |
|
default
|
8275a5f4d8
|
Start of list support.
|
2024-04-29 07:43:01 +02:00 |
|
default
|
ebf6a4bd8e
|
URLs like {srv_baseurl}/{user}/admin/p/{md5} are valid.
But only if {md5} is in the user's timeline.
|
2024-04-22 05:46:56 +02:00 |
|
default
|
26840e0dc0
|
Some tweaks to previous patch.
|
2024-04-18 17:13:31 +02:00 |
|
grunfink
|
100c9cf569
|
Merge pull request 'Ability to federate with hidden networks #93 (update for v2.49)' (#149) from iwojima/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
|
2024-04-18 15:12:47 +00:00 |
|
default
|
dba0630660
|
Commented out received unboosts (see code for an explanation).
|
2024-04-12 05:28:34 +02:00 |
|
default
|
a7bd9b63e4
|
In object_unadmire(), don't call index_gc() if index_del() did nothing.
|
2024-04-11 19:55:45 +02:00 |
|
default
|
e362dfc356
|
Also purge like and announce index backups.
|
2024-04-11 19:39:45 +02:00 |
|
default
|
46f2e324d8
|
Undo for Likes and Announces are no longer dropped.
|
2024-04-11 19:29:30 +02:00 |
|
default
|
b6f8d8e900
|
On OpenBSD, don't enable sendmail if email notifications are disabled.
|
2024-04-02 17:44:27 +02:00 |
|
default
|
bc752b7d67
|
Emojis are now read from ~/emojis.json.
|
2024-03-25 15:33:14 +01:00 |
|
default
|
b2e3841467
|
Call actor_get_refresh() from actor_request().
|
2024-03-13 06:30:24 +01:00 |
|
default
|
b9dbc5bcf3
|
Fixed log message.
|
2024-03-12 19:50:26 +01:00 |
|
default
|
66c42da77a
|
Queue actor request renamed to actor_refresh.
|
2024-03-12 19:47:37 +01:00 |
|
default
|
f332acc70d
|
More actor refreshing tweaks.
|
2024-03-12 19:44:08 +01:00 |
|
default
|
cd0e211354
|
Don't call enqueue_actor_request() with a NULL user.
|
2024-03-12 18:04:09 +01:00 |
|
default
|
f485dbdaf0
|
Added actor refreshing via the user queue.
|
2024-03-12 17:54:54 +01:00 |
|
default
|
48941cfeaf
|
Also call content_check() from timeline_request().
|
2024-03-11 09:53:20 +01:00 |
|
default
|
60c2a50ed9
|
New function content_check().
|
2024-03-11 06:00:21 +01:00 |
|
iwojim0
|
7312f4ce51
|
Ability to federate with hidden networks #93 (update for v2.49)
|
2024-03-09 14:37:54 +00:00 |
|
Andy Piper
|
e608f3aff1
|
Add defines for time to enable macos builds.
|
2024-03-06 17:08:01 +00:00 |
|
default
|
ae6df3d288
|
More logging tweaks.
|
2024-03-04 09:22:06 +01:00 |
|
default
|
61647de38b
|
Logging tweaks.
|
2024-03-04 09:18:07 +01:00 |
|
default
|
e9553379e9
|
Log (and not notify) repeated likes and announces.
|
2024-02-21 09:22:32 +01:00 |
|
default
|
e6ef328e5a
|
Call verify_links() instead of enqueue_verify_links() from purge_user().
|
2024-02-20 06:38:58 +01:00 |
|
default
|
4806c4ef7e
|
Increased logging level for enqueue_verify_links().
|
2024-02-20 06:18:41 +01:00 |
|
default
|
65ae0f87f6
|
Enqueue a link verification from the user purge.
|
2024-02-20 06:13:34 +01:00 |
|
default
|
34349112f6
|
New verify_links q_item.
|
2024-02-20 05:31:34 +01:00 |
|
default
|
263e239653
|
Moved verified links to its own json file.
|
2024-02-15 17:34:46 +01:00 |
|
default
|
80c31a2e01
|
Deactivated stale actors behind a compiler directive.
|
2024-02-07 18:23:43 +01:00 |
|
default
|
4e35b4b865
|
Added paging to notify_list(), and use it in the notifications page.
|
2024-02-05 19:34:27 +01:00 |
|
default
|
85bf3472b7
|
Added a notification index.
|
2024-02-05 14:53:45 +01:00 |
|
default
|
729ad476f0
|
notify_list() no longer has a new_only argument.
|
2024-02-05 10:18:38 +01:00 |
|
default
|
65040b65a3
|
New function get_atto(), to get the attributedTo field.
|
2024-01-18 23:04:37 +01:00 |
|
default
|
ee0c6386cc
|
Ensure to now overwrite the Accept + Follow object on repeated follows.
|
2024-01-14 15:08:54 +01:00 |
|
default
|
7ca08aebd2
|
Fixed crashes in command-line options.
|
2024-01-14 12:19:35 +01:00 |
|
Stefano Marinelli
|
2af9481837
|
Added support for ntfy notifications. You can configure either a self-hosted server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
|
2024-01-12 09:54:14 +01:00 |
|
default
|
32ce4b0659
|
Added an unveil() call for "/tmp".
It seems that it's needed for shm_open() to succeed,
whatever the first argument points to.
No idea why.
|
2024-01-11 11:07:07 +01:00 |
|
default
|
93e7138e53
|
Rewritten part of the job threads to be leaner and faster.
|
2024-01-08 08:10:57 +01:00 |
|
default
|
5e2f4e9902
|
dequeue() unlinks the file, even if it's been unable to parse it.
|
2024-01-04 16:27:07 +01:00 |
|
default
|
755d997fb1
|
Updated copyright year.
|
2024-01-04 09:22:03 +01:00 |
|
default
|
e003f87c2d
|
Moved most server state to a structure.
|
2024-01-03 11:01:25 +01:00 |
|