summaryrefslogtreecommitdiff
path: root/src/chat-server/post.hpp
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06A host of code style changesThorbjørn Lindeijer1-6/+6
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.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-11Removed some DOS newlines from mixed filesBjørn Lindeijer1-23/+23
2008-11-03Added tables and statements to store and retrieve letters. Attachments not ↵Andreas Habel1-2/+25
functional as long as items not stored as individual items.
2008-09-19Added post communication between chat and game servers.David Athay1-4/+59
2008-09-18Added postal system to chat server, and modified tick time.David Athay1-0/+110