summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp6-194/+328
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2-5/+76
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer1-1/+1
2010-05-29Made the logLevel be taken from configuration for both servers.Yohann Ferreira1-27/+38
2010-05-28Added some more log infos, and made small cleanups.Yohann Ferreira1-0/+5
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer3-9/+8
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer2-35/+18
2010-02-23Removed some unnecessary log messagesPhilipp Sehmisch1-1/+0
2010-02-22Send update host also with registration responseThorbjørn Lindeijer1-3/+8
2010-02-07Update Copyright date for Manaserv.Bertram13-13/+13
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-1/+1
2010-01-18Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2-6/+2
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2-2/+6
2010-01-08Added tracing of kill count for each monster per characterPhilipp Sehmisch3-3/+101
2009-12-18Instead of sending http://update.manasource.org/ don't send any update host i...Chuck Miller1-1/+3
2009-12-18Makes server send the update host from defaultUpdateHost config (defaults to ...Chuck Miller1-0/+1
2009-12-06Added a method of updating the passwords of an existing databaseThorbjørn Lindeijer2-4/+51
2009-12-06Moved storagesql.hpp into storage.hppThorbjørn Lindeijer2-152/+44
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer6-71/+72
2009-12-06Moved DALStorage documentation into source fileThorbjørn Lindeijer3-302/+208
2009-12-06Removed obsolete commented out code from DALStorageThorbjørn Lindeijer1-79/+6
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer14-147/+141
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer7-17/+17
2009-12-06A host of code style changesThorbjørn Lindeijer2-80/+54
2009-12-04Added server-sided SHA256 encryption of passwords as discussed.Philipp Sehmisch1-8/+4
2009-12-04Moved password hashing during registration to the client.Philipp Sehmisch1-3/+3
2009-12-04register credential information service and basic code structure for captcha ...Philipp Sehmisch1-9/+46
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer3-40/+40
2009-10-18Some random cleanupsThorbjørn Lindeijer2-3/+3
2009-10-17Also close gracefully on receiving the TERM signalThorbjørn Lindeijer1-0/+1
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram3-2/+3
2009-10-07Added a warning to accountserver when using the default inter-server password.Philipp Sehmisch1-0/+7
2009-10-07Adds server auth, also adds the "net_password" configure optionChuck Miller1-1/+14
2009-10-03Limit login attempt frequency based on IP addressThorbjørn Lindeijer5-59/+27
2009-10-03Some cleanupThorbjørn Lindeijer1-133/+143
2009-10-01Adds code for saving and getting status effects from the databaseChuck Miller3-0/+101
2009-09-30Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2-1/+6
2009-08-23Added table and view to prepare reporting of transaction log.Andreas Habel1-1/+1
2009-08-17Update table tmw_accounts. Added columns to store secret key and expirationAndreas Habel1-1/+1
2009-08-14Bugfix for storing transaction messages for new created characters.Andreas Habel1-2/+3
2009-07-10Changed BindInteger and BindString to BindValueDavid Athay1-23/+23
2009-07-10Changed database to using prepared statements, to stop SQL injection attacksDavid Athay2-65/+170
2009-07-03Makes Skills non hard codedChuck Miller3-13/+21
2009-05-24Stopped tmwserv from writing to its configuration fileBjørn Lindeijer1-26/+41
2009-05-24More code style fixesBjørn Lindeijer1-2/+1
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer5-9/+11
2009-05-24Fixed a few code style issuesBjørn Lindeijer2-2/+2
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer10-105/+114
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-67/+43
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-1/+1