- 10 Feb, 2016 1 commit
-
-
woogerboy21 authored
Update the replay maintenance script to allow for rolling replay maintenance along with cleanup of the two associated db tables (replay access and games). This updated script will now allow players to see the past X days (8 by default) of replays rather than loosing all replays from the point in the the script gets run.
-
- 03 Sep, 2015 1 commit
-
-
Gavin Bisesi authored
This is intended to be an example of using the protocol from something other than C++ and to be a building block for future test clients.
-
- 11 Aug, 2015 2 commits
-
-
woogerboy21 authored
-
woogerboy21 authored
-
- 14 Jul, 2015 2 commits
-
-
woogerboy21 authored
Updated description in script to clarify things.
-
woogerboy21 authored
Added the ability to specify custom database name. Added the ability to specify custom table prefix. Created sub folders for operating systems.
-
- 11 Jul, 2015 4 commits
-
-
woogerboy21 authored
Added log maint script
-
woogerboy21 authored
Added -e option by request Updated process checking method to allow -e option
-
woogerboy21 authored
Added -u options by request. Removed line for running log cleanup prior to backup. Added abort warning.
-
woogerboy21 authored
Added backup / restore scripts. Added table size script Updated existing scripts to use variable location for mysql.cnf file
-
- 23 May, 2015 1 commit
-
-
Fabio Bas authored
* added missing bits of serverside code; * added fronted in client; * removed demo python scripts;
-
- 22 May, 2015 1 commit
-
-
Gavin Bises authored
Stub for registration command handling in server First draft of handling registration requests WIP (will be rebased) clean up bad imports (rebase this later) Finish checkUserIsBanned method Add username validity check Check servatrice registration settings WIP Finish(?) server side of registration Needs testing Fix switch case compile failure I have no idea why I have to do this WIP for registration testing python script Stub register script initial attempt Rearrange register script First try at sending reg register.py sends commands correctly now Add more debug to register.py Pack bytes the right way - servatrice can parse py script sends now register.py should be working now Parse xml hack correctly Log registration enabled settings on server start Insert gender correctly on register Show tcpserver error message on failed gameserver listen Fail startup if db configured and can't be opened. TIL qt5 comes without mysql by default in homebrew...
-
- 06 Mar, 2015 1 commit
-
-
woogerboy21 authored
Script to add the first admin account to the servatrice database. Running this script after setting up a servatrice server will add the user account "servatrice" with the password of "password".
-
- 26 Feb, 2015 1 commit
-
-
woogerboy21 authored
Fix #782 The script will remove any registered user accounts that are not active that are 5 days old or older (by default). You can change the time frame to whatever liking you desire.
-
- 02 Jul, 2014 2 commits
-
-
woogerboy21 authored
Renamed mysql configuration file to include example extension and set git to ignore mysql.cnf per request.
-
woogerboy21 authored
Updates for performance improvements per request
-
- 01 Jul, 2014 1 commit
-
-
woogerboy21 authored
External shell script to help maintain the cockatrice database tables.
-