summary refs log tree commit diff
path: root/docs/sphinx/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
0 min.Fix testsErik Johnston1-1/+6
0 min.Bug fixes.Erik Johnston2-27/+57
0 min.Bugfix cache layerErik Johnston2-11/+22
0 min.Add cache layer to state group resolutionErik Johnston2-1/+72
0 min.SYN-258: get_recent_events_for_room only accepts stream tokens, convert the ↵Mark Haines1-1/+3
topological token to a stream token before passing it to get_recent_events_for_room
0 min.Explicitly list the RejectedReasons that we can proveErik Johnston1-1/+6
0 min.Move delta/v13.sql to delta/v12.sqlErik Johnston2-24/+11
0 min.Don't query auth if the only difference is events that were rejected due to ↵Erik Johnston1-56/+72
auth.
0 min.Make seen_ids a setErik Johnston1-1/+3
0 min.Return body of response in HttpResponseExceptionErik Johnston1-1/+2
0 min.Handle the fact the list.remove raises if element doesn't existErik Johnston1-4/+10
0 min.priority class now dealt with in namespaced rule_idDavid Baker1-4/+0
0 min.Give server default rules the 'default' attribute and fix various brokenness.David Baker3-3/+9
0 min.Server default rules now of all kinds rather than all being at lowest prio.David Baker4-51/+98
0 min.namespace rule IDs to be unique within their scope and rule type.David Baker1-123/+129
0 min.Connection errors in twisted aren't RuntimeErrorsErik Johnston1-2/+2
0 min.Pass through list of room hosts from room alias query to federation so that ↵Erik Johnston3-15/+22
it can retry against different room hosts
0 min.