1. 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
  2. 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
  3. 26 Feb, 2015 1 commit
  4. 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
  5. 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