1. 23 May, 2015 1 commit
  2. 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
  3. 11 May, 2015 1 commit
  4. 02 May, 2015 1 commit
  5. 28 Apr, 2015 1 commit
    • tooomm's avatar
      svg+png updates · a6970d96
      tooomm authored
      -updated and cleaned up cockatrice+servatrice svg's
      -added old original svg's for future adjustments
      -updated cockatrice+servatrice png's
      
      ico+icns updates
      
      -see #925 for more details
      -updated svg's as source for new icon files
      
      bmp updates
      
      -updated svg's as source for new installer logos
      
      cleaned up oracle.svg
      
      cleaned up oracle.svg /2
      
      svg updates /2
      
      removed sensible data
      
      `inkscape:export-filename` removed
      
      removed sensible data
      
      inkscape:export-filename
      
      removed sensible data
      
      inkscape:export-filename
      
      removed sensible data
      
      inkscape:export-filename
      
      fix
      
      fix2
      a6970d96
  6. 22 Apr, 2015 2 commits
    • Matt Lowe's avatar
      Changed to check every 10 mins · 66f854fe
      Matt Lowe authored
      66f854fe
    • Matt Lowe's avatar
      Updated server shutdown timer logic · e646122f
      Matt Lowe authored
      Will follow the following rules
      
      + send a message initially
      + send a message every 20 mins
      + send a message every min when time <= 5
      
      Updated client popup
      
      Updated client to close any previous popups and bring up a new one.
      
      NEEDS TO BE TESTED
      
      added missing include
      
      Added delete on close
      e646122f
  7. 21 Apr, 2015 1 commit
  8. 19 Apr, 2015 1 commit
  9. 17 Apr, 2015 1 commit
  10. 16 Apr, 2015 2 commits
  11. 13 Apr, 2015 2 commits
  12. 12 Apr, 2015 4 commits
    • Matt Lowe's avatar
      Updated ini · b9cda5e3
      Matt Lowe authored
      b9cda5e3
    • Matt Lowe's avatar
      Server was using message limit for commands · f46d68b5
      Matt Lowe authored
      Server was using getMaxMessageCountPerInterval over
      getMaxCommandCountPerInterval.
      
      Raised command limit from 10 to 20
      f46d68b5
    • Matt Lowe's avatar
      Restricted unreg usernames · 70ef9593
      Matt Lowe authored
      Can now only be made up of [a-z][A-Z][0-9][-_]
      70ef9593
    • Matt Lowe's avatar
      Updated message limit from 10 -> 15 · 8e61fb0b
      Matt Lowe authored
      I have updated the `maxMessageCountPerInterval` from 10 to 15. This will
      allow some faster play from exp users.
      
      NOTE:
      If you have an existing server and update to this version, you will need
      to manually change the value in the ini file, or have no ini file to
      begin with. Otherwise the old ini will load in 10.
      8e61fb0b
  13. 11 Apr, 2015 1 commit
  14. 08 Apr, 2015 2 commits
  15. 27 Mar, 2015 1 commit
  16. 14 Mar, 2015 1 commit
  17. 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
  18. 26 Feb, 2015 1 commit
  19. 12 Feb, 2015 1 commit
  20. 04 Feb, 2015 1 commit
  21. 29 Jan, 2015 3 commits
  22. 10 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Added Account Age · 02043ad4
      Matt Lowe authored
      + Added the ability to see the account age of registered users. Changes
      are both in server and client. The server will now send back the
      registration date along with the user data. The client will then use
      this to calculate the account age and display it in the user details
      window.
      02043ad4
  23. 01 Jan, 2015 2 commits
  24. 30 Dec, 2014 1 commit
  25. 28 Dec, 2014 1 commit
  26. 13 Dec, 2014 2 commits
  27. 18 Nov, 2014 3 commits