summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use endpoints/sharedInbox instead of inbox, if there is one.Gravatar default2022-11-171-12/+23
|
* Set "u-url mention" class for mentions.Gravatar default2022-11-131-1/+1
|
* Some formatting refactoring.Gravatar default2022-11-131-2/+2
|
* Fixed memory leak.Gravatar default2022-11-071-1/+1
|
* Use the newly resolved actor in msg_follow() instead of rewriting the old one.Gravatar default2022-11-021-2/+1
|
* Fixed bug when following by @user@host.Gravatar default2022-11-021-2/+11
|
* People page started.Gravatar default2022-11-021-2/+8
|
* Don't store objects other than 'Note' in timeline_request().Gravatar default2022-11-011-10/+14
|
* Some code moving to avoid false positive leaks.Gravatar default2022-10-251-2/+2
|
* Fixed leak.Gravatar default2022-10-251-1/+2
|
* Send notification emails through the queue.Gravatar default2022-10-211-20/+33
|
* Fixed typo.Gravatar default2022-10-211-1/+1
|
* Don't notify about admirations of things by others.Gravatar default2022-10-211-14/+20
|
* Rewritten notify() to write the message in bulk.Gravatar default2022-10-211-23/+43
| | | | | This was meant to avoid some 32 EPIPE from sendmail, but it's still happening.
* New function notify().Gravatar default2022-10-211-4/+80
|
* Better 'Delete' message logging.Gravatar default2022-10-201-2/+4
|
* Added support for HEAD methods.Gravatar default2022-10-161-1/+1
| | | | Mastodon uses them when it founds an attachment.
* Media can be attached to notes.Gravatar default2022-10-101-1/+29
| | | | | The web interface limits this (by now) to only one attachment, given the URL.
* Use the time functions of xs_time.h.Gravatar default2022-10-021-2/+3
|
* Fixed crash.Gravatar default2022-10-011-2/+3
|
* Also accept 'Delete' on input.Gravatar default2022-10-011-2/+5
|
* Implemented 'Delete'.Gravatar default2022-10-011-3/+26
|
* timeline_request() also triggers an actor_request().Gravatar default2022-10-011-2/+9
|
* New web action 'Unfollow'.Gravatar default2022-10-011-0/+11
|
* Add a date to a Follow message if it doesn't include one.Gravatar default2022-09-301-3/+10
|
* New function check_signature() (incomplete).Gravatar default2022-09-291-1/+4
|
* html_entry() is built in its own string and then added.Gravatar default2022-09-291-3/+7
| | | | This will be faster.
* Treat 410 Gone from actors specially.Gravatar default2022-09-281-2/+12
|
* The input queue also has retries.Gravatar default2022-09-281-6/+15
|
* If an actor cannot be retrieved, move the message back to the queue.Gravatar default2022-09-281-1/+6
|
* Process 'Update' + 'Person'.Gravatar default2022-09-281-1/+7
|
* Process 'Undo' + 'Follow'.Gravatar default2022-09-281-2/+8
|
* 'Announce' messages also try to bring the announced actor.Gravatar default2022-09-281-2/+9
|
* Check for muted actors in Announce messages.Gravatar default2022-09-281-2/+18
|
* Delete the _snac field in outbox.Gravatar default2022-09-281-2/+4
|
* The outbox returns now some entries.Gravatar default2022-09-281-1/+15
|
* Timeline pages are also served.Gravatar default2022-09-271-7/+15
|
* Call process_tags() from msg_note().Gravatar default2022-09-271-4/+13
|
* New function process_tags() (untested).Gravatar default2022-09-271-0/+52
|
* 'Accept' messages are processed.Gravatar default2022-09-271-2/+10
|
* New function msg_follow().Gravatar default2022-09-271-0/+28
|
* More work in msg_note().Gravatar default2022-09-271-62/+89
|
* Notes can be posted WOW!.Gravatar default2022-09-271-7/+84
|
* Started function not_really_markdown().Gravatar default2022-09-271-1/+2
|
* 'Follow' messages are now processed.Gravatar default2022-09-271-16/+58
|
* Check the digest before enqueueing.Gravatar default2022-09-271-1/+15
|
* Serve the actor as the correct content-type.Gravatar default2022-09-261-1/+3
|
* More work but signatures seem to still fail.Gravatar default2022-09-261-11/+24
|
* New function msg_admiration().Gravatar default2022-09-261-0/+20
|
* New function post.Gravatar default2022-09-261-0/+13
|