servatrice/common
Gavin Bises 735fcbf311 Add first draft of protocol extension for registration
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...
2015-05-22 18:55:51 +02:00
..
pb Add first draft of protocol extension for registration 2015-05-22 18:55:51 +02:00
sfmt Updated SFMT RNG code, removed Qt RNG 2014-03-08 17:08:40 +01:00
CMakeLists.txt CMake: support fir linking against qt5 2014-06-21 14:12:55 +02:00
color.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
decklist.cpp Removed redundant constructor 2015-03-06 21:09:18 +01:00
decklist.h Removed redundant constructor 2015-03-06 21:09:18 +01:00
get_pb_extension.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
get_pb_extension.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server.cpp Add first draft of protocol extension for registration 2015-05-22 18:55:51 +02:00
server.h Add first draft of protocol extension for registration 2015-05-22 18:55:51 +02:00
server_abstractuserinterface.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_abstractuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_card.cpp Fixed issue with non creature perms set to 0/0 2015-04-26 00:57:31 +02:00
server_card.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_cardzone.cpp Fix remaining issues 2015-02-22 20:02:58 +01:00
server_cardzone.h Fix remaining issues 2015-02-22 20:02:58 +01:00
server_counter.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_counter.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_database_interface.cpp Overhaul common's CMakeLists.txt 2014-06-11 01:24:34 +02:00
server_database_interface.h Add first draft of protocol extension for registration 2015-05-22 18:55:51 +02:00
server_game.cpp Reduce the whitespace in the server game constructor. 2015-02-03 22:22:31 -08:00
server_game.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_metatypes.h cleanups, games work with ISL, now we just need to clean up better when the ISL connection dies 2012-03-18 18:48:14 +01:00
server_player.cpp Merge pull request #1051 from poixen/reveal_top_x 2015-05-16 18:20:56 +02:00
server_player.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_player_reference.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_protocolhandler.cpp Add first draft of protocol extension for registration 2015-05-22 18:55:51 +02:00
server_protocolhandler.h Add first draft of protocol extension for registration 2015-05-22 18:55:51 +02:00
server_remoteuserinterface.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_remoteuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_response_containers.cpp Fixed Valgrind warnings 2014-08-11 10:08:33 +02:00
server_response_containers.h Merge pull request #126 from ctrlaltca/cmake_qt5 2014-07-10 13:13:51 -04:00
server_room.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_room.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
serverinfo_user_container.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
serverinfo_user_container.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
user_level.h Avoid compilation failure due to protobuf bug on osx 2015-02-21 07:16:51 -05:00