Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2023-09-23 | [chore] deinterface the typeutils.Converter and update to use state ↵ | 7 | ||
structure (#2217) * update typeconverter to use state structure * deinterface the typeutils.TypeConverter -> typeutils.Converter * finish copying over old type converter code comments * fix cherry-pick merge issues, fix tests pointing to old typeutils interface type still | ||||
2023-08-15 | [chore] ensure worker contexts have request ID (#2120) | 2 | ||
2023-08-11 | [bugfix] Populate followReq before accessing targetaccount pointer (#2099) | 1 | ||
2023-08-10 | [chore] Add test to ensure `show_reblogs` on follow works as expected (#2093) | 1 | ||
2023-08-09 | [feature] List replies policy, refactor async workers (#2087) | 12 | ||
* Add/update some DB functions. * move async workers into subprocessor * rename FromFederator -> FromFediAPI * update home timeline check to include check for current status first before moving to parent status * change streamMap to pointer to mollify linter * update followtoas func signature * fix merge * remove errant debug log * don't use separate errs.Combine() check to wrap errs * wrap parts of workers functionality in sub-structs * populate report using new db funcs * embed federator (tiny bit tidier) * flesh out error msg, add continue(!) * fix other error messages to be more specific * better, nicer * give parseURI util function a bit more util * missing headers * use pointers for subprocessors |