index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
Age
Commit message (
Collapse
)
Author
2024-04-12
Commented out received unboosts (see code for an explanation).
default
2024-04-11
In object_unadmire(), don't call index_gc() if index_del() did nothing.
default
2024-04-11
Also purge like and announce index backups.
default
2024-04-11
Undo for Likes and Announces are no longer dropped.
default
2024-04-02
On OpenBSD, don't enable sendmail if email notifications are disabled.
default
2024-03-25
Emojis are now read from ~/emojis.json.
default
2024-03-13
Call actor_get_refresh() from actor_request().
default
2024-03-12
Fixed log message.
default
2024-03-12
Queue actor request renamed to actor_refresh.
default
2024-03-12
More actor refreshing tweaks.
default
2024-03-12
Don't call enqueue_actor_request() with a NULL user.
default
2024-03-12
Added actor refreshing via the user queue.
default
2024-03-11
Also call content_check() from timeline_request().
default
2024-03-11
New function content_check().
default
2024-03-06
Add defines for time to enable macos builds.
Andy Piper
2024-03-04
More logging tweaks.
default
2024-03-04
Logging tweaks.
default
2024-02-21
Log (and not notify) repeated likes and announces.
default
2024-02-20
Call verify_links() instead of enqueue_verify_links() from purge_user().
default
2024-02-20
Increased logging level for enqueue_verify_links().
default
2024-02-20
Enqueue a link verification from the user purge.
default
2024-02-20
New verify_links q_item.
default
2024-02-15
Moved verified links to its own json file.
default
2024-02-07
Deactivated stale actors behind a compiler directive.
default
2024-02-05
Added paging to notify_list(), and use it in the notifications page.
default
2024-02-05
Added a notification index.
default
2024-02-05
notify_list() no longer has a new_only argument.
default
2024-01-18
New function get_atto(), to get the attributedTo field.
default
2024-01-14
Ensure to now overwrite the Accept + Follow object on repeated follows.
default
2024-01-14
Fixed crashes in command-line options.
default
2024-01-12
Added support for ntfy notifications. You can configure either a self-hosted ↵
Stefano Marinelli
server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
2024-01-11
Added an unveil() call for "/tmp".
default
It seems that it's needed for shm_open() to succeed, whatever the first argument points to. No idea why.
2024-01-08
Rewritten part of the job threads to be leaner and faster.
default
2024-01-04
dequeue() unlinks the file, even if it's been unable to parse it.
default
2024-01-04
Updated copyright year.
default
2024-01-03
Moved most server state to a structure.
default
2023-12-19
Don't collect our own shared inbox.
default
2023-12-17
Added a prefix to srv_archive_qitem().
default
2023-12-17
New function srv_archive_qitem().
default
2023-12-16
Fixed a misleding log text.
default
2023-12-11
More logging tweaks.
default
2023-12-11
Some logging tweaks.
default
2023-12-10
More functions do not require the user argument.
default
2023-12-08
Purge unused tags completely.
default
2023-12-06
Started work to support shared inboxes.
default
2023-11-17
Backport from xs.
default
2023-11-08
When purging tag indexes, also delete the .bak files.
default
2023-11-08
Tag indexes are also purged.
default
2023-11-08
Tags can now be searched for from the server base URL.
default
2023-11-08
New code for indexing tags.
default
[next]