Age | Commit message (Expand) | Author | Files | Lines |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -59/+0 |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -11/+2 |
2015-08-25 | Move receive code from chathandler into separate file. | Andrei Karas | 1 | -361/+12 |
2015-08-23 | Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa). | Andrei Karas | 1 | -0/+13 |
2015-06-20 | Remove unused old evol packets from tmwa namespace. | Andrei Karas | 1 | -81/+17 |
2015-06-15 | Fix code style. | Andrei Karas | 1 | -0/+1 |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+0 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -1/+1 |
2015-05-24 | From ChatTab::chatLog removed default parameter for message owner type. | Andrei Karas | 1 | -1/+1 |
2015-05-24 | Add strong typed bool type TryRemoveColors. | Andrei Karas | 1 | -3/+3 |
2015-05-24 | Add strong typed bool type IgnoreRecord. | Andrei Karas | 1 | -5/+14 |
2015-05-10 | Move guildmanager into net/tmwa directory. | Andrei Karas | 1 | -1/+1 |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -1/+1 |
2015-03-29 | eathena: add packet CMSG_KICK_FROM_CHAT_ROOM 0x00e2. | Andrei Karas | 1 | -0/+4 |
2015-03-29 | eathena: add packet CMSG_SET_CHAT_ROOM_OWNER 0x00e0. | Andrei Karas | 1 | -0/+4 |
2015-03-29 | eathena: add packet CMSG_SET_CHAT_ROOM_OPTIONS 0x00de. | Andrei Karas | 1 | -0/+7 |
2015-03-28 | eathena: add packet CMSG_LEAVE_CHAT_ROOM 0x00e3. | Andrei Karas | 1 | -0/+4 |
2015-03-10 | Rename packet SMSG_MVP into SMSG_MVP_EFFECT. | Andrei Karas | 1 | -3/+3 |
2015-02-16 | Move talkPet from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+8 |
2015-02-16 | Move processBeingChat from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+79 |
2015-02-16 | Move processWhisperContinue from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -1/+126 |
2015-01-14 | Add support for #gm channel for gm tab. | Andrei Karas | 1 | -0/+2 |
2015-01-14 | For trade tab use channel to send messages. | Andrei Karas | 1 | -2/+6 |
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/+4 |
2014-10-17 | Add static in chathandler. | Andrei Karas | 1 | -1/+1 |
2014-10-13 | In chatHandler add function to join channel. | Andrei Karas | 1 | -0/+4 |
2014-10-13 | Add special method in charHandler to send message to channel. | Andrei Karas | 1 | -0/+5 |
2014-10-12 | Rename server feature haveChatChannels into haveSpecialChatChannels. | Andrei Karas | 1 | -1/+1 |
2014-10-12 | Move ChatTab into chat subdir. | Andrei Karas | 1 | -1/+1 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -3/+2 |
2014-09-19 | Add comments for all output packets header. | Andrei Karas | 1 | -9/+9 |
2014-09-19 | eathena: add packet CMSG_CHAT_JOIN 0x00d9. | Andrei Karas | 1 | -0/+5 |
2014-09-17 | Remove getter for serverFeatures. | Andrei Karas | 1 | -3/+3 |
2014-09-16 | Remove unused externs | Andrei Karas | 1 | -2/+0 |
2014-09-16 | Add server feature haveServerIgnore. | Andrei Karas | 1 | -2/+2 |
2014-09-16 | Add server feature haveChatChannels. | Andrei Karas | 1 | -1/+4 |
2014-09-16 | eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db. | Andrei Karas | 1 | -0/+4 |
2014-09-13 | Split processChat for each packet type. | Andrei Karas | 1 | -8/+19 |
2014-09-13 | Split processChat into two functions with net code and without. | Andrei Karas | 1 | -1/+6 |
2014-09-13 | Split processChat for gm messages and all other. | Andrei Karas | 1 | -3/+67 |
2014-09-11 | eathena: add packet CMSG_REQUEST_IGNORE_LIST 0x00d3. | Andrei Karas | 1 | -0/+4 |
2014-09-11 | add packet CMSG_IGNORE_NICK 0x00cf. | Andrei Karas | 1 | -0/+14 |
2014-09-09 | Fix compilation warnings. | Andrei Karas | 1 | -1/+1 |
2014-09-09 | eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. | Andrei Karas | 1 | -0/+7 |
2014-09-08 | Improve string to int parsing. | Andrei Karas | 1 | -15/+4 |
2014-09-08 | Update command for sending raw packets to server. | Andrei Karas | 1 | -62/+28 |
2014-09-07 | Move processWhisperResponse from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+8 |
2014-09-07 | Move processWhisper from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+15 |
2014-09-06 | add packet comments in chathandler. | Andrei Karas | 1 | -27/+29 |