This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
anonymousland-synapse
Watch
1
Star
0
Fork
0
You've already forked anonymousland-synapse
mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced
2025-01-26 23:07:01 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
anonymousland-synapse
/
synapse
/
handlers
History
Erik Johnston
7d897f5bfc
Merge pull request
#43
from matrix-org/rejections
...
Rejections
2015-01-30 16:11:14 +00:00
..
__init__.py
Start implementing the non-incremental sync portion of the v2 /sync API
2015-01-26 18:53:31 +00:00
_base.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00
admin.py
Update copyright notices
2015-01-06 13:21:39 +00:00
directory.py
Replace hs.parse_roomalias with RoomAlias.from_string
2015-01-23 13:21:58 +00:00
events.py
Merge branch 'develop' into pushers
2015-01-28 12:51:05 +00:00
federation.py
Only auth_events with event if event in event.auth_events
2015-01-30 15:57:53 +00:00
login.py
Update copyright notices
2015-01-06 13:21:39 +00:00
message.py
Extract the id token of the token when authing users, include the token and device_id in the internal meta data for the event along with the transaction id when sending events
2015-01-28 16:58:23 +00:00
presence.py
Merge branch 'develop' into pushers
2015-01-28 12:51:05 +00:00
profile.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00
register.py
Add matrix.org as a trusted ID server because it's now passed through on ports 80/443 and the web client defaults to that now. Fixes email validation (including signing up with an email address).
2015-01-28 10:09:54 +00:00
room.py
Pass the current time to serialize event, rather than passing an
2015-01-26 16:11:28 +00:00
sync.py
Add doc string for __nonzero__ overrides for sync results, raise not implemented if the client attempts to do a gapless sync
2015-01-30 15:52:05 +00:00
typing.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00