summaryrefslogtreecommitdiff
path: root/src/net/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-285/+0
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-104/+214
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-2/+1
2009-02-05Exposed some more strings I found to be translatable.Ira Rice1-2/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-12/+42
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-07-07get rid of channel registering related codeRoderic Morris1-34/+0
2008-06-25handle topic changes and guild eventsRoderic Morris1-1/+7
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-16/+17
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-115/+196
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer1-66/+9
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-10/+33
2008-05-08Fixed initialisation in caseDavid Athay1-1/+2
2008-05-07Made say messages from being ID 0 display as messages from server.Philipp Sehmisch1-2/+8
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay1-3/+11
2008-04-15Added online status of guild membersDavid Athay1-1/+22
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay1-0/+11
2008-04-10Implemented support for whispering to other players (patch by peavey).Bjørn Lindeijer1-0/+34
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-0/+1
2007-12-22Make sure chat messages are also trimmed for the local player.Bjørn Lindeijer1-0/+1
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-14/+14
2007-09-20Fixed some compilation warning.Guillaume Melquiond1-1/+0
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-0/+2
2007-08-24Added trimming of name for new character creation and of chat messagesBjørn Lindeijer1-0/+2
2007-03-13Removed some tabsRogier Polak1-3/+3
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-0/+76
2006-09-02Switched to short IDs for beings.Guillaume Melquiond1-2/+4
2006-08-26Implemented "say around" chat.Guillaume Melquiond1-0/+17
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-10/+10
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-5/+5
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-4/+4
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-4/+4
2006-03-18Added a toString conversion function.Björn Steinbrink1-4/+4
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+118