May I ask why you asked this question? It's unusual for someone to ask this.
I'm trying to compile the master server for 2.0.5 and above, but I keep getting an error. Also, I don't know how to port forward a SRB2 master server. I don't know everything in the world. I don't really like mysql, because of errors. Well, things could be a lot worse. Mysql just hates me a lot. I'm going to uninstall mysql. I installed it just to make a master server for 2.0.5 and above. Mysql is only useful if you are on linux. If I'm going to make a master server I'm going to attempt to make my own master server gui that will actually compile on windows. It is not going to use mysql, because mysql isn't user friendly.
Dev-C++ Compile Log:
Compiler: Default compiler
Building Makefile: "A:\SRB2HE Source Code\tools\masterserver\Makefile.win"
Executing make...
make.exe -f "A:\SRB2HE Source Code\tools\masterserver\Makefile.win" all
g++.exe -D__DEBUG__ -c common.cpp -o ../../objs/MasterServer/common.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Wall -DDEBUG -fverbose-asm -fexpensive-optimizations -O3 -g3 -fmessage-length=0 -march=i386
g++.exe -D__DEBUG__ -c ipcs.cpp -o ../../objs/MasterServer/ipcs.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Wall -DDEBUG -fverbose-asm -fexpensive-optimizations -O3 -g3 -fmessage-length=0 -march=i386
g++.exe -D__DEBUG__ -c srvlist.cpp -o ../../objs/MasterServer/srvlist.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Wall -DDEBUG -fverbose-asm -fexpensive-optimizations -O3 -g3 -fmessage-length=0 -march=i386
g++.exe -D__DEBUG__ -c crypt.cpp -o ../../objs/MasterServer/crypt.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Wall -DDEBUG -fverbose-asm -fexpensive-optimizations -O3 -g3 -fmessage-length=0 -march=i386
g++.exe -D__DEBUG__ -c stats.cpp -o ../../objs/MasterServer/stats.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Wall -DDEBUG -fverbose-asm -fexpensive-optimizations -O3 -g3 -fmessage-length=0 -march=i386
g++.exe -D__DEBUG__ -c server.cpp -o ../../objs/MasterServer/server.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Wall -DDEBUG -fverbose-asm -fexpensive-optimizations -O3 -g3 -fmessage-length=0 -march=i386
g++.exe -D__DEBUG__ ../../objs/MasterServer/common.o ../../objs/MasterServer/ipcs.o ../../objs/MasterServer/srvlist.o ../../objs/MasterServer/crypt.o ../../objs/MasterServer/stats.o ../../objs/MasterServer/server.o -o "..\..\bin\MasterServer.exe" -L"C:/Dev-Cpp/lib" -lwsock32 -lmysql -g3 -fmessage-length=0 -march=i386
../../objs/MasterServer/server.o(.text+0x1ae4): In function `Z13LIVE_AuthUserjPc':
C:/Dev-Cpp/include/c++/3.4.2/ext/new_allocator.h:62: undefined reference to `md5(std::string)'
collect2: ld returned 1 exit status
make.exe: *** [../../bin/MasterServer.exe] Error 1
Execution terminated