| Commit message (Expand) | Author | Files | Lines |
2014-12-19 | Mock ratelimiter to make tests pass. | Kegan Dougal | 2 | -4/+16 |
2014-12-19 | more changelogs | Matthew Hodgson | 1 | -0/+6 |
2014-12-19 | Rate limit display names and avatar urls per request rather than per event. | Kegan Dougal | 1 | -2/+4 |
2014-12-19 | Set a state_key for the topic and room name, otherwise they won't be treated ... | Mark Haines | 1 | -0/+2 |
2014-12-19 | Look for name, topic in the event content rather than the event itself when p... | Mark Haines | 1 | -4/+4 |
2014-12-19 | bump_presence_active_time when sending a message event | Mark Haines | 1 | -0/+6 |
2014-12-19 | Don't ratelimit room create events | Mark Haines | 2 | -3/+4 |
2014-12-19 | Bump web sdk version to 0.6.0 | Mark Haines | 1 | -2/+2 |
2014-12-19 | Set display name when joining via alias | Mark Haines | 1 | -0/+5 |
2014-12-19 | Remove unneeded federation keys from events | Mark Haines | 1 | -0/+3 |
2014-12-19 | SYN-203: Handle requests for thunbnails for images that are small | Mark Haines | 1 | -5/+14 |
2014-12-19 | s/user_id/sender/ | Mark Haines | 1 | -1/+1 |
2014-12-18 | Supply auth_chain along with current state in '/state/', fetch auth events fr... | Mark Haines | 4 | -31/+55 |
2014-12-18 | Replace distributor deferred list, with a simple for loop until I understand ... | Mark Haines | 2 | -14/+25 |
2014-12-18 | Update README.rst | Kegsay | 1 | -0/+9 |
2014-12-18 | Update README.rst | Kegsay | 1 | -0/+22 |
2014-12-18 | Don't yield on sending the event accross federation. | Mark Haines | 1 | -2/+2 |
2014-12-16 | Use _get_events_txn instead of _parse_events_txn | Erik Johnston | 1 | -7/+1 |
2014-12-16 | Fix where we pulled in event.state_events from hotfixes branch | Erik Johnston | 1 | -1/+1 |
2014-12-16 | Add FIXME | Erik Johnston | 1 | -0/+1 |
2014-12-16 | Fix bug where we did not send the full auth chain to people that joined over ... | Erik Johnston | 2 | -10/+13 |
2014-12-16 | Make error messages slightly more helpful | Erik Johnston | 1 | -5/+5 |
2014-12-16 | Use is_outlier() so that we don't get AttributeError | Erik Johnston | 3 | -7/+5 |
2014-12-16 | Don't assume an event exists | Erik Johnston | 1 | -2/+4 |
2014-12-16 | Mention that we should pull in new deps before running upgrade script | Erik Johnston | 1 | -0/+4 |
2014-12-16 | Change upgrade script to not check hashes or signatures | Erik Johnston | 1 | -46/+53 |
2014-12-16 | SYN-142: Use a default log file 'homeserver.log' so people get logging by def... | Kegan Dougal | 1 | -1/+1 |
2014-12-16 | Enable rate limiting for all events | Erik Johnston | 1 | -0/+5 |
2014-12-16 | Remove send_message since nothing was calling it. Remove Snapshot because onl... | Mark Haines | 2 | -118/+0 |
2014-12-16 | Fix typo where we thought a list was a dict | Erik Johnston | 1 | -3/+4 |
2014-12-16 | Construct the EventContext in the state handler rather than constructing one ... | Mark Haines | 6 | -59/+50 |
2014-12-16 | clean up coding style a bit | Mark Haines | 8 | -26/+26 |
2014-12-16 | Fix upgrade script to run all the missing deltas. | Erik Johnston | 2 | -1/+77 |
2014-12-16 | Remove annotate_event_with_state as nothing was using it. Update state tests ... | Mark Haines | 2 | -135/+39 |
2014-12-16 | Do run all deltas up to missing delta 10 | Erik Johnston | 1 | -4/+4 |
2014-12-16 | Bump UPGRADES and CHANGES | Erik Johnston | 3 | -0/+27 |
2014-12-16 | Make failure to run appropraite upgrade scripts more helpful. | Erik Johnston | 2 | -3/+22 |
2014-12-16 | Fix bugs in upgrade script. | Erik Johnston | 1 | -1/+5 |
2014-12-16 | Rename upgrade script | Erik Johnston | 1 | -0/+0 |
2014-12-16 | Include database bump in upgrade script | Erik Johnston | 1 | -0/+2 |
2014-12-16 | Bump database version | Erik Johnston | 1 | -1/+1 |
2014-12-16 | Bump version | Erik Johnston | 2 | -2/+2 |
2014-12-16 | Fix pyflakes | Erik Johnston | 1 |