- Mar 04, 2015
-
-
Erik Johnston authored
-
- Mar 02, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Erik Johnston authored
-
Kegsay authored
Application services exclusive flag support
-
Erik Johnston authored
Batched get pdu
-
Kegan Dougal authored
-
Erik Johnston authored
-
Erik Johnston authored
Add config option to set the soft fd limit on start
-
Erik Johnston authored
Federation rate limit
-
Erik Johnston authored
-
Kegan Dougal authored
-
Erik Johnston authored
Process transactions serially.
-
Erik Johnston authored
-
Kegsay authored
Application services event stream support
-
Erik Johnston authored
-
Kegan Dougal authored
-
Erik Johnston authored
Since the events received in a transaction are ordered, later events might depend on earlier events and so we shouldn't blindly process them in parellel.
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Modify _simple_select_list to allow an empty WHERE clause. Use it for get_all_rooms and get_all_users.
-
Kegan Dougal authored
-
- Feb 27, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Previously you just specified the regex as a string, now it expects a JSON object with a 'regex' key and an 'exclusive' boolean, as per spec.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
This requires the notifier to have knowledge of appservice listeners so it can do the regex checks on incoming invites to see if the state_key matches. It isn't enough to just rely on the room listeners and store.get_app_service_rooms as the room will initially not exist or won't be on the ASes radar due to having none of its users in the room.
-
- Feb 26, 2015
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Erik Johnston authored
-