summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.hpp
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-50/+0
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira1-1/+2
I also made it required to start properly since it's now the case. Reviewed-by: Jaxad0127.
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer1-1/+1
Reviewed-by: Jared Adams
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer1-1/+1
Needed when the server has multiple network interfaces and the one you want to use isn't the default one for localhost. The host to listen on can be set in config file with 'net_listenHost'.
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-1/+1
Same as for the client.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-09-23Simplified interface of the connection handler used for clients of the ↵Guillaume Melquiond1-111/+22
account server.
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond1-4/+3
of accounts and characters in server memory. Cleaned some code.
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-1/+3
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer1-2/+2
messages, defining a method for each handled message and some code formatting cleanup and corrected headers.
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+7
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-0/+48
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer1-0/+3
fixed the issue where a client is not logged in after registering (patch by Rogier Polak).
2007-01-07 r149@saline: gmelquio | 2007-01-07 15:27:50 +0100Guillaume Melquiond1-1/+1
Remove useless parameter.
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+82
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.