- Apr 08, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
Hotfixes v0.8.1 r3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't yield on notifying all listeners
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Fix a notifier leak
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add paranoia checks to make sure that we evict stale NotificationListeners when we are about to process them
-
Erik Johnston authored
Fix bug where we didn't inform the NotificataionListeners about new rooms they have been subscribed to. This meant that the listeners didn't clean themselves up fully from all the dicts
-
Erik Johnston authored
-
Matthew Hodgson authored
-
- Apr 07, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
Caused by a bad if check, which incorrectly executes for both 0 and None, when None was the original intent.
-
- Apr 03, 2015
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Apr 01, 2015
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Kegan Dougal authored
Specifically, the ASes own user ID wasn't being treated as 'exclusive' so a human could nab it. Also, the HS would needlessly send user queries to the AS for its own user ID.
-
Kegan Dougal authored
-
- Mar 31, 2015
-
-
Kegan Dougal authored
This was caused by not explicitly checking the service.sender field. This has now been fixed and a regression test has been added.
-
Kegan Dougal authored
-
Kegan Dougal authored
Form the user ID at runtime instead, This gives less room for error in AS config files since they cannot specify the domain of another HS.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Mar 30, 2015
-
-
Erik Johnston authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
turn --disable-registration into --enable-registration, given the default is for registration to be disabled by default now. this is backwards incompatible by removing the old --disable-registration arg, but makes for a much more intuitive arg
-
- Mar 27, 2015
-
-
Paul "LeoNerd" Evans authored
This reverts commit ff1fa0fb.
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
Allow registration in the HSes federation demo
-