| Commit message (Expand) | Author | Files | Lines |
2015-02-04 | Fix bug in store defer. Add more unit tests. | Kegan Dougal | 4 | -9/+207 |
2015-02-04 | Begin to add unit tests for appservice glue and regex testing. | Kegan Dougal | 5 | -4/+158 |
2015-02-04 | Add stub ApplicationServiceApi and glue it with the handler. | Kegan Dougal | 4 | -4/+39 |
2015-02-03 | Add appservice package and move ApplicationService into it. | Kegan Dougal | 4 | -105/+138 |
2015-02-03 | Implement restricted namespace checks. Begin fleshing out the main hook for n... | Kegan Dougal | 2 | -5/+35 |
2015-02-03 | Add namespace constants. Add restrict_to option to limit namespace checks. | Kegan Dougal | 2 | -27/+39 |
2015-02-03 | Everyone loves SQL typos | Kegan Dougal | 1 | -1/+1 |
2015-02-03 | Implement regex checks for app services. | Kegan Dougal | 2 | -29/+67 |
2015-02-02 | Add defers in the right places. | Kegan Dougal | 1 | -0/+2 |
2015-02-02 | Implement txns for AS (un)registration. | Kegan Dougal | 3 | -23/+102 |
2015-02-02 | Add pydenticon to python_dependencies | Mark Haines | 1 | -0/+1 |
2015-02-02 | less obscure xargs | Matthew Hodgson | 1 | -1/+1 |
2015-02-02 | Generate a list of dependencies from synapse/python_dependencies.py | Mark Haines | 1 | -0/+41 |
2015-02-02 | fix typo | Matthew Hodgson | 1 | -1/+1 |
2015-02-02 | Add Cache-Control header to identicon | Mark Haines | 1 | -0/+3 |
2015-02-02 | Fix setting identicon width and height | Mark Haines | 1 | -2/+2 |
2015-02-02 | Spell height more correctly | Mark Haines | 1 | -1/+1 |
2015-02-02 | Actually merge into develop. | Kegan Dougal | 1 | -8/+1 |
2015-02-02 | Add a media/v1/identicon resource for generating identicons using pydenticon | Mark Haines | 3 | -0/+51 |
2015-02-02 | fix OSX stuff and typos | Matthew Hodgson | 1 | -2/+3 |
2015-02-02 | Bump version to 0.6.1d | Mark Haines | 2 | -2/+2 |
2015-02-02 | Pin the version of Twisted to 14.0.2 since we are using some of its internals | Mark Haines | 1 | -1/+2 |
2015-02-02 | Tell people to "source" the activate script for virtualenv, Remove --user fro... | Mark Haines | 1 | -7/+7 |
2015-02-02 | Update documentation to recommend virtual env | Mark Haines | 1 | -21/+15 |
2015-02-02 | Use >= for version of webclient | Erik Johnston | 1 | -1/+1 |
2015-02-02 | Bump version | Erik Johnston | 2 | -2/+2 |
2015-02-02 | Bump version of webclient pulled in. | Erik Johnston | 1 | -2/+2 |
2015-01-31 | Ignore empty strings for display names & room names in notifications | David Baker | 1 | -2/+2 |
2015-01-31 | fix OSX stuff and typos | Matthew Hodgson | 1 | -2/+3 |
2015-01-30 | Again, don't assume all member events have displayname. | David Baker | 1 | -1/+1 |
2015-01-30 | Don't assume all member events have a display nme. | David Baker | 1 | -4/+5 |
2015-01-30 | Resign events when we return them via /query_auth/ | Erik Johnston | 1 | -0/+9 |
2015-01-30 | s/homeserver.config/homeserver.yaml/ because that's what synctl looks for. | David Baker | 1 | -5/+5 |
2015-01-30 | Add twisted to setup requires so it gets processed before setuptools_trial | David Baker | 1 | -0/+1 |
2015-01-30 | add generate config instruction to the HS setup part | David Baker | 1 | -0/+9 |
2015-01-30 | Tell people to "source" the activate script for virtualenv, Remove --user fro... | Mark Haines | 1 | -7/+7 |
2015-01-30 | Update documentation to recommend virtual env | Mark Haines | 1 | -30/+15 |
2015-01-30 | Return empty list rather than None when there are no emphemeral events for a ... | Mark Haines | 1 | -1/+1 |
2015-01-30 | Fix bug where accepting invite over federation didn't work. Add logging. | Erik Johnston | 1 | -8/+49 |
2015-01-30 | Allow any greater version for webclient | Erik Johnston | 1 | -1/+1 |
2015-01-30 | Briefly doc structure of query_auth API. | Erik Johnston | 1 | -0/+18 |
2015-01-30 | Only auth_events with event if event in event.auth_events | Erik Johnston | 1 | -1/+3 |
2015-01-30 | Remove debug logging | Erik Johnston | 1 | -9/+0 |
2015-01-30 | Spit out server default rules too. | David Baker | 2 | -10/+17 |
2015-01-30 | Add doc string for __nonzero__ overrides for sync results, raise not implemen... | Mark Haines | 1 | -1/+8 |
2015-01-30 | Add glob asterisks when running rules. | David Baker | 2 | -4/+6 |
2015-01-30 | Remove merge conflict | Erik Johnston | 1 | -3/+0 |
2015-01-30 | Remember to add schema file to list | Erik Johnston | 1 | -0/+1 |
2015-01-30 | Use 'in' to test if the key exists, remove unused _filters_for_user | Mark Haines | 2 | -10/+2 |
2015-01-30 | Be more specific in naming columns in selects. | Erik Johnston | 1 | -1/+1 |
2015-01-30 | Put CREATE rejections into seperate .sql | Erik Johnston | 2 | -7/+21 |
2015-01-30 | Add room member count condition and default rule to make a noise on rooms of ... | David Baker | 3 | -6/+63 |
2015-01-30 | Add a slightly more helpful comment | Erik Johnston | 1 | -1/+2 |
2015-01-30 | Remove commented line | Erik Johnston | 1 | -1/+0 |
2015-01-30 | Style changes. | Erik Johnston | 1 | -6/+5 |
2015-01-30 | Check if the user has joined the room between incremental syncs | Mark Haines | 1 | -4/+27 |
2015-01-30 | Fix bug where we superfluously asked for current state. Change API of /query_... | Erik Johnston | 5 | -49/+43 |
2015-01-30 | Pass client info to the sync_config | Mark Haines | 2 | -3/+4 |
2015-01-30 | Unused import | Mark Haines | 1 | -2/+0 |
2015-01-30 | Fix token formatting | Mark Haines | 2 | -5/+5 |
2015-01-30 | Filter the recent events before applying the limit when doing an initial sync | Mark Haines | 1 | -11/+10 |
2015-01-30 | Filter the recent events before applying the limit when doing an incremental ... | Mark Haines | 4 | -24/+54 |
2015-01-30 | Revert accidental bumping of angluar_sdk dep | Erik Johnston | 1 | -2/+2 |
2015-01-30 | Fix bad merge fo python_dependencies.py | Erik Johnston | 1 | -1/+0 |
2015-01-30 | We do need Twisted 14, not 15: we use internal Twisted things that have been ... | David Baker | 2 | -2/+2 |
2015-01-30 | Update the current state of an event if we update auth events. | Erik Johnston | 1 | -1/+3 |
2015-01-30 | Fix bug in timeout handling in keyclient | Erik Johnston | 1 | -3/+4 |
2015-01-30 | Fix regression where we no longer correctly handled the case of gaps in our e... | Erik Johnston | 2 | -2/+9 |
2015-01-30 | Fix bug where we changes in outlier in metadata dict propogated to other events | Erik Johnston | 3 | -4/+8 |
2015-01-29 | Include content in notification pokes | David Baker | 1 | -0/+2 |
2015-01-29 | Change 'from' in notification pokes to 'sender' to match client API v2. Send ... | David Baker | 2 | -5/+14 |
2015-01-29 | Add default push rules including setting a sound for messages mentioning your... | David Baker | 2 | -8/+74 |
2015-01-29 | Update todo for the filtering on sync | Mark Haines | 1 | -1/+2 |
2015-01-29 | Add basic filtering support | Mark Haines | 1 | -5/+14 |
2015-01-29 | Create a separate filter object to do the actual filtering, so that we can | Mark Haines | 3 | -164/+166 |
2015-01-29 | Renumber priority classes so we can use 0 for defaults. | David Baker | 1 | -5/+5 |
2015-01-29 | Allow kind to be set to null to delete a pusher. | David Baker | 1 | -1/+10 |
2015-01-29 | Initial implementation of auth conflict resolution | Erik Johnston | 8 | -81/+210 |
2015-01-29 | Fix indent | Mark Haines | 1 | -1/+1 |
2015-01-29 | Move typing notifs to an "emphermal" event list on the room object | Mark Haines | 2 | -7/+9 |
2015-01-29 | Fix check for empty room update | Mark Haines | 1 | -1/+1 |
2015-01-29 | Fix v2 initial sync | Mark Haines | 1 | -1/+2 |
2015-01-29 | Code style fixes. | Mark Haines | 8 | -26/+42 |
2015-01-29 | Only send a badge-reset if the user actually has unread notifications. | David Baker | 1 | -2/+7 |
2015-01-29 | Fix code-style | Mark Haines | 1 | -13/+6 |
2015-01-29 | Merge in auth changes from develop | Mark Haines | 2 | -2/+3 |
2015-01-29 | Move bump schema delta | Mark Haines | 1 | -0/+0 |
2015-01-29 | Use get_room_events_stream to get changes to the rooms if the number of chang... | Mark Haines | 2 | -11/+52 |
2015-01-29 | Add filter_room_state unit tests. | Kegan Dougal | 1 | -0/+56 |
2015-01-29 | Make post_json(...) actually send data. | Erik Johnston | 1 | -1/+1 |
2015-01-29 | Add post_json(...) method to federation client | Erik Johnston | 1 | -0/+37 |
2015-01-29 | Add basic filtering public API unit tests. Use defers in the right places. | Kegan Dougal | 2 | -5/+60 |
2015-01-29 | Add more unit tests for the filter algorithm. | Kegan Dougal | 1 | -5/+259 |
2015-01-29 | Implement filter algorithm. Add basic event type unit tests to assert it works. | Kegan Dougal | 2 | -1/+93 |
2015-01-29 | Add filtering public API; outline filtering algorithm. | Kegan Dougal | 1 | -8/+52 |
2015-01-29 | Add filtering.filter_events function, with stub passes_filter function. | Kegan Dougal | 1 | -0/+15 |
2015-01-29 | Also edit the filter column on the delta SQL | Kegan Dougal | 1 | -1/+1 |
2015-01-29 | Remove typing TODO | Mark Haines | 1 | -1/+0 |
2015-01-29 | Add typing notifications to sync | Mark Haines | 2 | -19/+29 |
2015-01-29 | Include transaction ids in unsigned section of events in the sync results for... | Mark Haines | 2 | -12/+22 |
2015-01-29 | Add support for formatting events in the way a v2 client expects | Mark Haines | 1 | -39/+52 |
2015-01-29 | SYN-252: Supply the stream and topological parts in the correct order to the ... | Mark Haines | 1 | -3/+3 |
2015-01-28 | Allow the push rule delete method to take more specifiers. | David Baker | 1 | -8/+11 |
2015-01-28 | Change uses of get_user_by_req because it returns a tuple now. | David Baker | 2 | -4/+4 |
2015-01-28 | s/definition/filter_json/ since definition is now used to mean a component of... | Kegan Dougal | 2 | -3/+3 |
2015-01-28 | Add ports back to demo/start.sh | Mark Haines | 2 | -2/+2 |
2015-01-28 | Rename ClientID to ClientInfo since it is a pair of IDs rather than a single ... | Mark Haines | 2 | -3/+3 |
2015-01-28 | Add a : to the doc string after the type of the return value | Mark Haines | 1 | -1/+1 |
2015-01-28 | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 18 | -48/+92 |
2015-01-28 | Add filter JSON sanity checks. | Kegan Dougal | 4 | -11/+128 |
2015-01-28 | Start implementing auth conflict res | Erik Johnston | 6 | -52/+253 |
2015-01-28 | Move pushers delta to v12 and bump schema version | David Baker | 2 | -1/+1 |
2015-01-28 | Return the device_id from get_auth_by_req | Mark Haines | 13 | -31/+34 |
2015-01-28 | Use %s instead of + | David Baker | 1 | -2/+2 |
2015-01-28 | Newline | David Baker | 1 | -0/+1 |
2015-01-28 | Redundant parens | David Baker | 1 | -1/+1 |
2015-01-28 | unnecessary newlines | David Baker | 1 | -2/+0 |
2015-01-28 | More magic commas (including the place I copied it from...) | David Baker | 1 | -4/+4 |
2015-01-28 | Google doc style | David Baker | 1 | -4/+5 |
2015-01-28 | spaces | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary newlines. | David Baker | 1 | -5/+0 |
2015-01-28 | Unnecessary newline. | David Baker | 1 | -1/+0 |
2015-01-28 | Better style | David Baker | 1 | -2/+5 |
2015-01-28 | Another superfluous newline | David Baker | 1 | -1/+0 |
2015-01-28 | Ah, the comma of doom. | David Baker | 1 | -1/+1 |
2015-01-28 | Brackets are nicer | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary new line | David Baker | 1 | -1/+0 |
2015-01-28 | Easy on the newlines | David Baker | 1 | -1/+0 |
2015-01-28 | 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | doc style fix | David Baker | 1 | -1/+1 |
2015-01-28 | It is 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | Oops, bad merge: needed to change the base class of the rest servlets too. | David Baker | 3 | -6/+7 |
2015-01-28 | More code style things | David Baker | 1 | -3/+4 |
2015-01-28 | Brackets rather than slashes at end | David Baker | 1 | -3/+3 |
2015-01-28 | Redundant bracketing & missed space | David Baker | 1 | -2/+2 |
2015-01-28 | Update copyright | David Baker | 1 | -1/+1 |
2015-01-28 | Unused import | David Baker | 1 | -1/+0 |
2015-01-28 | Add basic application_services SQL, and hook up parts of the appservice store... | Kegan Dougal | 5 | -16/+117 |
2015-01-28 | Reset badge count to zero when last active time is bumped | David Baker | 4 | -3/+76 |
2015-01-28 | Add matrix.org as a trusted ID server because it's now passed through on port... | David Baker | 1 | -1/+1 |
2015-01-28 | Remove unused import | Kegan Dougal | 1 | -2/+0 |
2015-01-27 | Fix Formatting | Mark Haines | 4 | -14/+9 |
2015-01-27 | Wait for events if the incremental sync is empty and a timeout is given | Mark Haines | 3 | -8/+61 |
2015-01-27 | Created schema delta | Paul "LeoNerd" Evans | 2 | -1/+25 |
2015-01-27 | Initial stab at real SQL storage implementation of user filter definitions | Paul "LeoNerd" Evans | 4 | -15/+78 |
2015-01-27 | More unit-testing of REST errors | Paul "LeoNerd" Evans | 1 | -1/+35 |
2015-01-27 | Move storage of user filters into real datastore layer; now have to mock it o... | Paul "LeoNerd" Evans | 5 | -27/+79 |
2015-01-27 | Log when ASes are registered/unregistered. | Kegan Dougal | 2 | -1/+5 |
2015-01-27 | Use ApplicationService when registering. | Kegan Dougal | 3 | -20/+17 |
2015-01-27 | Add stub methods, TODOs and docstrings for application services. | Kegan Dougal | 2 | -5/+72 |
2015-01-27 | Start implementing incremental initial sync | Mark Haines | 3 | -34/+241 |
2015-01-27 | Add AS specific classes with docstrings. | Kegan Dougal | 1 | -1/+59 |
2015-01-27 | Have the Filtering API return Deferreds, so we can do the Datastore implement... | Paul "LeoNerd" Evans | 3 | -7/+22 |
2015-01-27 | Oops, remove debugging | David Baker | 1 | -1/+0 |
2015-01-27 | or of course we could just return the deferred | David Baker | 1 | -2/+1 |
2015-01-27 | Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in the... | D |