summaryrefslogtreecommitdiff
path: root/src/chat-server/post.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer1-18/+13
2023-05-15General code cleanupsThorbjørn Lindeijer1-2/+2
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-7/+6
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-1/+1
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-2/+2
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-9/+9
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-4/+4
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-4/+3
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-12-06A host of code style changesThorbjørn Lindeijer1-14/+7
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-2/+4
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-3/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-03Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel1-2/+2
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-1/+1
2008-09-19Added post communication between chat and game servers.David Athay1-0/+69
2008-09-18Added postal system to chat server, and modified tick time.David Athay1-0/+101