summaryrefslogtreecommitdiff
path: root/src/net/ea/loginhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-01-10Change code styleAndrei Karas1-2/+4
2009-12-04Register credentials information serviceJared Adams1-0/+6
2009-12-04Using the updatehost that was given by EAthenaStefan Dombrowski1-0/+1
This is a patch for http://mantis.themanaworld.org/view.php?id=970
2009-12-02Centralize netcode handler instances in NetJared Adams1-1/+1
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler.
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-1/+1
2009-11-02Fix segfault after login error under eAthena buildJared Adams1-1/+0
2009-10-07Clean up state machine some moreJared Adams1-1/+1
2009-10-06Some cleanup regarding keeping track of gender for eAthenaThorbjørn Lindeijer1-15/+20
LoginHandler now owns the world list and the token, instead of having them as global variables with pointers to the 'sex' member of the token from the GUI.
2009-10-03Polish login procedure and fix some bugs with itJared Adams1-0/+3
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations.
2009-10-03Do some more post-merge cleanupJared Adams1-5/+6
Fixes a few more bugs
2009-09-30Merge login state machines for both clientsJared Adams1-24/+70
Also do some cleanup and refactoring of related code.
2009-08-07Gettext fixesKess Vargavind1-11/+11
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-05-25Fix some text I forgot to update after snatching it from tmwserv client.Dennis Friis1-1/+1
2009-05-25Nuke some tabs I put in here.Dennis Friis1-1/+1
2009-05-25Add athena netcode for changing account password.Dennis Friis1-1/+35
2009-05-21Fixed a few strings for better translationKess Vargavind1-1/+1
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-2/+2
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-05-04Fix char-server default selection to be firstJared Adams1-4/+4
Also send a different version to the login-server to tell it to send the main char-server first.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-18Make sure every eAthena packet has a #defineJared Adams1-4/+4
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-20/+29
Abstracts it away and out of main.cpp and register.cpp.
2009-04-07Make GeneralHandlers for both networksJared Adams1-22/+55
Also make Net::LogoutHandler
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-12/+14
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+158
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!