Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-02 | Wrap all of get_app_service_rooms in a txn. | Kegan Dougal | 6 | -88/+67 | |
2015-03-02 | JOIN state_events rather than parsing unrecognized_keys to pull out member ↵ | Kegan Dougal | 2 | -11/+5 | |
state_keys | |||||
2015-03-02 | Modify _simple_select_list to allow an empty WHERE clause. Use it for ↵ | Kegan Dougal | 4 | -17/+21 | |
get_all_rooms and get_all_users. | |||||
2015-03-02 | PR tweaks: set earlier on and use 'as json' for compat | Kegan Dougal | 3 | -16/+12 | |
2015-02-27 | PEP8 | Kegan Dougal | 1 | -1/+0 | |
2015-02-27 | Fix unit tests | Kegan Dougal | 1 | -0/+3 | |
2015-02-27 | Notify appservices of invites mid-poll. | Kegan Dougal | 1 | -1/+29 | |
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. | |||||
2015-02-26 | Check for membership invite events correctly. | Kegan Dougal | 1 | -2/+21 | |
2015-02-26 | Update CHANGES | Kegan Dougal | 1 | -0/+2 | |
2015-02-26 | Finish impl to get new events for AS. ASes should now be able to poll /events | Kegan Dougal | 2 | -8/+58 | |
2015-02-26 | Finish impl to extract all room IDs an AS may be interested in when polling ↵ | Kegan Dougal | 2 | -6/+36 | |
the event stream. | |||||
2015-02-25 | PEP8 and pyflakes | Kegan Dougal | 2 | -6/+3 | |
2015-02-25 | Comment unused variables. | Kegan Dougal | 1 | -2/+2 | |
2015-02-25 | Fix alias query. | Kegan Dougal | 1 | -6/+5 | |
2015-02-25 | Add support for extracting matching room_ids and room_aliases for a given AS. | Kegan Dougal | 3 | -2/+82 | |
2015-02-25 | Add stub functions and work out execution flow to implement AS event stream ↵ | Kegan Dougal | 4 | -12/+65 | |
polling. | |||||
2015-02-24 | turns uris config options should append since it's a list | David Baker | 1 | -1/+1 | |
2015-02-24 | Fix YAML syntax of turn config example | David Baker | 1 | -1/+1 | |
2015-02-24 | tabs/spaces | David Baker | 1 | -8/+8 | |
2015-02-24 | Use standard form submission so the go button on the keyboard works. | David Baker | 1 | -3/+3 | |
2015-02-24 | Fallback registration page: oops. Removed dev test. | manuroe | 1 | -1/+1 | |
2015-02-24 | Fallback registration page: added the classic viewport meta to fix the ↵ | manuroe | 2 | -1/+6 | |
display on iPhone Safari and webview. The width of input elements also needs to be fixed. | |||||
2015-02-24 | %s for strings otherwise you end up sending 'u"foo"' | David Baker | 1 | -1/+1 | |
2015-02-24 | Update CHANGES and UPGRADE | Kegan Dougal | 2 | -0/+21 | |
2015-02-24 | Set user-visible error when the server is misconfigured. | Kegan Dougal | 1 | -0/+1 | |
2015-02-23 | Use OrderedDict for @cached backing store, so we can evict the oldest key ↵ | Paul "LeoNerd" Evans | 1 | -7/+4 | |
unbiased | |||||
2015-02-23 |