Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-27 | Fix newlines | Erik Johnston | 1 | -2/+1 | |
2015-04-27 | Pull inner function out. | Erik Johnston | 1 | -76/+77 | |
2015-04-27 | Implement locks using create_observer for fetching media and server keys | Erik Johnston | 2 | -60/+82 | |
2015-04-27 | Implement create_observer. | Erik Johnston | 1 | -0/+19 | |
`create_observer` takes a deferred and create a new deferred that *observers* the original deferred. Any callbacks added to the observing deferred will *not* affect the origin deferred. | |||||
2015-04-27 | pep8 | David Baker | 1 | -1/+1 | |
2015-04-27 | pep8 | David Baker | 1 | -1/+0 | |
2015-04-27 | Run database check before daemonizing, at the cost of database hygiene. | David Baker | 3 | -27/+18 | |
2015-04-27 | rename db method to be more informative | David Baker | 2 | -5/+5 | |
2015-04-24 | pep8 | David Baker | 1 | -2/+2 | |
2015-04-24 | Check users in our table aren't on a different domain to the one we're ↵ | David Baker | 2 | -0/+37 | |
configured with to try & fix SYN-266 | |||||
2015-04-24 | Add note about updating your signing keys (ie. "the auto thing") | David Baker | 1 | -0/+9 | |
2015-04-24 | Matrix ID server is now HTTPS | David Baker | 1 | -1/+1 | |
2015-04-24 | Remove ancient history | David Baker | 1 | -4/+0 | |
2015-04-24 | Pedant: OS X has a space | David Baker | 1 | -1/+1 | |
2015-04-24 | Make one-to-one rule an underride otherwise bings don't work in one-to-one ↵ | David Baker | 1 | -21/+21 | |
wrooms. Likewise a couple of other rules. | |||||
2015-04-24 | Fix spelling | Mark Haines | 1 | -1/+1 | |
2015-04-24 | Call the super classes when generating config | Mark Haines | 1 | -0/+1 | |
2015-04-24 | Copyright notices | Mark Haines | 6 | -0/+84 | |
2015-04-24 | No commas here, otherwise our error string constants become tuples. | David Baker | 1 | -2/+2 | |
2015-04-23 | Remove users from the remote_offline_serials list (and clean up empty ↵ | Paul "LeoNerd" Evans | 2 |