index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Logging tweaks.
default
2024-03-04
1
-2
/
+2
|
*
Log (and not notify) repeated likes and announces.
default
2024-02-21
1
-2
/
+4
|
*
Call verify_links() instead of enqueue_verify_links() from purge_user().
default
2024-02-20
1
-1
/
+1
|
*
Increased logging level for enqueue_verify_links().
default
2024-02-20
1
-1
/
+1
|
*
Enqueue a link verification from the user purge.
default
2024-02-20
1
-0
/
+3
|
*
New verify_links q_item.
default
2024-02-20
1
-0
/
+13
|
*
Moved verified links to its own json file.
default
2024-02-15
1
-0
/
+9
|
*
Deactivated stale actors behind a compiler directive.
default
2024-02-07
1
-0
/
+2
|
*
Added paging to notify_list(), and use it in the notifications page.
default
2024-02-05
1
-3
/
+3
|
*
Added a notification index.
default
2024-02-05
1
-23
/
+66
|
*
notify_list() no longer has a new_only argument.
default
2024-02-05
1
-10
/
+25
|
*
New function get_atto(), to get the attributedTo field.
default
2024-01-18
1
-1
/
+2
|
*
Ensure to now overwrite the Accept + Follow object on repeated follows.
default
2024-01-14
1
-0
/
+13
|
*
Fixed crashes in command-line options.
default
2024-01-14
1
-1
/
+8
|
*
Added support for ntfy notifications. You can configure either a self-hosted ↵
Stefano Marinelli
2024-01-12
1
-0
/
+15
|
|
|
|
server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
*
Added an unveil() call for "/tmp".
default
2024-01-11
1
-0
/
+1
|
|
|
|
|
|
|
It seems that it's needed for shm_open() to succeed, whatever the first argument points to. No idea why.
*
Rewritten part of the job threads to be leaner and faster.
default
2024-01-08
1
-1
/
+1
|
*
dequeue() unlinks the file, even if it's been unable to parse it.
default
2024-01-04
1
-2
/
+1
|
*
Updated copyright year.
default
2024-01-04
1
-1
/
+1
|
*
Moved most server state to a structure.
default
2024-01-03
1
-20
/
+20
|
*
Don't collect our own shared inbox.
default
2023-12-19
1
-0
/
+4
|
*
Added a prefix to srv_archive_qitem().
default
2023-12-17
1
-2
/
+2
|
*
New function srv_archive_qitem().
default
2023-12-17
1
-0
/
+14
|
*
Fixed a misleding log text.
default
2023-12-16
1
-1
/
+1
|
*
More logging tweaks.
default
2023-12-11
1
-4
/
+8
|
*
Some logging tweaks.
default
2023-12-11
1
-1
/
+1
|
*
More functions do not require the user argument.
default
2023-12-10
1
-1
/
+1
|
*
Purge unused tags completely.
default
2023-12-08
1
-0
/
+8
|
*
Started work to support shared inboxes.
default
2023-12-06
1
-1
/
+22
|
*
Backport from xs.
default
2023-11-17
1
-0
/
+1
|
*
When purging tag indexes, also delete the .bak files.
default
2023-11-08
1
-1
/
+4
|
*
Tag indexes are also purged.
default
2023-11-08
1
-1
/
+19
|
*
Tags can now be searched for from the server base URL.
default
2023-11-08
1
-3
/
+2
|
*
New code for indexing tags.
default
2023-11-08
1
-0
/
+61
|
*
Don't allow creating users which user name strings only differ in case.
default
2023-10-13
1
-4
/
+26
|
*
mastoapi: some tweaks to better match the returned data in timelines.
default
2023-10-09
1
-9
/
+9
|
*
Give more retry time to timedout connections.
default
2023-09-29
1
-4
/
+7
|
*
Pinned posts are never purged.
default
2023-09-18
1
-1
/
+7
|
*
Also purge the 'pinned' folder.
default
2023-09-18
1
-0
/
+1
|
*
Discard output messages to blocked instances.
default
2023-09-02
1
-2
/
+5
|
*
Got rid of old d_char.
default
2023-08-31
1
-1
/
+1
|
*
history_add() now creates an etag.
default
2023-08-19
1
-1
/
+7
|
*
static_get() and history_get() both share the same code.
default
2023-08-19
1
-27
/
+25
|
*
Rewritten history_get() prototype to match static_get().
default
2023-08-19
1
-4
/
+9
|
*
Return the history in reverse order, which has more sense.
default
2023-08-17
1
-1
/
+1
|
*
mastoapi: Some tweaks to process posts with 'name' and 'image' fields.
default
2023-08-14
1
-1
/
+1
|
*
Rewritten actor_get() to not depend on a user.
default
2023-08-12
1
-9
/
+1
|
*
Rewritten is_msg_public() to not depend on a user.
default
2023-08-12
1
-1
/
+1
|
*
Change filename order in srv_archive_error().
default
2023-08-11
1
-1
/
+1
|
*
Renamed json dump functions to new xs spec.
default
2023-08-08
1
-10
/
+10
|
[prev]
[next]