1. 05 Jul, 2015 1 commit
  2. 24 Jun, 2015 1 commit
  3. 22 Jun, 2015 1 commit
  4. 20 Jun, 2015 1 commit
    • Matt Lowe's avatar
      Moved username formatting to INI file · a795d7d8
      Matt Lowe authored
      Rather than having the username limitations hard coded, I have moved it
      into the ini file. I have added some examples to the code and also to
      the ini.
      
      This is only and example and can be expanded on by others.
      a795d7d8
  5. 03 Jun, 2015 1 commit
  6. 31 May, 2015 1 commit
  7. 25 May, 2015 1 commit
  8. 24 May, 2015 2 commits
    • Fabio Bas's avatar
      gcc -Werror=unused-parameter · 13b8fd45
      Fabio Bas authored
      13b8fd45
    • Fabio Bas's avatar
      More work · 471f6371
      Fabio Bas authored
       * Refactored code out of common/ into servatrice/
       * added smtp client library
       * disable registration when connected
       * validate email address
       * send activation token via email
      471f6371
  9. 23 May, 2015 4 commits
  10. 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
  11. 11 May, 2015 1 commit
  12. 02 May, 2015 1 commit
  13. 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
  14. 21 Apr, 2015 1 commit
  15. 19 Apr, 2015 1 commit
  16. 17 Apr, 2015 1 commit
  17. 16 Apr, 2015 2 commits
  18. 13 Apr, 2015 2 commits
  19. 12 Apr, 2015 3 commits
    • 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
  20. 08 Apr, 2015 2 commits
  21. 27 Mar, 2015 1 commit
  22. 14 Mar, 2015 1 commit
  23. 12 Feb, 2015 1 commit
  24. 04 Feb, 2015 1 commit
  25. 29 Jan, 2015 3 commits
  26. 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
  27. 01 Jan, 2015 2 commits