Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-04-08 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-04-08 | SYN-338: Fix typo that caused the cache to throw an exception in some instances | Erik Johnston | 1 | -1/+1 |
2015-04-08 | typo | Erik Johnston | 1 | -1/+1 |
2015-04-08 | Don't yield on notifying all listeners | Erik Johnston | 1 | -4/+36 |
2015-04-08 | Move comment into docstring | Erik Johnston | 1 | -5/+2 |
2015-04-08 | Factor out loops into '_discard_if_notified' | Erik Johnston | 1 | -15/+14 |
2015-04-08 | Also perform paranoia checks in 'on_new_user_event' | Erik Johnston | 1 | -2/+16 |
2015-04-08 | Add paranoia checks to make sure that we evict stale NotificationListeners wh... | Erik Johnston | 1 | -5/+31 |
2015-04-08 | Fix bug where we didn't inform the NotificataionListeners about new rooms the... | Erik Johnston | 1 | -0/+3 |
2015-04-08 | Move database timer logging to seperate logger | Erik Johnston | 1 | -1/+2 |
2015-04-08 | Retry transaction, not SQL query | Erik Johnston | 1 | -21/+25 |
2015-04-08 | Fix maria engine to correctly recognize deadlocks | Erik Johnston | 1 | -2/+2 |
2015-04-08 | typo | Matthew Hodgson | 1 | -1/+1 |
2015-04-07 |