| Commit message (Expand) | Author | Files | Lines |
2015-03-11 | Again, underscore, not hyphen | David Baker | 1 | -1/+1 |
2015-03-11 | 'false' is not False | David Baker | 1 | -5/+5 |
2015-03-11 | PEP8 blank lines | David Baker | 1 | -0/+1 |
2015-03-10 | Add the master push rule for the break-my-push button. Allow server default r... | David Baker | 4 | -33/+63 |
2015-03-10 | These aren't defined for redacted events so don't crash | David Baker | 1 | -2/+4 |
2015-03-10 | Fix bug in logging. | Erik Johnston | 1 | -5/+5 |
2015-03-10 | in_thread takes no arguments | Erik Johnston | 1 | -1/+1 |
2015-03-10 | Fix bug in logging. | Erik Johnston | 1 | -1/+1 |
2015-03-10 | Split out the 'run' from 'setup' | Erik Johnston | 1 | -26/+27 |
2015-03-10 | Add documentation. When starting via twistd respect soft_file_limit config op... | Erik Johnston | 1 | -2/+17 |
2015-03-09 | Fix tests | Erik Johnston | 3 | -10/+10 |
2015-03-09 | Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This us... | Erik Johnston | 5 | -11/+12 |
2015-03-09 | D'oh: underscore, not hyphen | David Baker | 1 | -1/+1 |
2015-03-06 | Call notifications should be override else they'll get clobbered by sender/ro... | David Baker | 1 | -21/+21 |
2015-03-06 | When setting display name more graciously handle failures to update room state. | Erik Johnston | 1 | -7/+13 |
2015-03-06 | Dial down logging for failed pushers | David Baker | 1 | -1/+1 |
2015-03-06 | Update CHANGES to reflect no more fallback rule | David Baker | 1 | -1/+0 |
2015-03-06 | Specify when we don't want to highlight | David Baker | 1 | -2/+17 |
2015-03-06 | Remove the fallback rule - we probably don't want to be notifying for everyth... | David Baker | 1 | -9/+1 |
2015-03-06 | Update CHANGES | Erik Johnston | 1 | -2/+31 |
2015-03-06 | Update UPGRADES.rst | Erik Johnston | 1 | -5/+2 |
2015-03-06 | Add attribute so push gateways can tell if a member event is about the user i... | David Baker | 1 | -0/+1 |
2015-03-06 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-03-06 | Schema change as delta in v14 | David Baker | 1 | -0/+0 |
2015-03-06 | Add more server default rules so we have default rules for whether you get no... | David Baker | 2 | -6/+76 |
2015-03-06 | Unused import | Erik Johnston | 1 | -1/+1 |
2015-03-06 | Comment typo | David Baker | 1 | -1/+1 |
2015-03-06 | Don't look for an TLS private key if we have set --no-tls | Erik Johnston | 3 | -8/+17 |
2015-03-06 | Suppress notices should trump content/room/sender rules. | David Baker | 1 | -13/+13 |
2015-03-06 | Add the highlight tweak where messages should be highlighted a different colo... | David Baker | 1 | -0/+4 |
2015-03-06 | Add some randomness to the user specified timeout on event streams to mitigat... | Erik Johnston | 1 | -0/+9 |
2015-03-05 | Appease pep8 | Paul "LeoNerd" Evans | 1 | -19/+27 |
2015-03-05 | Append a $ on PATH at registration time, meaning each PATH attribute doesn't ... | Paul "LeoNerd" Evans | 1 | -13/+14 |
2015-03-05 | Slightly neater(?) arrangement of authentication wrapper for HTTP servlet met... | Paul "LeoNerd" Evans | 1 | -25/+37 |
2015-03-05 | Remove the dead 'rate_limit_origin' method from TransportLayerServer | Paul "LeoNerd" Evans | 1 | -6/+0 |
2015-03-05 | Move federation API responding code out of weird mix of lambdas into Servlet-... | Paul "LeoNerd" Evans | 1 | -170/+130 |
2015-03-05 | Log error message when we fail to fetch remote server keys | Erik Johnston | 1 | -2/+11 |
2015-03-05 | Docs | Erik Johnston | 1 | -0/+2 |
2015-03-05 | Remove unecessary check | Erik Johnston | 1 | -6/+0 |
2015-03-05 | Respect min_depth argument | Erik Johnston | 1 | -4/+6 |
2015-03-05 | Docs. | Erik Johnston | 1 | -0/+16 |
2015-03-05 | Slightly reduce the insane amounts of indentation in main http server respons... | Paul "LeoNerd" Evans | 1 | -21/+23 |
2015-03-05 | Handle if get_missing_pdu returns 400 or not all events. | Erik Johnston | 2 | -15/+100 |
2015-03-05 | Rename rooms_to_listeners to room_to_listeners, for consistency with user_ an... | Paul "LeoNerd" Evans | 1 | -8/+8 |
2015-03-04 | Give LruCache a __len__, so that len(cache) works | Paul "LeoNerd" Evans | 1 | -0/+7 |
2015-03-04 | Add default rule to suppress notices. | David Baker | 1 | -0/+13 |
2015-03-04 | Note that we don't specify execution order | Erik Johnston | 1 | -0/+4 |
2015-03-04 | s/schema_deltas/applied_schema_deltas/ | Erik Johnston | 2 | -9/+11 |
2015-03-04 | s/%r/%s/ | Erik Johnston | 1 | -1/+1 |
2015-03-04 | Add example directory structures in doc | Erik Johnston | 1 | -1/+36 |
2015-03-04 | Use if not results rather than len, as per feedback. | David Baker | 1 | -1/+1 |
2015-03-04 | Don't assume db conn is a Context Manager. | Erik Johnston | 1 | -1/+5 |
2015-03-04 | |