summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-28Add /ignore and /unignore commandsJared Adams1-1/+14
These make it easy to ignore/unignore other players that aren't visible. Special versions are also available in WhisperTabs that don't need a name given.
2009-04-19Flesh out eAtehan party handlingJared Adams1-0/+5
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams1-25/+0
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands.
2009-04-15Rename the whisper tab creation commandsJared Adams1-1/+1
2009-04-15Make whisper tabs optionalJared Adams1-0/+5
2009-03-28Fix output location for CommandHandlerJared Adams1-19/+23
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-12/+0
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-7/+7
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-23Merge eA's command handling into CommandHandlerJared Adams1-1/+32
Also drop Aethyra's custom magic code
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-0/+10
2008-07-07get rid of channel registering related codeRoderic Morris1-5/+0
2008-07-07Added /party command.David Athay1-0/+5
2008-07-07Added help for each command based on mantis bug #359, thanks to ScraggyDavid Athay1-15/+15
2008-06-25handle topic changes and guild eventsRoderic Morris1-0/+6
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-0/+109