summary refs log tree commit diff
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-16Use 403 instead of 400Erik Johnston1-1/+1
2015-03-13Add note about disabling registration by defaultErik Johnston1-0/+11
2015-03-13Allow enabling of registration with --disable-registration falseErik Johnston1-2/+8
2015-03-13Rename register script to 'register_new_matrix_user'Erik Johnston2-1/+1
2015-03-13Change default server url to match default portsErik Johnston1-2/+2
2015-03-13PEP8Erik Johnston1-1/+1
2015-03-13Add 'register_new_user' scriptErik Johnston2-1/+150
2015-03-13Add missing commasErik Johnston1-2/+2
2015-03-13Implement registering with shared secret.Erik Johnston4-5/+83
2015-03-13Disable registration by defaultErik Johnston1-0/+4
2015-03-13Also bump dependency link versionErik Johnston1-2/+2
2015-03-12bump dep on syweb 0.6.5Matthew Hodgson2-3/+4
2015-03-12More sacrifices to the pep8 gods.David Baker1-2/+8
2015-03-11Log the matching push rule.David Baker1-2/+4
2015-03-11Appease pep8Paul "LeoNerd" Evans1-2/+2
2015-03-11Also give _execute() a descriptionPaul "LeoNerd" Evans6-12/+10
2015-03-11Add a description to storage layer's _execute_and_decode()Paul "LeoNerd" Evans5-6/+9
2015-03-11Again, underscore, not hyphenDavid Baker1-1/+1
2015-03-11'false' is not FalseDavid Baker1-5/+5
2015-03-11PEP8 blank linesDavid Baker1-0/+1
2015-03-10Add the master push rule for the break-my-push button. Allow server default r...David Baker4-33/+63
2015-03-10These aren't defined for redacted events so don't crashDavid Baker1-2/+4
2015-03-10Fix bug in logging.Erik Johnston1-5/+5
2015-03-10in_thread takes no argumentsErik Johnston1-1/+1
2015-03-10Fix bug in logging.Erik Johnston1-1/+1
2015-03-10Split out the 'run' from 'setup'Erik Johnston1-26/+27
2015-03-10Add documentation. When starting via twistd respect soft_file_limit config op...Erik Johnston1-2/+17
2015-03-09Fix testsErik Johnston3-10/+10
2015-03-09Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This us...Erik Johnston5-11/+12
2015-03-09D'oh: underscore, not hyphenDavid Baker1-1/+1
2015-03-06Call notifications should be override else they'll get clobbered by sender/ro...David Baker1-21/+21
2015-03-06When setting display name more graciously handle failures to update room state.Erik Johnston1-7/+13
2015-03-06Dial down logging for failed pushersDavid Baker1-1/+1
2015-03-06Update CHANGES to reflect no more fallback ruleDavid Baker1-1/+0
2015-03-06Specify when we don't want to highlightDavid Baker1-2/+17
2015-03-06Remove the fallback rule - we probably don't want to be notifying for everyth...David Baker1-9/+1
2015-03-06Update CHANGESErik Johnston1-2/+31
2015-03-06Update UPGRADES.rstErik Johnston1-5/+2
2015-03-06Add attribute so push gateways can tell if a member event is about the user i...David Baker1-0/+1
2015-03-06Bump versionErik Johnston1-1/+1
2015-03-06Schema change as delta in v14David Baker1-0/+0
2015-03-06Add more server default rules so we have default rules for whether you get no...David Baker2-6/+76
2015-03-06Unused importErik Johnston1-1/+1
2015-03-06Comment typoDavid Baker1-1/+1
2015-03-06Don't look for an TLS private key if we have set --no-tlsErik Johnston3-8/+17
2015-03-06Suppress notices should trump content/room/sender rules.David Baker1-13/+13
2015-03-06Add the highlight tweak where messages should be highlighted a different colo...David Baker1-0/+4
2015-03-06Add some randomness to the user specified timeout on event streams to mitigat...Erik Johnston1-0/+9
2015-03-05Appease pep8Paul "LeoNerd" Evans1-19/+27
2015-03-05Append a $ on PATH at registration time, meaning each PATH attribute doesn't ...Paul "LeoNerd" Evans1-13/+14
2015-03-05Slightly neater(?) arrangement of authentication wrapper for HTTP servlet met...Paul "LeoNerd" Evans1-25/+37
2015-03-05Remove the dead 'rate_limit_origin' method from TransportLayerServerPaul "LeoNerd" Evans1-6/+0
2015-03-05Move federation API responding code out of weird mix of lambdas into Servlet-...Paul "LeoNerd" Evans1-170/+130
2015-03-05Log error message when we fail to fetch remote server keysErik Johnston1-2/+11
2015-03-05DocsErik Johnston1-0/+2
2015-03-05Remove unecessary checkErik Johnston1-6/+0
2015-03-05Respect min_depth argumentErik Johnston1-4/+6
2015-03-05Docs.Erik Johnston1-0/+16
2015-03-05Slightly reduce the insane amounts of indentation in main http server respons...Paul "LeoNerd" Evans1-21/+23
2015-03-05Handle if get_missing_pdu returns 400 or not all events.Erik Johnston2-15/+100
2015-03-05Rename rooms_to_listeners to room_to_listeners, for consistency with user_ an...Paul "LeoNerd" Evans1-8/+8
2015-03-04Give LruCache a __len__, so that len(cache) worksPaul "LeoNerd" Evans1-0/+7
2015-03-04Add default rule to suppress notices.David Baker1-0/+13
2015-03-04Note that we don't specify execution orderErik Johnston1-0/+4
2015-03-04s/schema_deltas/applied_schema_deltas/Erik Johnston2-9/+11
2015-03-04s/%r/%s/Erik Johnston1-1/+1
2015-03-04Add example directory structures in docErik Johnston1-1/+36
2015-03-04Use if not results rather than len, as per feedback.David Baker1-1/+1
2015-03-04Don't assume db conn is a Context Manager.Erik Johnston1-1/+5
2015-03-04Add unique constraint on schema_version.lock schema. Use conflict clause in sql.Erik Johnston2-4/+5
2015-03-04Change to use logger in db upgrade scriptErik Johnston1-1/+4
2015-03-04Use context manager with db conn to correctly commit and rollbackErik Johnston1-11/+11
2015-03-04Actually add full_schemas dirErik Johnston12-0/+645
2015-03-04More docs. Rename 'schema/current' to 'schema/full_schemas'Erik Johnston13-652/+23
2015-03-04Add some docs and remove unused variablesE