summary refs log tree commit diff
path: root/synapse/handlers/profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-1/+2
* Merge branch 'erikj-perf' of github.com:matrix-org/synapse into developErik Johnston2015-01-061-5/+5
|\
| * We don't need the full events for get_rooms_for_user_where_membership_isErik Johnston2015-01-061-5/+5
* | Update copyright noticesMark Haines2015-01-061-1/+1
|/
* Rate limit display names and avatar urls per request rather than per event.Kegan Dougal2014-12-191-2/+4
* Rename MessageHandler.handle_event. Add a few comments.Erik Johnston2014-12-151-1/+1
* Remove unused snapshotErik Johnston2014-12-091-2/+0
* Convert rest and handlers to use new event structureErik Johnston2014-12-041-11/+8
* Change DomainSpecificString so that it doesn't use a HomeServer objectErik Johnston2014-12-021-7/+7
* Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-201-8/+10
* Don't add a 'prev' key to m.room.member messagesErik Johnston2014-11-191-1/+0
* Add an EventValidator. Fix bugs in auth ++ storageErik Johnston2014-11-101-4/+7
* Implement new replace_state and changed prev_stateErik Johnston2014-11-061-5/+1
* Begin making auth use event.old_state_eventsErik Johnston2014-10-151-2/+3
* SYN-40: When a user updates their displayname or avatar update all their join...Erik Johnston2014-09-171-3/+43
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Now that HS->HS Profile lookups use Federation Queries, we don't need the 'lo...Paul "LeoNerd" Evans2014-08-131-8/+4
* Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans2014-08-131-25/+41
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+169