index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
activitypub.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
Also call object_del() on a renewed actor in actor_request().
default
1
-0
/
+1
2022-11-25
On Update + Person, call object_del() before actor_add().
default
1
-0
/
+2
2022-11-22
In msg_note(), also add the in_reply_to author as a tag.Mention.
default
1
-6
/
+21
2022-11-18
Logging tweaks.
default
1
-3
/
+3
2022-11-18
Always log process_queue sending.
default
1
-2
/
+2
2022-11-17
Queue messages to inboxes instead of actors.
default
1
-8
/
+33
2022-11-17
Move send to actor logging to process_queue().
default
1
-4
/
+4
2022-11-17
Also log the inbox in send_to_actor().
default
1
-1
/
+1
2022-11-17
Use endpoints/sharedInbox instead of inbox, if there is one.
default
1
-12
/
+23
2022-11-13
Set "u-url mention" class for mentions.
default
1
-1
/
+1
2022-11-13
Some formatting refactoring.
default
1
-2
/
+2
2022-11-07
Fixed memory leak.
default
1
-1
/
+1
2022-11-02
Use the newly resolved actor in msg_follow() instead of rewriting the old one.
default
1
-2
/
+1
2022-11-02
Fixed bug when following by @user@host.
default
1
-2
/
+11
2022-11-02
People page started.
default
1
-2
/
+8
2022-11-01
Don't store objects other than 'Note' in timeline_request().
default
1
-10
/
+14
2022-10-25
Some code moving to avoid false positive leaks.
default
1
-2
/
+2
2022-10-25
Fixed leak.
default
1
-1
/
+2
2022-10-21
Send notification emails through the queue.
default
1
-20
/
+33
2022-10-21
Fixed typo.
default
1
-1
/
+1
2022-10-21
Don't notify about admirations of things by others.
default
1
-14
/
+20
2022-10-21
Rewritten notify() to write the message in bulk.
default
1
-23
/
+43
2022-10-21
New function notify().
default
1
-4
/
+80
2022-10-20
Better 'Delete' message logging.
default
1
-2
/
+4
2022-10-16
Added support for HEAD methods.
default
1
-1
/
+1
2022-10-10
Media can be attached to notes.
default
1
-1
/
+29
2022-10-02
Use the time functions of xs_time.h.
default
1
-2
/
+3
2022-10-01
Fixed crash.
default
1
-2
/
+3
2022-10-01
Also accept 'Delete' on input.
default
1
-2
/
+5
2022-10-01
Implemented 'Delete'.
default
1
-3
/
+26
2022-10-01
timeline_request() also triggers an actor_request().
default
1
-2
/
+9
2022-10-01
New web action 'Unfollow'.
default
1
-0
/
+11
2022-09-30
Add a date to a Follow message if it doesn't include one.
default
1
-3
/
+10
2022-09-29
New function check_signature() (incomplete).
default
1
-1
/
+4
2022-09-29
html_entry() is built in its own string and then added.
default
1
-3
/
+7
2022-09-28
Treat 410 Gone from actors specially.
default
1
-2
/
+12
2022-09-28
The input queue also has retries.
default
1
-6
/
+15
2022-09-28
If an actor cannot be retrieved, move the message back to the queue.
default
1
-1
/
+6
2022-09-28
Process 'Update' + 'Person'.
default
1
-1
/
+7
2022-09-28
Process 'Undo' + 'Follow'.
default
1
-2
/
+8
2022-09-28
'Announce' messages also try to bring the announced actor.
default
1
-2
/
+9
2022-09-28
Check for muted actors in Announce messages.
default
1
-2
/
+18
2022-09-28
Delete the _snac field in outbox.
default
1
-2
/
+4
2022-09-28
The outbox returns now some entries.
default
1
-1
/
+15
2022-09-27
Timeline pages are also served.
default
1
-7
/
+15
2022-09-27
Call process_tags() from msg_note().
default
1
-4
/
+13
2022-09-27
New function process_tags() (untested).
default
1
-0
/
+52
2022-09-27
'Accept' messages are processed.
default
1
-2
/
+10
2022-09-27
New function msg_follow().
default
1
-0
/
+28
2022-09-27
More work in msg_note().
default
1
-62
/
+89
[next]