This post should give you an idea at which development state the server is.
- !!!Attention!!! The server runs only on Windows Server 2000, Windows Server 2003 and Windows Server "Longhorn" as it uses the very fast IOCP sockets which don't exist on standard operating systems!
* Network Core is nearly ready (IOCP sockets + special fast functions from microsoft to gain speed)
* Doesn't handle the OP Codes yet, it will be implemented soon
* Berkeley Database is nearly ready, it will be in a separate module clustered to the other modules
Here you can see a little log of the console:
Code:
Illidan Console started at Tue Jan 23 22:13:41 2007
Attempting to call Illidan::Master in Illidan.dll
Master> Entered Illidan::Master
Master> Calling Illidan::Core...
Master> Illidan::Core initialized
Master> Server ready, running 4 worker threads on 2 processor cores
Core> Incoming connection from 192.168.1.11
Core> [DEBUG] WSARecv(): got initial packet from IOCP socket (41 bytes)
Core> [DEBUG] The Worker Thread 4 received the unhandled OP Code 0x00 with data
Hexadecimal: 0x06250576F570205FFFFFFB01836387806E69570524672663C000FFFFFFC0FFFFFFA81B7494C4C4944414E
Chars: ♠% WoW ☻ ♣░↑68x niW RFrf< └?☺♂ILLIDAN
Core> A client has disconnected, Illidan::Core has removed it from the Client List and freed the concerned Memory space
Here is a screenshot of the server files: