summaryrefslogtreecommitdiff
path: root/src/channel.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-11-12Removed some Channel and ChannelTab related sillinessThorbjørn Lindeijer1-4/+0
* Channel always has a ChannelTab, so need to check it for null * Removed duplicate handling of 'topic' command * No need to set Channel::mTab twice Reviewed-by: Yohann Ferreira
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-4/+4
We don't use underscores in the filenames generally, and let's be consistent on that matter.
2009-03-26Major clean up of ChatTab handlingJared Adams1-0/+2
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game.
2009-03-26Add ChannelTab for chat channelsJared Adams1-0/+14
This fixes TMWServ compilation form the previous commit.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-25A host of code style fixesBjørn Lindeijer1-11/+8
Mostly putting & and * in the right place and making some getters const.
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-06-10add commandhandler class and fix / add some commandsRoderic Morris1-19/+0
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-9/+63
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+2
2007-08-13Fixed svn properties.Guillaume Melquiond1-41/+41
2007-03-03Fixed auto-character-select and switch_character combination. Added ↵Rogier Polak1-1/+1
svn-properties keyword and eol-style, where appropriate.
2007-02-27forgot some files in last commitPhilipp Sehmisch1-0/+41