gotosocial/internal/processing/stream
tobi 451803b230
[feature] Fetch + create domain permissions from subscriptions nightly (#3635)
* peepeepoopoo

* test domain perm subs

* swagger

* envparsing

* dries your wets

* start on docs

* finish up docs

* copy paste errors

* rename actions package

* rename force -> skipCache

* move obfuscate parse nearer to where err is checked

* make higherPrios a simple slice

* don't use receiver for permsFrom funcs

* add more context to error logs

* defer finished log

* use switch for permType instead of if/else

* thanks linter, love you <3

* validate csv headers before full read

* use bufio scanner
2025-01-08 11:29:40 +01:00
..
authorize.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
authorize_test.go [performance] retry db queries on busy errors (#2025) 2023-07-25 10:34:05 +02:00
conversation.go [feature] Conversations API (#3013) 2024-07-23 20:44:31 +01:00
delete.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
filterschanged.go [feature] Implement filters_changed stream event (#2972) 2024-06-07 10:51:13 +02:00
notification.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
notification_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
open.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
open_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
statusupdate.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
statusupdate_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
stream.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
stream_test.go [feature] Fetch + create domain permissions from subscriptions nightly (#3635) 2025-01-08 11:29:40 +01:00
update.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00