index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
tmwa
/
chathandler.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-08-03
Remove network handlers in general handler was deleted.
Andrei Karas
1
-0
/
+5
2017-06-09
Fix code style.
Andrei Karas
1
-1
/
+0
2017-06-08
Remove useless extern declarations.
Andrei Karas
1
-1
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-1
/
+1
2017-05-02
Remove extra includes.
Andrei Karas
1
-2
/
+0
2017-05-01
Remove ServerFeatures haveServerIgnore because it was used only in tmwa.
Andrei Karas
1
-8
/
+0
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-12-10
Fix some issues found by automatic checks.
Andrei Karas
1
-3
/
+3
2016-06-09
Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions.
Andrei Karas
1
-0
/
+3
2016-04-14
For tmwa server version >= 0x100408 not send nick in chat message.
Andrei Karas
1
-6
/
+17
2016-02-25
Replace direct gm commands to gm command functions.
Andrei Karas
1
-1
/
+2
2016-02-20
Add some more missing consts.
Andrei Karas
1
-1
/
+1
2016-02-20
Add missing const in net directory.
Andrei Karas
1
-4
/
+4
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-2
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-11
/
+11
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-14
Move chatconsts into const directory.
Andrei Karas
1
-1
/
+1
2015-09-09
Remove virtual method call from MessageOut constructor.
Andrei Karas
1
-2
/
+6
2015-09-07
Split protocol.h into protocolin.h and protocolout.h
Andrei Karas
1
-1
/
+1
2015-09-04
Remove some useless includes.
Andrei Karas
1
-1
/
+0
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
In legacy servers it will use @wgm as before.
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
[next]