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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve (partially) the issue with mentions without server.
default
2023-05-12
1
-18
/
+51
*
Minor refactor to msg_note(): the tag list is created here, not in process_ta...
default
2023-05-12
1
-8
/
+5
*
Minor function prototype tweak.
default
2023-05-12
1
-4
/
+5
*
Merge pull request 'master' (#1) from grunfink/snac2:master into master
poesty
2023-05-07
1
-9
/
+47
|
\
|
*
Implemented 'Ping' and 'Pong' activities.
default
2023-05-05
1
-3
/
+38
|
*
Fixed more warnings.
default
2023-05-04
1
-1
/
+2
|
*
Added -Wextra to C flags.
default
2023-05-04
1
-0
/
+2
|
*
Added some const here and there.
default
2023-05-04
1
-3
/
+3
|
*
Deleted real unused parameters.
default
2023-05-04
1
-2
/
+2
*
|
Fixed webfinger and curl issues
poesty
2023-05-07
1
-1
/
+1
|
/
*
Strip the query string in msg_follow().
default
2023-04-23
1
-1
/
+3
*
Added mastoapi follow.
default
2023-04-23
1
-2
/
+2
*
Added mastoapi code for account search.
default
2023-04-23
1
-2
/
+2
*
Posts can now be sent (still no images).
default
2023-04-15
1
-1
/
+1
*
New function timeline_touch().
default
2023-04-14
1
-1
/
+4
*
Don't show the full tree in notifications.
default
2023-04-14
1
-0
/
+3
*
New function notify_add().
default
2023-04-13
1
-0
/
+3
*
Started working on a notification list.
default
2023-04-13
1
-15
/
+12
*
New function mastodon_status().
default
2023-04-11
1
-3
/
+3
*
Fixed overzealous rejection of Announces.
default
2023-04-05
1
-1
/
+10
*
Some log tweaks.
default
2023-04-02
1
-1
/
+1
*
In is_msg_public(), also look at 'Announce' messages.
default
2023-03-31
1
-2
/
+13
*
Inbox collection can be disabled from the config file.
default
2023-03-08
1
-2
/
+7
*
Enable back inbox recollection.
default
2023-03-07
1
-2
/
+0
*
Disabled inbox recollection temporarily (for global re push).
default
2023-03-07
1
-0
/
+2
*
Reject messages not for me.
default
2023-03-07
1
-4
/
+3
*
is_msg_for_me() also accepts msgs where a followed is cc'ed.
default
2023-03-07
1
-3
/
+7
*
Some improvements to is_msg_for_me().
default
2023-03-06
1
-19
/
+39
*
Fixed is_msg_for_me().
default
2023-03-06
1
-3
/
+3
*
New function is_msg_for_me().
default
2023-03-06
1
-1
/
+34
*
msg_update() sends copies the 'to' and 'cc' fields in notes.
default
2023-03-06
1
-2
/
+9
*
Don't send public admirations of non-public messages.
default
2023-03-06
1
-1
/
+3
*
Reject MUTEd actor messages ASAP with a 403 status.
default
2023-03-04
1
-0
/
+11
*
Send to collected inboxes AFTER sending to explicit recipients.
default
2023-03-03
1
-13
/
+13
*
Log the user-agent when serving the actor.
default
2023-03-02
1
-1
/
+3
*
Added user-agent in non-signed http connections.
default
2023-03-02
1
-1
/
+2
*
Connection jobs are treated as urgent.
default
2023-03-02
1
-1
/
+1
*
Show a bigger piece of a connection error.
default
2023-03-02
1
-3
/
+3
*
Output to the shared inboxes only the public messages.
default
2023-03-02
1
-7
/
+10
*
Enqueue messages to the collected inboxes first.
default
2023-03-02
1
-1
/
+10
*
Simplified is_msg_public().
default
2023-03-02
1
-35
/
+2
*
Renamed inboxes/ to inbox/.
default
2023-03-02
1
-1
/
+2
*
New inbox collection functions.
default
2023-03-02
1
-16
/
+2
*
Minor refactoring to actor_request().
default
2023-03-01
1
-10
/
+29
*
New function srv_archive_error().
default
2023-03-01
1
-2
/
+7
*
In activitypub_request(), retry failed signed requests as non-signed.
default
2023-02-24
1
-3
/
+13
*
Don't wait for 3 seconds if there were some q_items processed.
default
2023-02-22
1
-3
/
+12
*
Unrolled the recipient-to-inbox process in process_user_queue_item().
default
2023-02-20
1
-5
/
+18
*
Use actor_request() again in get_actor_inbox().
default
2023-02-20
1
-1
/
+3
*
New boolean argument 'priv' to msg_note().
default
2023-02-20
1
-4
/
+4
[next]