summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-06Added transactional history to game server.David Athay4-51/+18
2009-03-05Added transactions for chat events.David Athay2-9/+19
2009-03-05Added transactional historyDavid Athay5-1/+162
2009-03-02Fixed default values of numHairStyles und numHairColorsPhilipp Sehmisch1-2/+2
2009-02-24Forgot two config key renames and a little style fixPhilipp Sehmisch2-2/+3
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-19/+32
2009-01-27Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay1-1/+1
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2-2/+2
2009-01-25Compile without warnings and made getIP() constBjørn Lindeijer1-1/+1
2009-01-12Added getting IP, and restricting time between loginsDavid Athay3-0/+34
2008-12-12Fixed game server crash and code styleBjørn Lindeijer1-2/+2
2008-12-06Fixes map warp issues, and has a better starting locationChuck Miller1-2/+2
2008-12-01Added new table to store online users. See mantis #553Andreas Habel4-1/+66
2008-11-30Add sync Buffer according to mantis #550Andreas Habel4-53/+148
2008-11-21Added bandwidth monitor to account server. Fixes compile errors.David Athay3-2/+9
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer14-30/+0
2008-11-15Properly handle exceptions when opening databaseBjørn Lindeijer2-21/+17
2008-11-14Added check for database version on startup of Accountserver.Andreas Habel1-13/+18
2008-11-05Fixed reusage of ostringstream. Now calling clear() before str("") to reset s...Andreas Habel1-0/+9
2008-11-05Splitting image name and dye string of items while synchronizing local databa...Andreas Habel1-2/+11
2008-11-05* Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel3-14/+83
2008-11-05Added version information to item database. Gameserver reports its local vers...Andreas Habel3-0/+80
2008-11-03Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel3-4/+127
2008-10-27Compile fixes and warning fixes.Bjørn Lindeijer2-1/+2
2008-10-27Added changing player's character and account level (game-server commit to co...David Athay3-13/+75
2008-10-26Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer1-2/+6
2008-10-24Added post callback for getting post.David Athay1-0/+13
2008-10-24Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel3-25/+75
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-2/+2
2008-10-21Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay4-20/+42
2008-10-13fixed bug 456: erroneous sql query at character saveAndreas Habel1-6/+6
2008-09-19Added post communication between chat and game servers.David Athay2-0/+99
2008-09-19* Doxygen now writes all warnings into a separate fileAndreas Habel3-48/+120
2008-09-17* Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel3-604/+278