Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -225/+0 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2008-11-20 | Renabled the dynamic updates | Bjørn Lindeijer | 1 | -60/+81 | |
The update host can be optionally received from the server in a succesful login response or register response message. This change also merged Subversion commits 4425 and 4426: ........ r4425 | b_lindeijer | 2008-07-18 00:52:53 +0200 (Fri, 18 Jul 2008) | 3 lines -- Added support for handling the custom eAthena packet that sends the update host (patch by Sanga). ........ r4426 | b_lindeijer | 2008-07-18 01:08:17 +0200 (Fri, 18 Jul 2008) | 3 lines -- Remove possible trailing slash at the end of the update host, since otherwise there'll be two of them. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-04-25 | Made the Email address change work more nicely with the server. | Yohann Ferreira | 1 | -0/+3 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -0/+32 | |
2008-04-18 | Made mislogins and misregistrations a little less annoying for the user. | Yohann Ferreira | 1 | -2/+2 | |
2008-04-18 | Made 'Unregister' and 'change password' functionnal, at least client-side. | Yohann Ferreira | 1 | -0/+31 | |
2007-11-21 | Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This | Bjørn Lindeijer | 1 | -3/+3 | |
is less confusing in 64-bit context and less conflicting with the 0.0 client. | |||||
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -0/+30 | |
switch_accountserver. | |||||
2006-11-02 | Removed some cruft that was needed for eAthena. | Björn Steinbrink | 1 | -3/+0 | |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -4/+4 | |
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER. | |||||
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -4/+4 | |
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code. | |||||
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 1 | -17/+2 | |
network code. | |||||
2006-08-13 | Verify the gender to prevent crashing when something is wrong with the ↵ | Bjørn Lindeijer | 1 | -2/+1 | |
communication. | |||||
2006-08-02 | Ported account registration to tmwserv. There's still a ↵ | Eugenio Favalli | 1 | -0/+34 | |
disconnection/reconnection between registration and login. | |||||
2006-07-26 | Removed char server selection dialog, and added character visualization in ↵ | Eugenio Favalli | 1 | -5/+13 | |
character selection dialog. | |||||
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ↵ | Eugenio Favalli | 1 | -61/+33 | |
protocol from tmwserv. | |||||
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -3/+4 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -0/+114 | |