summary refs log tree commit diff
path: root/CHANGES.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-06Set a content-length for JSON responsesMark Haines1-0/+1
2015-01-06SYN-208/SYN-228: Add runtime checks on startup to enforce that JPEG/PNG suppo...Kegan Dougal1-0/+29
2015-01-06SYN-229: Include Content-Length when downloading filesMark Haines3-7/+23
2014-12-24spell out that VoIP needs TURNMatthew Hodgson1-0/+3
2014-12-24clarify these instructions a media-repo specificMatthew Hodgson1-1/+3
2014-12-24spell out that upgrading is just installing over the topMatthew Hodgson1-0/+5
2014-12-22Include version in User-Agent and Server headersMark Haines4-6/+35
2014-12-19Mock ratelimiter to make tests pass.Kegan Dougal2-4/+16
2014-12-19more changelogsMatthew Hodgson1-0/+6
2014-12-19Rate limit display names and avatar urls per request rather than per event.Kegan Dougal1-2/+4
2014-12-19Set a state_key for the topic and room name, otherwise they won't be treated ...Mark Haines1-0/+2
2014-12-19Look for name, topic in the event content rather than the event itself when p...Mark Haines1-4/+4
2014-12-19bump_presence_active_time when sending a message eventMark Haines1-0/+6
2014-12-19Don't ratelimit room create eventsMark Haines2-3/+4
2014-12-19Bump web sdk version to 0.6.0Mark Haines1-2/+2
2014-12-19Set display name when joining via aliasMark Haines1-0/+5
2014-12-19Remove unneeded federation keys from eventsMark Haines1-0/+3
2014-12-19SYN-203: Handle requests for thunbnails for images that are smallMark Haines1-5/+14
2014-12-19s/user_id/sender/Mark Haines1-1/+1
2014-12-18Supply auth_chain along with current state in '/state/', fetch auth events fr...Mark Haines4-31/+55
2014-12-18Replace distributor deferred list, with a simple for loop until I understand ...Mark Haines2-14/+25
2014-12-18Update README.rstKegsay1-0/+9
2014-12-18Update README.rstKegsay1-0/+22
2014-12-18Don't yield on sending the event accross federation.Mark Haines1-2/+2
2014-12-16Use _get_events_txn instead of _parse_events_txnErik Johnston1-7/+1
2014-12-16Fix where we pulled in event.state_events from hotfixes branchErik Johnston1-1/+1
2014-12-16Add FIXMEErik Johnston1-0/+1
2014-12-16Fix bug where we did not send the full auth chain to people that joined over ...Erik Johnston2-10/+13
2014-12-16Make error messages slightly more helpfulErik Johnston1-5/+5
2014-12-16Use is_outlier() so that we don't get AttributeErrorErik Johnston3-7/+5
2014-12-16Don't assume an event existsErik Johnston1-2/+4
2014-12-16Mention that we should pull in new deps before running upgrade scriptErik Johnston1-0/+4
2014-12-16Change upgrade script to not check hashes or signaturesErik Johnston1-46/+53
2014-12-16SYN-142: Use a default log file 'homeserver.log' so people get logging by def...Kegan Dougal1-1/+1
2014-12-16Enable rate limiting for all eventsErik Johnston1-0/+5
2014-12-16Remove send_message since nothing was calling it. Remove Snapshot because onl...Mark Haines2-118/+0
2014-12-16Fix typo where we thought a list was a dictErik Johnston1-3/+4
2014-12-16Construct the EventContext in the state handler rather than constructing one ...Mark Haines6-59/+50
2014-12-16clean up coding style a bitMark Haines8-26/+26
2014-12-16Fix upgrade script to run all the missing deltas.Erik Johnston2-1/+77
2014-12-16Remove annotate_event_with_state as nothing was using it. Update state tests ...Mark Haines2-135/+39
2014-12-16Do run all deltas up to missing delta 10Erik Johnston1-4/+4
2014-12-16Bump UPGRADES and CHANGESErik Johnston3-0/+27
2014-12-16Make failure to run appropraite upgrade scripts more helpful.Erik Johnston2-3/+22
2014-12-16Fix bugs in upgrade script.Erik Johnston1-1/+5
2014-12-16Rename upgrade scriptErik Johnston1-0/+0
2014-12-16Include database bump in upgrade scriptErik Johnston1-0/+2
2014-12-16Bump database versionErik Johnston1-1/+1
2014-12-16Bump versionErik Johnston2-2/+2
2014-12-16Fix pyflakesErik Johnston1-2/+0
2014-12-16Remove FrozenEncoderErik Johnston1-8/+0
2014-12-16Better english in docstrings are helpful.Erik Johnston1-2/+2
2014-12-16Update upgrade scriptErik Johnston2-3/+12
2014-12-16Persist internal_metadataErik Johnston4-5