summary refs log tree commit diff
path: root/synapse/federation/handler.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-24For the content repo, don't just use homeserver.hostname as that might not in...Erik Johnston2-1/+10
2014-08-24Add a unique constraint on the room hosts tableErik Johnston1-1/+2
2014-08-24Encode unicode from json as utf-8. This was required to allow people to regis...Erik Johnston1-2/+2
2014-08-23oopsMatthew Hodgson1-1/+1
2014-08-23very quick and dirty responsive design for iPhonesMatthew Hodgson6-30/+110
2014-08-23point out the non-quick-start guideMatthew Hodgson1-2/+4
2014-08-22Mention in changelog that we disabled presence. v0.0.1Erik Johnston1-0/+2
2014-08-22skip presence tests which broke when presence polling was disabledMark Haines3-0/+13
2014-08-22Oops, we need to use defer.returnValue.Erik Johnston1-1/+2
2014-08-22Make is_presence_visible always return true as it was thrashing the database.Erik Johnston1-0/+3
2014-08-22Turn off more spammy logging.Erik Johnston1-1/+1
2014-08-22Turn off spammy loggingErik Johnston1-1/+1
2014-08-22Add indices to schemaErik Johnston2-0/+24
2014-08-22avatar urlroot1-1/+1
2014-08-22add 0.0.0 into the changelog, and add datesMatthew Hodgson1-2/+8
2014-08-22Move the 'Upgrade' section to just below the 'Installation' sectionErik Johnston1-6/+8
2014-08-22Update the README.rst to refer people to UPGRADE.rstErik Johnston1-0/+6
2014-08-22Rename files to .rst for consistency.Erik Johnston2-0/+0
2014-08-22Add a missing '='Erik Johnston1-1/+2
2014-08-22Add CHANGES and UPGRADE files.Erik Johnston2-0/+43
2014-08-22Added initial swagger REST API spec.Kegan Dougal7-0/+1607
2014-08-22Don't return state event outlier's when paginating.Erik Johnston3-2/+9