summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.26 RELEASED.2.26Gravatar default2023-04-051-1/+1
|
* More log level tweaks.Gravatar default2023-04-041-1/+1
|
* Some log tweaks.Gravatar default2023-04-021-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-04-011-0/+6
|
* Bumped version.Gravatar default2023-04-011-1/+1
|
* Deleted OpenSSL that uses deprecated functions.Gravatar default2023-04-013-86/+28
|
* In is_msg_public(), also look at 'Announce' messages.Gravatar default2023-03-311-2/+13
|
* Updated TODO.Gravatar default2023-03-301-1/+1
|
* Backport from xs.Gravatar default2023-03-302-57/+23
|
* Backport from xs.Gravatar default2023-03-302-2/+2
|
* Updated TODO.Gravatar default2023-03-261-1/+1
|
* Backport from xs.Gravatar default2023-03-182-16/+10
|
* 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
|