summaryrefslogtreecommitdiff
path: root/src/account-server/main-account.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-09-19Added post communication between chat and game servers.David Athay1-0/+7
2008-09-15* Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel1-0/+13
* Added table definition "tmw_world_states" to store map and world-specific variables * Extended DALStorage to set and get those new variables * Applied Kess's diff file from mantis #424 with modifications for PostgreSQL support
2008-08-28Added checking for expired bans.David Athay1-0/+3
2008-04-23Updated documentation a bit.Bjørn Lindeijer1-1/+0
2008-03-05Fixed guild creation.David Athay1-1/+2
2008-03-04Changed Makefile.am so server now builds, added initialising guild managerDavid Athay1-1/+3
2008-02-28Work in Progress commit of guilds.David Athay1-10/+4
2007-09-23Simplified interface of the handler used for connections from game servers ↵Guillaume Melquiond1-10/+5
to account server.
2007-09-23Simplified interface of the connection handler used for clients of the ↵Guillaume Melquiond1-8/+4
account server.
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-13/+10
2007-09-16Added global accounting of beings.Guillaume Melquiond1-6/+37
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond1-19/+19
of accounts and characters in server memory. Cleaned some code.
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-14/+0
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+7
2007-03-11Added a utils::processor namespace and a function to determine if, the ↵Rogier Polak1-1/+5
processor the program is running on, is little-endian or big-endian.
2007-03-10Added a utility function for creating magic_tokensRogier Polak1-0/+3
2007-03-05Added an abstrart base class for characterdata, in order to use the same ↵Rogier Polak1-1/+1
serialize and deserialize functions on both the accountserver and the gameserver.
2007-02-24Small modification to fix compilation issues on MS-WindowsRogier Polak1-0/+2
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer1-1/+12
queries and fixed a possible character collision error (patch by Rogier Polak).
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer1-33/+3
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time.
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ↵Guillaume Melquiond1-16/+16
needed messages.
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer1-2/+2
that fatal messages should always have highest log level.
2007-01-04Cleaned and updated project files, fixed Win32 PACKAGE_VERSION definition.Eugenio Favalli1-3/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+327
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.