summaryrefslogtreecommitdiff
path: root/src/chat-server/post.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06A host of code style changesThorbjørn Lindeijer1-14/+7
Removed pointless void in method parameter lists, fixed methods and variables that started with upper case, removed pointless 'const' for stuff passed by value, made some getters const, etc.
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-2/+4
Mostly comparisons between signed and unsigned integers
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 ↵Andreas Habel1-2/+2
functional as long as items not stored as individual items.
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