summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Version 2.25 RELEASED.2.25Gravatar default2023-03-081-1/+1
|
* Updated documentation.Gravatar default2023-03-081-0/+3
|
* Inbox collection can be disabled from the config file.Gravatar default2023-03-081-2/+7
|
* Updated documentation.Gravatar default2023-03-081-0/+6
|
* Updated documentation.Gravatar default2023-03-082-2/+4
|
* Backport from xs.Gravatar default2023-03-082-1/+35
|
* Show Unicode symbols for replaced control codes.Gravatar default2023-03-081-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-03-071-0/+16
|
* Collected addresses are also purged.Gravatar default2023-03-071-6/+20
|
* Renamed _purge_subdir() to _purge_user_subdir().Gravatar default2023-03-071-4/+4
|
* Enable back inbox recollection.Gravatar default2023-03-071-2/+0
|
* Updated TODO.Gravatar default2023-03-071-4/+4
|
* Disabled inbox recollection temporarily (for global re push).Gravatar default2023-03-071-0/+2
|
* Reject messages not for me.Gravatar default2023-03-071-4/+3
|
* Sanitize control codes in JSON code.Gravatar default2023-03-072-8/+5
|
* is_msg_for_me() also accepts msgs where a followed is cc'ed.Gravatar default2023-03-071-3/+7
|
* Some improvements to is_msg_for_me().Gravatar default2023-03-061-19/+39
|
* Fixed is_msg_for_me().Gravatar default2023-03-061-3/+3
|
* New function is_msg_for_me().Gravatar default2023-03-062-1/+35
|
* Changed the way invalid codes in strings are stripped.Gravatar default2023-03-061-2/+1
|
* msg_update() sends copies the 'to' and 'cc' fields in notes.Gravatar default2023-03-062-3/+10
|
* Don't send public admirations of non-public messages.Gravatar default2023-03-061-1/+3
|
* Strip dangerous control codes in sanitize().Gravatar default2023-03-061-1/+10
|
* Reject MUTEd actor messages ASAP with a 403 status.Gravatar default2023-03-041-0/+11
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-03-031-0/+2
|\
| * Updated TODO.Gravatar default2023-03-031-0/+2
| |
* | Changed the way the content-length is set.Gravatar default2023-03-031-3/+1
|/
* Send to collected inboxes AFTER sending to explicit recipients.Gravatar default2023-03-031-13/+13
|
* Add the baseurl to the user agent in the signed GET.Gravatar default2023-03-021-1/+3
|
* Added the url to srv_archive().Gravatar default2023-03-024-4/+12
|
* Log the user-agent when serving the actor.Gravatar default2023-03-021-1/+3
|
* Added user-agent in non-signed http connections.Gravatar default2023-03-021-1/+2
|
* Connection jobs are treated as urgent.Gravatar default2023-03-024-9/+13
|
* Show a bigger piece of a connection error.Gravatar default2023-03-021-3/+3
|
* Output to the shared inboxes only the public messages.Gravatar default2023-03-021-7/+10
|
* Bumped version.Gravatar default2023-03-021-1/+1
|
* Enqueue messages to the collected inboxes first.Gravatar default2023-03-021-1/+10
|
* Simplified is_msg_public().Gravatar default2023-03-023-41/+30
|
* Renamed inboxes/ to inbox/.Gravatar default2023-03-022-3/+15
|
* New inbox collection functions.Gravatar default2023-03-024-16/+42
|
* Minor refactoring to actor_request().Gravatar default2023-03-011-10/+29
| | | | Including commented out experimental code for collecting sharedInboxes.
* New function srv_archive_error().Gravatar default2023-03-014-33/+45
|
* Moved srv_archive() to data.c.Gravatar default2023-03-012-94/+96
|
* Backport from xs.Gravatar default2023-02-282-16/+18
|
* Don't inline empty avatars in og:avatar meta property.Gravatar default2023-02-261-1/+9
|
* Merge branch 'master' of /home/angel/git/snac2Gravatar default2023-02-261-3/+3
|\
| * Changed debug level for purge log messages.Gravatar default2023-02-251-3/+3
| |
* | Added some property og meta headers.Gravatar default2023-02-261-6/+33
|/
* Version 2.24 RELEASED.2.24Gravatar default2023-02-251-1/+1
|
* Updated TODO.Gravatar default2023-02-251-2/+2
|