| Commit message (Expand) | Author | Files | Lines |
2014-09-03 | Fix up directory server to not require uploading room hosts. Update the room ... | Erik Johnston | 3 | -2/+16 |
2014-09-03 | List commands and their usage in the settings page | Emmanuel ROHEE | 1 | -0/+15 |
2014-09-03 | Added /kick $user_id | Emmanuel ROHEE | 1 | -4/+14 |
2014-09-03 | Handle new state events which don't have a common ancestor | Erik Johnston | 1 | -0/+12 |
2014-09-03 | Snapshot prev_state for generic events | Erik Johnston | 1 | -1/+6 |
2014-09-03 | Kill the state | Paul "LeoNerd" Evans | 5 | -94/+60 |
2014-09-03 | Bugfix for back-pagination of presence | Paul "LeoNerd" Evans | 1 | -0/+2 |
2014-09-03 | Added /unban $user_id | Emmanuel ROHEE | 1 | -0/+10 |
2014-09-03 | Add support for room names | Erik Johnston | 2 | -2/+20 |
2014-09-03 | Make retrying requests on DNS failures configurable, and turn off retrying on... | Kegan Dougal | 3 | -8/+29 |
2014-09-03 | Send unrecognized commands as text message (as before) | Emmanuel ROHEE | 1 | -1/+2 |
2014-09-03 | Do not define power level limits in setUserPowerLevel. Update the function to... | Emmanuel ROHEE | 2 | -35/+3 |
2014-09-03 | Added /deop $user_id | Emmanuel ROHEE | 2 | -3/+36 |
2014-09-03 | Store SQL DDL deltas as well; attempt to upgrade the database on startup if i... | Paul "LeoNerd" Evans | 4 | -22/+183 |
2014-09-03 | BF: Do not be polluted by ops events that come when paginating back | Emmanuel ROHEE | 1 | -2/+5 |
2014-09-03 | hs: Updated synapse.http.client to handle DNSLookupErrors and bail immediately. | Kegan Dougal | 1 | -1/+6 |
2014-09-03 | Implement presence state visibilty limiting when polling eventsource for stream | Paul "LeoNerd" Evans | 3 | -15/+147 |
2014-09-03 | Don't eat federation transmit errors during unit tests; fix remote presence E... | Paul "LeoNerd" Evans | 2 | -1/+16 |
2014-09-03 | Make sure to print exceptions properly from notifier failures | Paul "LeoNerd" Evans | 1 | -1/+6 |
2014-09-03 | apidocs: Added m.room.name | Kegan Dougal | 1 | -0/+62 |
2014-09-03 | apidocs: Tweak join response format. Explicitly state empty JSON objects wher... | Kegan Dougal | 1 | -5/+35 |
2014-09-03 | Added /op $user_id $powerLevel | Emmanuel ROHEE | 3 | -7/+59 |
2014-09-03 | Updated feedback api docs and fixed feedback content template bug | Kegan Dougal | 2 | -2/+11 |
2014-09-03 | apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in i... | Kegan Dougal | 2 | -2/+10 |
2014-09-03 | Add option to change content repo location | Erik Johnston | 3 | -4/+20 |
2014-09-03 | Edited /presence REST servlet to raise SynapseErrors to return a standard err... | Kegan Dougal | 1 | -7/+12 |
2014-09-03 | Update API docs to use 'presence' key not 'state'. Fixed error messages when ... | Kegan Dougal | 2 | -2/+2 |
2014-09-03 | Fixed /presence APIs to urldecode user IDs. | Kegan Dougal | 1 | -1/+5 |
2014-09-03 | Fixed GET /events/$id to be not broken. | Kegan Dougal | 1 | -1/+3 |
2014-09-03 | move contentrepo class to it's own file | Mark Haines | 3 | -163/+194 |
2014-09-03 | URL decode user IDs for /profile REST path segments. | Kegan Dougal | 1 | -0/+6 |
2014-09-03 | Make API docs not lie on registration/login. | Kegan Dougal | 2 | -2/+24 |
2014-09-03 | Update port numbers. | Kegan Dougal | 7 | -7/+7 |
2014-09-03 | Better indicate in the page feedback section that a user can't join a room (b... | Emmanuel ROHEE | 1 | -1/+2 |
2014-09-03 | Fill out power level bits in the spec | Erik Johnston | 1 | -42/+63 |
2014-09-03 | Rename the 'do_users_share_a_room' to something slightly less verb-sounding | Paul "LeoNerd" Evans | 4 | -6/+6 |
2014-09-03 | Allow optional non-suppression of exceptions through the Distributor | Paul "LeoNerd" Evans | 2 | -7/+34 |
2014-09-03 | Neater is_presence_visible() code | Paul "LeoNerd" Evans | 1 | -9/+8 |
2014-09-03 | Do not show banned people in member list. Format ban events strings in room a... | Emmanuel ROHEE | 3 | -4/+10 |
2014-09-03 | Prefix API links with /docs/api/client-server so they should link through cor... | Kegan Dougal | 1 | -15/+15 |
2014-09-03 | cmdclient: Fixed /join to work with the updated c-s API. | Kegan Dougal | 1 | -1/+1 |
2014-09-03 | Added /ban command | Emmanuel ROHEE | 2 | -1/+29 |
2014-09-03 | Made IRC style command easier to handle specifically for possible arguments | Emmanuel ROHEE | 1 | -10/+22 |
2014-09-03 | cmdclient: Now works correctly with user localpart login. Default to 8008 not... | Kegan Dougal | 1 | -3/+7 |
2014-09-03 | Add ban support: /rooms/$roomid/ban with { user_id : foo } | Kegan Dougal | 1 | -2/+2 |
2014-09-03 | Add copyright notices and fix pyflakes errors | Mark Haines | 7 | -7/+59 |
2014-09-03 | Set status message for ratelimit error responses | Mark Haines | 3 | -6/+12 |
2014-09-03 | Fix tests to support ratelimiting | Mark Haines | 3 | -2/+64 |
2014-09-03 | howto: Link jsfiddles correctly. Hide ugly TODOs. | Kegan Dougal | 1 | -10/+22 |
2014-09-03 | Raise LimitExceedError when the ratelimiting is throttling requests | Mark Haines | 2 | -11/+29 |
2014-09-03 | doc generator | Matthew Hodgson | 3 | -0/+792 |
2014-09-03 | fix rst | Matthew Hodgson | 1 | -16/+26 |
2014-09-03 | don't echo password to stdout... | Matthew Hodgson | 1 | -1/+1 |
2014-09-02 | more critique | Matthew Hodgson | 1 | -1/+2 |
2014-09-02 | Edited room creation section to mention all the events created when the room is. | Kegan Dougal |