Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026) | Till | |
Doesn't buy us much, but makes everything a bit more consistent. Also removes the SQL trace driver, as it is unused and the output is hard to read anyway. | |||
2022-09-09 | More writer fixes in the Sync API | Neil Alexander | |
2022-04-07 | Add possibility to ignore users (#2329) | Till | |
* Add ignore users * Ignore users in pushrules Add passing tests * Update sytest lists * Store ignore knowledge in the sync API * Fix copyrights Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com> |