| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate message, topic and name event contents | Erik Johnston | 2014-12-12 | 1 | -1/+1 |
* | Fix federation test | Erik Johnston | 2014-12-11 | 1 | -1/+1 |
* | Fix public room joining by making sure replaces_state never points to itself. | Erik Johnston | 2014-12-11 | 1 | -7/+7 |
* | .from_string() no longer takes a HS | Erik Johnston | 2014-12-10 | 1 | -2/+2 |
* | Remove dead code | Erik Johnston | 2014-12-10 | 1 | -2/+0 |
* | Add some basic event validation | Erik Johnston | 2014-12-10 | 1 | -2/+6 |
* | Fix bug where we clobbered old state group values | Erik Johnston | 2014-12-10 | 1 | -0/+9 |
* | Fix bug when uploading state with empty state_key | Erik Johnston | 2014-12-10 | 2 | -76/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-10 | 1 | -0/+7 |
|\ |
|
| * | fix a million stupid bugs and make it actually work | Matthew Hodgson | 2014-12-08 | 1 | -1/+2 |
| * | actually reset retry schedule if we can successfuly talk to it | Matthew Hodgson | 2014-12-08 | 1 | -0/+6 |
* | | Fix AttributeError | Erik Johnston | 2014-12-10 | 1 | -1/+1 |
* | | Make depth increase. | Erik Johnston | 2014-12-10 | 1 | -1/+1 |
* | | Try and figure out how and why signatures are being changed. | Erik Johnston | 2014-12-10 | 3 | -9/+53 |
* | | PEP8 | Erik Johnston | 2014-12-09 | 1 | -1/+1 |
* | | Fix joining from an invite | Erik Johnston | 2014-12-09 | 3 | -16/+17 |
* | | Remove unused snapshot | Erik Johnston | 2014-12-09 | 1 | -2/+0 |
* | | Remove unused import | Erik Johnston | 2014-12-09 | 1 | -2/+1 |
* | | More bug fixes | Erik Johnston | 2014-12-08 | 2 | -19/+31 |
* | | More bug fixes | Erik Johnston | 2014-12-08 | 3 | -10/+13 |
* | | More bug fixes | Erik Johnston | 2014-12-08 | 2 | -3/+7 |
* | | Fix registration | Erik Johnston | 2014-12-08 | 1 | -2/+4 |
* | | Various typos and bug fixes. | Erik Johnston | 2014-12-08 | 2 | -62/+43 |
* | | Start making more things use EventContext rather than event.* | Erik Johnston | 2014-12-05 | 2 | -99/+84 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-04 | 1 | -5/+7 |
|\| |
|
| * | @log_function on PresenceStream's get_new_events_for_user() | Paul "LeoNerd" Evans | 2014-12-03 | 1 | -1/+3 |
| * | Store any incoming presence push in the local cache anyway, even if there's n... | Paul "LeoNerd" Evans | 2014-12-03 | 1 | -4/+4 |
* | | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 6 | -116/+111 |
* | | Begin converting things to use the new Event structure | Erik Johnston | 2014-12-04 | 3 | -19/+56 |
* | | WIP for new way of managing events. | Erik Johnston | 2014-12-03 | 1 | -0/+51 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-03 | 2 | -1/+10 |
|\| |
|
| * | Extra verbosity on logging of received presence info | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -0/+5 |
| * | Squash room_ids list to a set() to remove duplicates - with TODO marker as I ... | Paul "LeoNerd" Evans | 2014-12-02 | 1 | -1/+5 |
* | | Change DomainSpecificString so that it doesn't use a HomeServer object | Erik Johnston | 2014-12-02 | 6 | -41/+44 |
|/ |
|
* | Fix bugs when joining a remote room that has dodgy event graphs. This should ... | Erik Johnston | 2014-11-27 | 1 | -28/+55 |
* | on_receive_pdu takes more args | Erik Johnston | 2014-11-27 | 1 | -3/+3 |
* | Change the way we get missing auth and state events | Erik Johnston | 2014-11-27 | 1 | -16/+61 |
* | Re-sign events when we return them via federation as a temporary hack to work... | Erik Johnston | 2014-11-27 | 1 | -0/+11 |
* | Attempt to fix bug where we 500d an event stream due to trying to cancel a ti... | Erik Johnston | 2014-11-26 | 1 | -3/+9 |
* | Add a workaround for bug where some initial join events don't reference creat... | Erik Johnston | 2014-11-26 | 1 | -1/+7 |
* | Catch exceptions when trying to add an entry to rooms tables | Erik Johnston | 2014-11-26 | 1 | -6/+11 |
* | Correctly handle the case where we get an event for an unknown room, which tu... | Erik Johnston | 2014-11-26 | 1 | -28/+44 |
* | Fix bugs in invite/join dances. | Erik Johnston | 2014-11-25 | 3 | -54/+94 |
* | We don't always want to Auth get_persisted_pdu | Erik Johnston | 2014-11-24 | 1 | -7/+8 |
* | Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't exist | Mark Haines | 2014-11-21 | 1 | -12/+24 |
* | SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ... | Paul "LeoNerd" Evans | 2014-11-20 | 1 | -1/+1 |
* | Fix pep8 and pyflakes warnings | Mark Haines | 2014-11-20 | 2 | -4/+10 |
* | Merge branch 'develop' into http_client_refactor | David Baker | 2014-11-20 | 9 | -48/+64 |
|\ |
|
| * | Fix pep8 codestyle warnings | Mark Haines | 2014-11-20 | 4 | -9/+13 |
| * | Add a few missing yields, Move deferred lists inside PreserveLoggingContext b... | Mark Haines | 2014-11-20 | 8 | -40/+52 |
* | | Separate out the matrix http client completely because just about all of its ... | David Baker | 2014-11-20 | 2 | -10/+16 |
* | | Oops, I removed this param. | David Baker | 2014-11-20 | 1 | -2/+0 |
* | | Refactor the HTTP clients a little. | David Baker | 2014-11-20 | 2 | -5/+5 |
|/ |
|
* | SYN-153: Fix formatting of federation error message | Mark Haines | 2014-11-20 | 1 | -1/+1 |
* | Don't add a 'prev' key to m.room.member messages | Erik Johnston | 2014-11-19 | 2 | -4/+0 |
* | Initialise UserPresenceCache instances to always contain a 'presence' key | Paul "LeoNerd" Evans | 2014-11-19 | 1 | -4/+2 |
* | SYN-153: Raise 404 if room alias is not found | Mark Haines | 2014-11-19 | 1 | -4/+8 |
* | Preserve logging context in a few more places, drop the logging context after... | Mark Haines | 2014-11-19 | 1 | -3/+5 |
* | Remove unused variable | Mark Haines | 2014-11-18 | 1 | -1/+1 |
* | Rename message handler's new snapshot_room to room_initial_sync() as that bet... | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/develop' into room-initial-sync | Paul "LeoNerd" Evans | 2014-11-18 | 2 | -45/+42 |
|\ |
|
| * | SYN-149: Enable auth for events added during room creation since they should ... | Mark Haines | 2014-11-18 | 1 | -1/+1 |
| * | SYN-149: Send join event immediately after the room create event | Mark Haines | 2014-11-18 | 2 | -26/+26 |
| * | Split out sending the room alias events from creating the alias so that we ca... | Mark Haines | 2014-11-18 | 2 | -19/+16 |
* | | Include room members' presence in room initialSync | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -1/+22 |
* | | Added ability to .get_state() from the PresenceHandler by returning a complet... | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -2/+15 |
* | | Don't expect all _user_cachemap entries to definitely contain a "last_active"... | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -3/+3 |
* | | Include 'messages' snapshot in room initialSync | Paul "LeoNerd" Evans | 2014-11-18 | 1 | -1/+20 |
* | | Merge branch 'develop' into room-initial-sync | Paul "LeoNerd" Evans | 2014-11-17 | 6 | -297/+579 |
|\| |
|
| * | SYN-148: Add the alias after creating the room | Mark Haines | 2014-11-17 | 1 | -9/+9 |
| * | These lines aren't doing anything | Mark Haines | 2014-11-17 | 1 | -5/+0 |
| * | Merge PDUs and Events into one object | Mark Haines | 2014-11-14 | 1 | -43/+22 |
| * | Fix PDU and event signatures | Mark Haines | 2014-11-14 | 1 | -2/+3 |
| * | Validate signatures on incoming events | Mark Haines | 2014-11-14 | 1 | -2/+35 |
| * | Add a few more comments to the federation handler | Erik Johnston | 2014-11-12 | 1 | -0/+32 |
| * | Fix bugs with invites/joins across federatiom. | Erik Johnston | 2014-11-12 | 2 | -11/+11 |
| * | PEP8ify | Erik Johnston | 2014-11-11 | 1 | -9/+12 |
| * | Only allow people in a room to look up room state. | Erik Johnston | 2014-11-11 | 1 | -34/+4 |
| * | Rename annotate_state_groups to annotate_event_with_state | Erik Johnston | 2014-11-11 | 2 | -8/+8 |
| * | Fix bug where we /always/ created a new state group | Erik Johnston | 2014-11-11 | 1 | -1/+2 |
| * | Add an EventValidator. Fix bugs in auth ++ storage | Erik Johnston | 2014-11-10 | 1 | -4/+7 |
| * | PEP8 | Erik Johnston | 2014-11-10 | 1 | -1/+4 |
| * | Add auth to the various server-server APIs | Erik Johnston | 2014-11-10 | 1 | -2/+13 |
| * | Fix backfill to work. Add auth to backfill request | Erik Johnston | 2014-11-10 | 1 | -5/+5 |
| * | Notify users about invites. | Erik Johnston | 2014-11-10 | 1 | -1/+4 |
| * | Use current state to get room hosts, rather than querying the database | Erik Johnston | 2014-11-07 | 2 | -7/+32 |
| * | Add '/event_auth/' federation api | Erik Johnston | 2014-11-07 | 1 | -0/+5 |
| * | Implement invite part of invite join dance | Erik Johnston | 2014-11-07 | 3 | -21/+61 |
| * | Return auth chain when handling send_join | Erik Johnston | 2014-11-07 | 1 | -3/+12 |
| * | Fix joining over federation | Erik Johnston | 2014-11-07 | 2 | -53/+2 |
| * | Start implementing auth chains | Erik Johnston | 2014-11-07 | 1 | -2/+57 |
| * | Amalgamate all power levels. | Erik Johnston | 2014-11-06 | 1 | -36/+16 |
| * | Update to use replaces_state rather than prev_state | Erik Johnston | 2014-11-06 | 1 | -2/+4 |
| * | Implement new replace_state and changed prev_state | Erik Johnston | 2014-11-06 | 5 | -32/+10 |
| * | Fix auth checks to all use the given old_event_state | Erik Johnston | 2014-11-05 | 2 | -8/+17 |
| * | Fix room handler tests | Erik Johnston | 2014-11-04 | 1 | -1/+0 |
| * | Don't bother locking | Erik Johnston | 2014-11-04 | 1 | -6/+5 |
| * | On AuthError, raise a FederationError | Erik Johnston | 2014-11-04 | 1 | -1/+9 |
| * | Remove unused imports | Erik Johnston | 2014-11-04 | 1 | -4/+2 |
| * | Rename PDU fields to match that of events. | Erik Johnston | 2014-11-03 | 1 | -7/+5 |
| * | Sign events we create. | Erik Johnston | 2014-11-03 | 1 | -0/+9 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-11-03 | 1 | -2/+1 |
| |\ |
|
| * | | Actually don't store any PDUs | Erik Johnston | 2014-10-31 | 1 | -0/+22 |
| * | | Move the impl of backfill to use events. | Erik Johnston | 2014-10-31 | 1 | -1/+26 |
| * | | Convert event ids to be of the form :example.com | Erik Johnston | 2014-10-30 | 1 | -2/+5 |
| * | | Make federation return the old current state, so that we can use it to do auth | Erik Johnston | 2014-10-30 | 1 | -5/+23 |
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-30 | 6 | -79/+53 |
| |\ \ |
|
| * | | | Start filling out and using new events tables | Erik Johnston | 2014-10-29 | 2 | -39/+55 |
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-27 | 2 | -14/+5 |
| |\ \ \ |
|
| * | | | | It doesn't want a dict | Erik Johnston | 2014-10-17 | 1 | -2/+0 |
| * | | | | Fix bug where people could join private rooms | Erik Johnston | 2014-10-17 | 1 | -2/+8 |
| * | | | | Use state groups to get current state. Make join dance actually work. | Erik Johnston | 2014-10-17 | 2 | -24/+56 |
| * | | | | Finish implementing the new join dance. | Erik Johnston | 2014-10-17 | 1 | -97/+84 |
| * | | | | Start implementing the invite/join dance. Continue moving auth to use event.s... | Erik Johnston | 2014-10-16 | 1 | -8/+75 |
| * | | | | Begin making auth use event.old_state_events | Erik Johnston | 2014-10-15 | 6 | -27/+36 |
* | | | | | Include room membership in room initialSync | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -1/+7 |
* | | | | | Put room state in room initialSync output - I guess this is right; I really c... | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -2/+5 |
* | | | | | Have room initialSync return the room's room_id | Paul "LeoNerd" Evans | 2014-11-10 | 1 | -0/+11 |
| |_|_|/
|/| | | |
|
* | | | | Use python logger, not the twisted logger | Erik Johnston | 2014-11-03 | 1 | -2/+1 |
| |_|/
|/| | |
|
* | | | Fix pep8 warnings | Mark Haines | 2014-10-30 | 4 | -31/+33 |
* | | | Fix an off-by-one bug in presence event stream pagination; this might be resp... | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -1/+1 |
* | | | Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat... | Paul "LeoNerd" Evans | 2014-10-29 | 4 | -39/+19 |
* | | | Remove redundant (and incorrect) presence pagination fetching code | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -3/+0 |
* | | | Remove duplicate join_event from create_room | Mark Haines | 2014-10-27 | 1 | -5/+0 |
| |/
|/| |
|
* | | Add get_json method to 3pid http client. Better logging for errors in 3pid re... | Mark Haines | 2014-10-20 | 1 | -1/+2 |
* | | SPEC-7: Don't stamp event contents with 'hsob_ts' | Mark Haines | 2014-10-17 | 1 | -13/+3 |
|/ |
|
* | Fix pyflakes errors | Mark Haines | 2014-10-02 | 1 | -1/+1 |
* | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 2014-10-02 | 1 | -3/+2 |
* | Split PlainHttpClient into separate clients for talking to Identity servers a... | Mark Haines | 2014-10-02 | 3 | -8/+13 |
* | SYN-2: Allow server admins to delete room aliases | Erik Johnston | 2014-09-30 | 1 | -16/+29 |
* | SYN-48: Implement WHOIS rest servlet | Erik Johnston | 2014-09-29 | 2 | -0/+64 |
* | Merge branch 'deletions' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-25 | 1 | -0/+1 |
|\ |
|
| * | Rename deletions to redactions | Erik Johnston | 2014-09-24 | 1 | -1/+1 |
| * | SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev... | Erik Johnston | 2014-09-23 | 1 | -0/+1 |
* | | SYN-46: An invite received from fedearation didn't wake up the event stream f... | Erik Johnston | 2014-09-25 | 1 | -1/+9 |
* | | Don't set the room name to be the room alias on room creation if the client d... | Erik Johnston | 2014-09-24 | 1 | -11/+0 |
* | | Implemented /rooms/$roomid/state API. | Kegan Dougal | 2014-09-23 | 1 | -0/+16 |
|/ |
|
* | SYWEB-3 : Added 'visibility' key to rooms returned via /initialSync | Kegan Dougal | 2014-09-17 | 1 | -0/+5 |
* | SYN-40: When a user updates their displayname or avatar update all their join... | Erik Johnston | 2014-09-17 | 1 | -3/+43 |
* | Added support for the HS to send emails. Use it to send password resets. Adde... | Kegan Dougal | 2014-09-16 | 1 | -0/+14 |
* | Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need to... | Kegan Dougal | 2014-09-16 | 1 | -1/+28 |
* | Correctly handle receiving 'missing' Pdus from federation, rather than just d... | Erik Johnston | 2014-09-15 | 1 | -7/+5 |
* | Improve logging in federation handler. | Erik Johnston | 2014-09-15 | 1 | -1/+3 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into registration-api... | Kegan Dougal | 2014-09-15 | 3 | -10/+8 |
|\ |
|
| * | Correctly handle the 'age' key in events and pdus | Erik Johnston | 2014-09-15 | 3 | -10/+8 |
* | | Split out password/captcha/email logic. | Kegan Dougal | 2014-09-15 | 1 | -56/+64 |
|/ |
|
* | Added num_joined_users key to /publicRooms for each room. Show this informati... | Kegan Dougal | 2014-09-08 | 1 | -0/+6 |
* | Fix race in presence handler where we evicted things from cache while handlin... | Erik Johnston | 2014-09-08 | 1 | -2/+3 |
* | Added captcha support on both the HS and web client. | Kegan Dougal | 2014-09-05 | 1 | -6/+62 |
|\ |
|
| * | Reload captchas when they fail. Cleanup on success. | Kegan Dougal | 2014-09-05 | 1 | -2/+2 |
| * | 80 chars please | Kegan Dougal | 2014-09-05 | 1 | -9/+19 |
| * | Add config opion for XFF headers when performing ReCaptcha auth. | Kegan Dougal | 2014-09-05 | 1 | -0/+1 |
| * | Captchas now work on registration. Missing x-forwarded-for config arg support... | Kegan Dougal | 2014-09-05 | 1 | -2/+47 |
* | | Add support for inviting people when you create a room | Erik Johnston | 2014-09-06 | 1 | -0/+26 |
* | | Generate m.room.aliases event when the HS creates a room alias | Erik Johnston | 2014-09-05 | 4 | -15/+42 |
|/ |
|
* | Change the default power levels to be 0, 50 and 100 | Erik Johnston | 2014-09-05 | 1 | -8/+8 |
* | Error code must be an integer | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
* | Import SynapseError | Erik Johnston | 2014-09-03 | 1 | -0/+1 |
* | Handle timeouts slightly nicer. | Erik Johnston | 2014-09-03 | 1 | -1/+5 |
* | Don't do auth for change_membership in federation handler, it doesn't work an... | Erik Johnston | 2014-09-03 | 1 | -2/+3 |
* | When creating a room and a user supplies a room_alias but no name, use the ro... | Erik Johnston | 2014-09-03 | 1 | -0/+11 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2014-09-03 | 12 | -60/+108 |
|\ |
|
| * | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 12 | -12/+12 |
| * | Fix up directory server to not require uploading room hosts. Update the room ... | Erik Johnston | 2014-09-03 | 1 | -1/+10 |
| * | Snapshot prev_state for generic events | Erik Johnston | 2014-09-03 | 1 | -1/+6 |
| * | Kill the state | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -26/+5 |
| * | Bugfix for back-pagination of presence | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+2 |
| * | Make retrying requests on DNS failures configurable, and turn off retrying on... | Kegan Dougal | 2014-09-03 | 1 | -1/+5 |
| * | Implement presence state visibilty limiting when polling eventsource for stream | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -9/+57 |
| * | Update API docs to use 'presence' key not 'state'. Fixed error messages when ... | Kegan Dougal | 2014-09-03 | 1 | -1/+1 |
| * | Fixed GET /events/$id to be not broken. | Kegan Dougal | 2014-09-03 | 1 | -1/+3 |
| * | Rename the 'do_users_share_a_room' to something slightly less verb-sounding | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+1 |
| * | Neater is_presence_visible() code | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -9/+8 |
* | | Add support for registering with a threepid to the HS (get credentials from t... | David Baker | 2014-09-03 | 1 | -3/+59 |
|/ |
|
* | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 1 | -2/+0 |
* | Set status message for ratelimit error responses | Mark Haines | 2014-09-03 | 1 | -1/+1 |
* | Merge branch 'ratelimiting' into develop | Mark Haines | 2014-09-03 | 3 | -0/+18 |
|\ |
|
| * | Raise LimitExceedError when the ratelimiting is throttling requests | Mark Haines | 2014-09-03 | 1 | -4/+2 |
| * | rate limiting for message sending | Mark Haines | 2014-09-02 | 3 | -2/+5 |
| * | Add ratelimiting function to basehandler | Mark Haines | 2014-09-02 | 1 | -0/+17 |
* | | Safer handling of incoming presence EDUs that may or maynot contain 'presence... | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -3/+13 |
* | | 'continue' to go to the next item in a for loop, not 'break' | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -1/+1 |
* | | By default, only room ops can change the name and topic. | Erik Johnston | 2014-09-02 | 1 | -0/+2 |
|/ |
|
* | Add message to assertion | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
* | Add support for setting room name and topic when creating rooms | Erik Johnston | 2014-09-02 | 1 | -4/+29 |
* | Reënable presence visibility permission checking now it's not used on redund... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -4/+0 |
* | No need to test is_presence_visible in _start_polling_local because we know i... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -4/+0 |
* | Don't set a 'default' key in the creation event | Erik Johnston | 2014-09-01 | 1 | -1/+0 |
* | Don't put required power levels on permission state events | Erik Johnston | 2014-09-01 | 1 | -2/+4 |
* | Add all the necessary checks to make banning work. | Erik Johnston | 2014-09-01 | 1 | -1/+11 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 2 | -33/+93 |
|\ |
|
| * | Bump a user's presence last_active time every time they send a message to a room | Paul "LeoNerd" Evans | 2014-09-01 | 2 | -0/+10 |
| * | Perform room unit tests with 'local' users actually in the right domain ;) | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -0/+4 |
| * | Rename API-visible 'mtime' presence field to 'last_active'; slightly differen... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -23/+49 |
| * | Rename 'state' presence key to the much more obvious 'presence'; maintain a l... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -11/+31 |
* | | Add beginnings of ban support. | Erik Johnston | 2014-09-01 | 1 | -20/+29 |
* | | Implement power level lists, default power levels and send_evnet_level/add_st... | Erik Johnston | 2014-09-01 | 1 | -9/+22 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 4 | -12/+143 |
|\| |
|
| * | Bugfixes on presence pushes on user joining: | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -9/+8 |
| * | Renamed get_current_token_part to get_current_key | Paul "LeoNerd" Evans | 2014-08-29 | 3 | -4/+4 |
| * | Have EventSource's get_new_events_for_user() API work only on keys within tha... | Paul "LeoNerd" Evans | 2014-08-29 | 3 | -17/+9 |
| * | TypingNotificationEventSource has to return proper tokens, not int 0 | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -2/+2 |
| * | Rename 'events_key' to 'room_key' so it matches the name of the event source | Paul "LeoNerd" Evans | 2014-08-29 | 2 | -8/+8 |
| * | Define a new event stream data source for typing notifications (currently null) | Paul "LeoNerd" Evans | 2014-08-29 | 1 | -0/+14 |
| * | Move the *EventSource classes into the handlers they relate to, so it's easie... | Paul "LeoNerd" Evans | 2014-08-29 | 2 | -0/+126 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-08-29 | 7 | -134/+166 |
|\| |
|
| * | Get the equalities right. | Erik Johnston | 2014-08-29 | 1 | -2/+5 |
| * | Merge branch 'presence_logging' into develop | Erik Johnston | 2014-08-29 | 2 | -90/+132 |
| |\ |
|
| | * | Fix a couple of bugs in presence handler related to pushing updatesto the cor... | Erik Johnston | 2014-08-29 | 1 | -18/+41 |
| | * | Turn of trace_function logging | Erik Johnston | 2014-08-28 | 1 | -8/+8 |
| | * | Only poll remote users if they are in our presence list, rather than in a com... | Erik Johnston | 2014-08-28 | 1 | -53/+66 |
| | * | Don't query the rooms members table so much by using the new notifier api tha... | Erik Johnston | 2014-08-28 | 2 | -62/+46 |
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into presence_logging | Erik Johnston | 2014-08-28 | 4 | -40/+34 |
| | |\ |
|
| | * | | Up timeout to 10 minutes | Erik Johnston | 2014-08-28 | 1 | -1/+1 |
| | * | | And more logging. | Erik Johnston | 2014-08-28 | 1 | -0/+1 |
| | * | | Add more logging. Up the event stream timer to 10s | Erik Johnston | 2014-08-28 | 2 | -1/+4 |
| | * | | Add logging to try and figure out what is going on with the presence stuff | Erik Johnston | 2014-08-28 | 2 | -2/+12 |
| * | | | Fix FederationHandler to event.origin | Mark Haines | 2014-08-28 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -2/+14 |
| * | | Re-enable presence, un-skip presence tests | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -8/+0 |
| * | | Remove get_state_for_room function from federation handler | Mark Haines | 2014-08-28 | 1 | -15/+11 |
| * | | Fix pyflakes warnings | Mark Haines | 2014-08-28 | 3 | -5/+4 |
| * | | Merge backfill_ and backfill in federation handler | Mark Haines | 2014-08-28 | 1 | -18/+5 |
| |/ |
|
| * | Fix bug where we used UserID objects instead of strigns | Erik Johnston | 2014-08-28 | 1 | -1/+2 |
* | | Create the correct events with the right configuration when creating a new room. | Erik Johnston | 2014-08-28 | 1 | -19/+54 |
|/ |
|
* | Split out MessageHandler | Erik Johnston | 2014-08-27 | 3 | -276/+305 |
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 1 | -1/+1 |
|\ |
|
* | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 5 | -145/+76 |
|\| |
|
| * | Remove stale FIXMEs | Erik Johnston | 2014-08-27 | 1 | -2/+0 |
| * | Remove store_id from notifier.on_new_room_event calls. | Erik Johnston | 2014-08-27 | 2 | -13/+8 |
| * | Turn off presence again. | Erik Johnston | 2014-08-27 | 1 | -2/+2 |
| * | Index sources in a nicer fashion. | Erik Johnston | 2014-08-27 | 1 | -2/+2 |
| * | Convert get_paginat_rows to use PaginationConfig. This allows people to suppl... | Erik Johnston | 2014-08-27 | 1 | -8/+7 |
| * | PEP8 tweaks. | Erik Johnston | 2014-08-27 | 2 | -4/+9 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-27 | 3 | -23/+227 |
| |\ |
|
| * | | Implement presence event source. Change the way the notifier indexes listeners | Erik Johnston | 2014-08-27 | 3 | -12/+17 |
| * | | Enable presence again. Fix up api to match old api. | Erik Johnston | 2014-08-26 | 3 | -7/+14 |
| * | | WIP: Completely change how event streaming and pagination work. This reflects... | Erik Johnston | 2014-08-26 | 3 | -158/+44 |
* | | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 2 | -0/+148 |
|\ \ \
| | |/
| |/| |
|
| * | | Initial typing notification support - EDU federation, but no timers, and no a... | Paul "LeoNerd" Evans | 2014-08-27 | 2 | -0/+148 |
* | | | add _get_room_member, fix datastore methods | Mark Haines | 2014-08-27 | 2 | -3/+4 |
* | | | Start updating state handling to use snapshots | Mark Haines | 2014-08-27 | 1 | -3/+10 |
* | | | Fill out prev_events before calling persist_event | Mark Haines | 2014-08-27 | 2 | -59/+13 |
* | | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 3 | -2/+33 |
|\| | |
|
| * | | Added support for GET /events/$eventid with auth checks. | Kegan Dougal | 2014-08-27 | 2 | -1/+28 |
| |/ |
|
| * | Respect 'limit' param in initialSync api | Erik Johnston | 2014-08-26 | 1 | -1/+5 |
* | | Fold federation/handler into handlers/federation | Mark Haines | 2014-08-26 | 3 | -10/+138 |
* | | Move new event boilerplate in room handlers into a method on a base clase. | Mark Haines | 2014-08-26 | 2 | -52/+33 |
* | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-26 | 1 | -1/+1 |
|\| |
|
| * | Use state_key rather than target_user_id | Mark Haines | 2014-08-26 | 1 | -1/+1 |