summaryrefslogtreecommitdiffstats
path: root/src/chat-server/post.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-1/+1
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-2/+2
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-9/+9
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-4/+4
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-4/+3
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* A host of code style changesThorbjørn Lindeijer2009-12-061-14/+7
* Fixes for some compile warningsBjørn Lindeijer2009-03-101-2/+4
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-241-3/+3
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-031-2/+2
* Fixed some compile warnings.Bjørn Lindeijer2008-10-211-1/+1
* Added post communication between chat and game servers.David Athay2008-09-191-0/+69
* Added postal system to chat server, and modified tick time.David Athay2008-09-181-0/+101