1. 10 Feb, 2016 1 commit
    • woogerboy21's avatar
      Update replay maintenance script · 8f819dfa
      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.
      8f819dfa
  2. 03 Sep, 2015 1 commit
  3. 11 Aug, 2015 2 commits
  4. 14 Jul, 2015 2 commits
  5. 11 Jul, 2015 4 commits
    • woogerboy21's avatar
      Added log maint script · ff5ea7fc
      woogerboy21 authored
      Added log maint script
      ff5ea7fc
    • woogerboy21's avatar
      Added -e option · 9338e7e7
      woogerboy21 authored
      Added -e option by request
      Updated process checking method to allow -e option
      9338e7e7
    • woogerboy21's avatar
      Cleanup · 10019bf9
      woogerboy21 authored
      Added -u options by request.
      Removed line for running log cleanup prior to backup.
      Added abort warning.
      10019bf9
    • woogerboy21's avatar
      Update DB Scripts · 04c09647
      woogerboy21 authored
      Added backup / restore scripts.
      Added table size script
      Updated existing scripts to use variable location for mysql.cnf file
      04c09647
  6. 23 May, 2015 1 commit
  7. 22 May, 2015 1 commit
    • Gavin Bises's avatar
      Add first draft of protocol extension for registration · 735fcbf3
      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...
      735fcbf3
  8. 06 Mar, 2015 1 commit
    • woogerboy21's avatar
      Script to add the first admin account · ebaeae00
      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".
      ebaeae00
  9. 26 Feb, 2015 1 commit
  10. 02 Jul, 2014 2 commits
    • woogerboy21's avatar
      Example Update · 9ba74fee
      woogerboy21 authored
      Renamed mysql configuration file to include example extension and set
      git to ignore mysql.cnf per request.
      9ba74fee
    • woogerboy21's avatar
      Optimization · b2787366
      woogerboy21 authored
      Updates for performance improvements per request
      b2787366
  11. 01 Jul, 2014 1 commit
    • woogerboy21's avatar
      DB Maint Scripts · 2b551701
      woogerboy21 authored
      External shell script to help maintain the cockatrice database tables.
      2b551701