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 (
Expand
)
Author
Age
Files
Lines
*
Fixed leak in emoji_reacted().
grunfink
3 days
1
-3
/
+3
*
Fixed leak in timeline_admire().
grunfink
4 days
1
-3
/
+4
*
Fixed some xs_dup() leaks.
grunfink
4 days
1
-1
/
+1
*
Added emoji reactions (contributed by violette).
violette
4 days
1
-8
/
+116
*
Fix user matching
rako
2025-11-30
1
-4
/
+4
*
Moved is_msg_mine() to data.c.
grunfink
2025-11-29
1
-0
/
+14
*
Keep track of deleted users and return 410 Gone for them.
grunfink
2025-10-24
1
-0
/
+29
*
xs_http.h: new file.
grunfink
2025-10-13
1
-0
/
+1
*
Merge pull request 'implementing scopes' (#474) from byte/snac2:feature/visib...
grunfink
2025-09-28
1
-3
/
+7
|
\
|
*
implementing visibility scopes
byte
2025-09-20
1
-3
/
+7
*
|
New function actor_failure() (again, but much better).
grunfink
2025-09-28
1
-0
/
+39
*
|
Revert "New function actor_failure()."
grunfink
2025-09-28
1
-18
/
+9
*
|
New function actor_failure().
grunfink
2025-09-28
1
-9
/
+18
|
/
*
Set default max_failing_days to 15 days.
grunfink
2025-09-13
1
-1
/
+1
*
New configuration directive 'max_failing_days'.
grunfink
2025-09-13
1
-1
/
+2
*
Fixed bug in instance_failure() path.
grunfink
2025-09-12
1
-1
/
+1
*
New function instance_failure().
grunfink
2025-09-12
1
-0
/
+53
*
Always do a deferred fsck at startup.
grunfink
2025-09-07
1
-0
/
+11
*
Changed fsck debug level.
grunfink
2025-09-07
1
-1
/
+1
*
New command-line option 'fsck'.
grunfink
2025-09-07
1
-0
/
+58
*
Always add a user's posts to the public timeline, even if it's not really pub...
grunfink
2025-09-03
1
-0
/
+3
*
Revert "Also keep a 'personal' folder for better organization."
grunfink
2025-09-03
1
-17
/
+7
*
Also keep a 'personal' folder for better organization.
grunfink
2025-09-03
1
-7
/
+17
*
Renamed function list_content() to list_members().
grunfink
2025-09-03
1
-3
/
+3
*
New function enqueue_collect_outbox().
grunfink
2025-09-03
1
-0
/
+13
*
New function enqueue_collect_replies().
grunfink
2025-08-18
1
-0
/
+13
*
content_search() also looks in the attributedTo field.
grunfink
2025-08-12
1
-0
/
+3
*
New function unhide().
grunfink
2025-08-03
1
-1
/
+9
*
New server knob 'propagate_local_purge'.
grunfink
2025-07-30
1
-1
/
+2
*
New function delete_purged_posts().
grunfink
2025-07-25
1
-0
/
+39
*
Added 'alias' and 'alias_raw' as forced update in user_persist().
grunfink
2025-06-18
1
-1
/
+2
*
Renamed webhook 'inReplyTo' to 'reply'.
grunfink
2025-06-16
1
-1
/
+1
*
In enqueue_notify_webhook(), also add the inReplyTo object if there is one.
grunfink
2025-06-16
1
-0
/
+10
*
More webhook checks.
grunfink
2025-05-30
1
-1
/
+1
*
Added uid, basedir and baseurl to the notify webhook message.
grunfink
2025-05-30
1
-0
/
+4
*
Added a new server knob disable_notify_webhook.
grunfink
2025-05-30
1
-2
/
+3
*
More notify_webhook work.
grunfink
2025-05-30
1
-1
/
+10
*
New function enqueue_notify_webhook().
grunfink
2025-05-30
1
-0
/
+19
*
New function timeline_here().
grunfink
2025-05-27
1
-0
/
+8
*
Renamed timeline_here() to timeline_here_by_md5(), as it always should have b...
grunfink
2025-05-27
1
-2
/
+2
*
Increase verbosity for srv_debug() in tag_index()
shtrophic
2025-05-25
1
-1
/
+1
*
Minor memory leak fixes.
grunfink
2025-05-22
1
-4
/
+4
*
Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from p...
grunfink
2025-05-22
1
-3
/
+3
|
\
|
*
add missed replacement to the `content_match` function
postscriptum
2025-05-22
1
-1
/
+1
|
*
use utf-8 lowercase function for tags #396
postscriptum
2025-05-22
1
-2
/
+2
*
|
performance: use following_list_len in more places
green
2025-05-19
1
-1
/
+1
*
|
performance: functions to get the number of followers
green
2025-05-19
1
-0
/
+17
|
/
*
Added a pending follow request count next to the "people" link.
grunfink
2025-05-18
1
-0
/
+10
*
New function enqueue_webmention().
grunfink
2025-05-03
1
-0
/
+13
*
Merge pull request 'do email notifications with CURL' (#283) from shtrophic/s...
grunfink
2025-04-27
1
-1
/
+1
|
\
[next]