Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into develop | Mark Haines | 2015-09-07 | 1 | -6/+9 |
|\ | | | | | | | | | Conflicts: setup.py | ||||
| * | Make port script handle empty sent_transactions table | Erik Johnston | 2015-09-02 | 1 | -6/+9 |
| | | |||||
* | | update logger to match new ambiguous script name... | Matthew Hodgson | 2015-09-03 | 1 | -1/+1 |
|/ | |||||
* | Clean up scripts/ | Erik Johnston | 2015-08-27 | 4 | -373/+0 |
| | |||||
* | Revert register_new_matrix_user to use v1 api | Erik Johnston | 2015-05-22 | 1 | -2/+3 |
| | |||||
* | Support reading directly from a config | Erik Johnston | 2015-05-08 | 1 | -0/+3 |
| | |||||
* | Fix port_from_sqlite_to_postgres after changes to storage layer. | Erik Johnston | 2015-05-08 | 1 | -4/+2 |
| | |||||
* | Re-add scripts/register_new_matrix_user | Erik Johnston | 2015-05-06 | 1 | -0/+153 |
| | |||||
* | Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are ↵ | Erik Johnston | 2015-05-06 | 13 | -550/+2 |
| | | | | automatically added to the package | ||||
* | Check that postgres database has correct charset set | Erik Johnston | 2015-04-29 | 1 | -0/+4 |
| | |||||
* | Add better help to scripts/port_from_sqlite_to_postgres.py | Erik Johnston | 2015-04-28 | 1 | -5/+27 |
| | |||||
* | Quickly fix dodgy est. time remaining | Erik Johnston | 2015-04-28 | 1 | -7/+14 |
| | |||||
* | Correctly handle total/remaining counts in the presence of ↵ | Erik Johnston | 2015-04-28 | 1 | -1/+1 |
| | | | | sent_transasctions table | ||||
* | Correctly handle total/remaining counts in the presence of ↵ | Erik Johnston | 2015-04-28 | 1 | -123/+167 |
| | | | | sent_transasctions table | ||||
* | Remove accidentally committed debug hardcode hack | Erik Johnston | 2015-04-28 | 1 | -1/+2 |
| | |||||
* | Typo in port script | Erik Johnston | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Split setuping up and processing of tables | Erik Johnston | 2015-04-27 | 1 | -8/+23 |
| | |||||
* | Shuffle progress stuff | Erik Johnston | 2015-04-27 | 1 | -201/+174 |
| | |||||
* | Don't port over all of the sent_transactions table | Erik Johnston | 2015-04-27 | 1 | -38/+120 |
| | |||||
* | PEP8 | Erik Johnston | 2015-04-17 | 1 | -2/+1 |
| | |||||
* | Fix port script after storage changes. Add very simple (off by default) ↵ | Erik Johnston | 2015-04-17 | 1 | -171/+409 |
| | | | | curses UI to see progress. | ||||
* | Remove mysql/maria support | Erik Johnston | 2015-04-15 | 1 | -34/+24 |
| | |||||
* | Change port script to work with postgres | Erik Johnston | 2015-04-15 | 1 | -47/+67 |
| | |||||
* | Support running porting script multiple times | Erik Johnston | 2015-04-13 | 1 | -8/+100 |
| | |||||
* | Add beginnings of migration sqlite->maria db script | Erik Johnston | 2015-04-10 | 1 | -0/+271 |
| | |||||
* | SYN-67: Finish up implementing new database schema management | Erik Johnston | 2015-03-04 | 1 | -54/+0 |
| | |||||
* | Run deltas and bump user_version in upgrade script | Kegan Dougal | 2015-03-02 | 1 | -5/+23 |
| | |||||
* | Add upgrade script | Kegan Dougal | 2015-03-02 | 1 | -0/+36 |
| | |||||
* | Correctly handle all the places that can throw exceptions | Erik Johnston | 2015-02-12 | 1 | -2/+5 |
| | |||||
* | add some options and doc | Matthew Hodgson | 2015-02-07 | 1 | -5/+20 |
| | |||||
* | create identicons for new users by default as default avatars, and provide ↵ | Matthew Hodgson | 2015-02-07 | 1 | -0/+24 |
| | | | | script to update existing avatarless users | ||||
* | Print out the auth events on failure | Erik Johnston | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Add script to check and auth chain and current state of a room | Erik Johnston | 2015-02-04 | 1 | -0/+65 |
| | |||||
* | Move scripts into scripts | Mark Haines | 2015-01-22 | 5 | -0/+83 |
| | |||||
* | Add copyrighter script for sql | Mark Haines | 2015-01-12 | 1 | -0/+33 |
| | |||||
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Change upgrade script to not check hashes or signatures | Erik Johnston | 2014-12-16 | 1 | -46/+53 |
| | |||||
* | Fix upgrade script to run all the missing deltas. | Erik Johnston | 2014-12-16 | 1 | -0/+20 |
| | |||||
* | Bump UPGRADES and CHANGES | Erik Johnston | 2014-12-16 | 1 | -0/+2 |
| | |||||
* | Fix bugs in upgrade script. | Erik Johnston | 2014-12-16 | 1 | -1/+5 |
| | | | | | Handle the case when there are colons in server_name. Handle http exceptions more gracefully. | ||||
* | Rename upgrade script | Erik Johnston | 2014-12-16 | 1 | -0/+0 |
| | |||||
* | Include database bump in upgrade script | Erik Johnston | 2014-12-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #25 from matrix-org/events_refactor | Mark Haines | 2014-12-16 | 2 | -0/+299 |
|\ | | | | | Event refactor | ||||
| * | Update upgrade script | Erik Johnston | 2014-12-16 | 1 | -2/+11 |
| | | |||||
| * | Finish up upgrade script | Erik Johnston | 2014-12-15 | 1 | -30/+94 |
| | | |||||
| * | Add beginnings of upgrade script | Erik Johnston | 2014-12-15 | 1 | -0/+223 |
| | | |||||
| * | Fix bug where we ignored event_edge_hashes table | Erik Johnston | 2014-12-15 | 1 | -0/+3 |
| | | |||||
* | | Add a script for talking matrix federation adding X-Matrix Authorization | Mark Haines | 2014-12-15 | 1 | -0/+143 |
|/ | | | | headers. | ||||
* | Use correct default port in scripts/check_signature.py | Erik Johnston | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Fix bugs in generating event signatures and hashing | Erik Johnston | 2014-11-03 | 2 | -5/+8 |
| | |||||
* | Script for checking event hashes | Mark Haines | 2014-11-03 | 1 | -0/+43 |
| | |||||
* | handle server names with embeded ports | Mark Haines | 2014-11-03 | 1 | -0/+4 |
| | |||||
* | script for checking signatures on signed json | Mark Haines | 2014-11-03 | 1 | -0/+70 |
| | |||||
* | Add script to hash exisitng history | Mark Haines | 2014-10-17 | 1 | -0/+69 |
| | |||||
* | move gendoc into matrix-doc project | Matthew Hodgson | 2014-10-17 | 3 | -794/+0 |
| | |||||
* | target live site | Matthew Hodgson | 2014-09-04 | 1 | -2/+2 |
| | |||||
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 2 | -3/+5 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | doc generator | Matthew Hodgson | 2014-09-03 | 3 | -0/+792 |
| | |||||
* | add in copyrights to everything, not just the synapse subdir, and add a ↵ | Matthew Hodgson | 2014-08-13 | 1 | -0/+33 |
copyrighter.pl whilst we're at it |