Age | Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-03 | eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09. | Andrei Karas | 1 | -0/+2 |
2014-10-17 | Add static in chathandler. | Andrei Karas | 1 | -7/+7 |
2014-10-13 | In chatHandler add function to join channel. | Andrei Karas | 1 | -0/+2 |
2014-10-13 | Add special method in charHandler to send message to channel. | Andrei Karas | 1 | -0/+3 |
2014-09-19 | eathena: add packet CMSG_CHAT_JOIN 0x00d9. | Andrei Karas | 1 | -0/+3 |
2014-09-16 | eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db. | Andrei Karas | 1 | -0/+2 |
2014-09-13 | Split processChat for each packet type. | Andrei Karas | 1 | -0/+2 |
2014-09-13 | Split processChat into two functions with net code and without. | Andrei Karas | 1 | -0/+3 |
2014-09-13 | Split processChat for gm messages and all other. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | eathena: add packet CMSG_REQUEST_IGNORE_LIST 0x00d3. | Andrei Karas | 1 | -0/+2 |
2014-09-11 | add packet CMSG_IGNORE_NICK 0x00cf. | Andrei Karas | 1 | -0/+4 |
2014-09-09 | eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. | Andrei Karas | 1 | -0/+5 |
2014-09-07 | Move processWhisperResponse from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+2 |
2014-09-07 | Move processWhisper from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+2 |
2014-09-06 | Move processChat from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -0/+3 |
2014-02-20 | improve includes. | Andrei Karas | 1 | -1/+1 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-26 | add restrict into chathandler. | Andrei Karas | 1 | -5/+6 |
2013-10-24 | add final keyword to net files. | Andrei Karas | 1 | -7/+7 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -3/+1 |
2013-05-28 | fix guard header part2. | Andrei Karas | 1 | -3/+3 |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+1 |
2013-03-29 | fix code style. | Andrei Karas | 1 | -1/+2 |
2013-03-28 | Add missing override to chathandler. | Andrei Karas | 1 | -7/+7 |
2013-03-27 | improve chathandler class. | Andrei Karas | 1 | -7/+7 |
2013-03-24 | fix code style. | Andrei Karas | 1 | -1/+1 |
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -1/+1 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 |
2012-10-10 | Delete copy constructor from net classes. | Andrei Karas | 1 | -0/+2 |
2012-09-23 | Add missing final keywords to classes. | Andrei Karas | 1 | -1/+1 |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 |
2011-10-23 | Add chat commands for using server side ignore for all whispers. | Andrei Karas | 1 | -0/+4 |
2011-07-29 | Extract shared logic from chathandler and gamehandler netcode to ea namespace. | Andrei Karas | 1 | -26/+3 |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+87 |