1. 11 Jun, 2015 1 commit
  2. 05 Jun, 2015 1 commit
  3. 04 Jun, 2015 1 commit
  4. 03 Jun, 2015 1 commit
  5. 02 Jun, 2015 1 commit
  6. 01 Jun, 2015 1 commit
  7. 31 May, 2015 5 commits
  8. 30 May, 2015 5 commits
  9. 25 May, 2015 2 commits
  10. 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
  11. 23 May, 2015 13 commits
  12. 22 May, 2015 7 commits
    • poixen's avatar
      Merge pull request #1100 from poixen/new_sounds · 43c9f4e1
      poixen authored
      Updated sounds
      43c9f4e1
    • woogerboy21's avatar
      Merge pull request #1098 from poixen/gui_time_limit · 3532c31d
      woogerboy21 authored
      Increased server shutdown limit
      3532c31d
    • 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
    • Matt Lowe's avatar
      fixed conflicts · 4c1e24c2
      Matt Lowe authored
      4c1e24c2
    • poixen's avatar
      Merge pull request #1086 from poixen/sounds · d1b24348
      poixen authored
      updated sounds
      d1b24348
    • poixen's avatar
      Merge pull request #1087 from poixen/room_type · 8eeec5ac
      poixen authored
      Added game type to tab title
      8eeec5ac
    • Matt Lowe's avatar
      Added game type to tab title · 7ac0f6f4
      Matt Lowe authored
      + The game type(s) is now displayed in the tab
      + Reformatted tab title
      7ac0f6f4