summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-15* Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel4-121/+273
2008-09-10* Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel6-23/+165
2008-08-28Better SQL query used for expired bans.David Athay2-46/+5
2008-08-28Added checking for expired bans.David Athay3-0/+67
2008-08-28Set banned user's level to AL_BANNEDDavid Athay1-1/+2
2008-08-18Changed guilds to use character id.David Athay3-40/+35
2008-08-18Misc fixes with guildDavid Athay1-1/+1
2008-07-28fix crash from last commit, guild fixes, damage calculation fixRoderic Morris1-7/+7
2008-07-22Save guild member permissions to dbDavid Athay3-5/+34
2008-07-07Added party support between account and game servers.David Athay2-215/+12
2008-06-26fix compile error, and improve guild related methodsRoderic Morris1-2/+4
2008-06-15work around for members not being added to their guildsRoderic Morris1-1/+9
2008-06-03stop storing channels in the db, send channel announcementsRoderic Morris3-148/+1
2008-05-30Register chat clients with their account level, don't assume normal user (patchBjørn Lindeijer1-1/+1
2008-04-25Realigned Email already exists error return value and removed GetEmail AddressYohann Ferreira1-24/+1
2008-04-23Updated documentation a bit.Bjørn Lindeijer1-1/+0
2008-04-23Fixed docs not to mention encryption, since all we do is hashing. Also, sinceBjørn Lindeijer1-27/+22
2008-04-23Switched to alternative SHA-256 implementation from InspIRCd.Bjørn Lindeijer1-16/+13
2008-04-22Fixed some small issues.Bjørn Lindeijer1-1/+1
2008-04-21Added password and email encryption server-side using SHA256.Yohann Ferreira2-11/+19
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-1/+2
2008-04-18Fixed 'Password changes' and 'Unregistering'.Yohann Ferreira2-6/+10
2008-04-01Consolidated public and private channels into one,David Athay2-5/+8
2008-03-06Fixed telling clients what guilds they are in after they reconnectDavid Athay1-2/+3
2008-03-05Fixed guild creation.David Athay2-3/+8
2008-03-04Changed Makefile.am so server now builds, added initialising guild managerDavid Athay1-1/+3
2008-02-28Added placeholder function so that account server now compiles.David Athay1-0/+9
2008-02-28Work in Progress commit of guilds.David Athay8-464/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch5-18/+127
2007-12-18fixed an sql statement that I broke with the last commit.Philipp Sehmisch1-1/+1
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch2-20/+15
2007-09-23Simplified interface of the handler used for connections from game servers to...Guillaume Melquiond4-109/+107
2007-09-23Simplified interface of the connection handler used for clients of the accoun...Guillaume Melquiond4-232/+173
2007-09-23Robustified code with respect to insertion failures.Guillaume Melquiond1-2/+3
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond3-26/+24
2007-09-16Added global accounting of beings.Guillaume Melquiond3-6/+96
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond3-60/+79