summary refs log tree commit diff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handle all the places that can throw exceptionsErik Johnston2015-02-121-2/+5
|
* add some options and docMatthew Hodgson2015-02-071-5/+20
|
* create identicons for new users by default as default avatars, and provide ↵Matthew Hodgson2015-02-071-0/+24
| | | | script to update existing avatarless users
* Print out the auth events on failureErik Johnston2015-02-051-1/+1
|
* Add script to check and auth chain and current state of a roomErik Johnston2015-02-041-0/+65
|
* Move scripts into scriptsMark Haines2015-01-225-0/+83
|
* Add copyrighter script for sqlMark Haines2015-01-121-0/+33
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Change upgrade script to not check hashes or signaturesErik Johnston2014-12-161-46/+53
|
* Fix upgrade script to run all the missing deltas.Erik Johnston2014-12-161-0/+20
|
* Bump UPGRADES and CHANGESErik Johnston2014-12-161-0/+2
|
* Fix bugs in upgrade script.Erik Johnston2014-12-161-1/+5
| | | | | Handle the case when there are colons in server_name. Handle http exceptions more gracefully.
* Rename upgrade scriptErik Johnston2014-12-161-0/+0
|
* Include database bump in upgrade scriptErik Johnston2014-12-161-0/+2
|
* Merge pull request #25 from matrix-org/events_refactorMark Haines2014-12-162-0/+299
|\ | | | | Event refactor
| * Update upgrade scriptErik Johnston2014-12-161-2/+11
| |
| * Finish up upgrade scriptErik Johnston2014-12-151-30/+94
| |
| * Add beginnings of upgrade scriptErik Johnston2014-12-151-0/+223
| |
| * Fix bug where we ignored event_edge_hashes tableErik Johnston2014-12-151-0/+3
| |
* | Add a script for talking matrix federation adding X-Matrix AuthorizationMark Haines2014-12-151-0/+143
|/ | | | headers.
* Use correct default port in scripts/check_signature.pyErik Johnston2014-11-261-1/+1
|
* Fix bugs in generating event signatures and hashingErik Johnston2014-11-032-5/+8
|
* Script for checking event hashesMark Haines2014-11-031-0/+43
|
* handle server names with embeded portsMark Haines2014-11-031-0/+4
|
* script for checking signatures on signed jsonMark Haines2014-11-031-0/+70
|
* Add script to hash exisitng historyMark Haines2014-10-171-0/+69
|
* move gendoc into matrix-doc projectMatthew Hodgson2014-10-173-794/+0
|
* target live siteMatthew Hodgson2014-09-041-2/+2
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-032-3/+5
| | | | hasn't been incorporated in time for launch.
* doc generatorMatthew Hodgson2014-09-033-0/+792
|
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+33
copyrighter.pl whilst we're at it