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
/
eathena
/
chathandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-02-15
Remove unused channel parameter from talk methods.
s20180215
Andrei Karas
1
-4
/
+2
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
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
-3
/
+3
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-05-17
Fix sending packets for version 20151001 and bigger.
Andrei Karas
1
-10
/
+36
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
-22
/
+22
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-09-09
Remove virtual method call from MessageOut constructor.
Andrei Karas
1
-2
/
+7
2015-09-07
Split protocol.h into protocolin.h and protocolout.h
Andrei Karas
1
-1
/
+1
2015-09-02
Remove MessageHandler class
Andrei Karas
1
-177
/
+0
2015-08-29
Fix code style.
Andrei Karas
1
-16
/
+1
2015-08-25
Move receive code from chathandler into separate file.
Andrei Karas
1
-723
/
+37
2015-08-23
Impliment packet SMSG_SCRIPT_MESSAGE.
Andrei Karas
1
-2
/
+2
2015-08-22
Impliment packet SMSG_CHAT_TALKIE_BOX.
Andrei Karas
1
-2
/
+2
2015-08-22
Impliment packet SMSG_IGNORE_NICK_ACK.
Andrei Karas
1
-3
/
+43
2015-06-29
Move notifytypes.h into enums directory.
Andrei Karas
1
-2
/
+2
2015-06-15
Fix code style.
Andrei Karas
1
-0
/
+1
2015-06-06
Fix code style.
Andrei Karas
1
-2
/
+0
2015-05-30
Convert ChatMsgType enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-6
/
+6
2015-05-24
Add strong typed bool type TryRemoveColors.
Andrei Karas
1
-4
/
+4
2015-05-24
Add strong typed bool type IgnoreRecord.
Andrei Karas
1
-4
/
+12
2015-05-22
Fix code style.
Andrei Karas
1
-1
/
+4
2015-05-17
Fix some issues after automatic checks.
Andrei Karas
1
-9
/
+10
2015-05-11
Fix crash if close client with joined chat room.
Andrei Karas
1
-1
/
+1
2015-04-24
Fix code style.
Andrei Karas
1
-1
/
+1
2015-04-13
eathena: show correct message if item cant be used because not left delay.
Andrei Karas
1
-0
/
+5
2015-04-10
Fix code style.
Andrei Karas
1
-9
/
+9
2015-04-06
eathena: impliment packet SMSG_CHAT_ROOM_SETTINGS.
Andrei Karas
1
-6
/
+18
2015-04-06
eathena: impliment packet SMSG_CHAT_ROOM_DESTROY.
Andrei Karas
1
-3
/
+3
2015-04-06
eathena: impliment packet SMSG_CHAT_ROOM_JOIN_FAILED.
Andrei Karas
1
-2
/
+29
2015-04-06
eathena: impliment packet SMSG_CHAT_ROOM_ROLE_CHANGE.
Andrei Karas
1
-3
/
+14
2015-04-06
eathena: impliment packet SMSG_CHAT_ROOM_LEAVE.
Andrei Karas
1
-3
/
+29
2015-04-05
eathena: impliment packet SMSG_CHAT_ROOM_ADD_MEMBER.
Andrei Karas
1
-2
/
+4
2015-04-05
add chat command for join chat room.
Andrei Karas
1
-3
/
+22
2015-04-05
On room creation show room name in general tab caption.
Andrei Karas
1
-1
/
+14
2015-04-04
Show unimplimented packet debug message on each unsupported packets parameters.
Andrei Karas
1
-1
/
+1
2015-04-04
Add chat command for create chat room (incomplete).
Andrei Karas
1
-3
/
+20
2015-04-03
Impliment manner messages.
Andrei Karas
1
-5
/
+29
2015-04-03
Rename chat room related packets.
Andrei Karas
1
-33
/
+33
2015-03-29
eathena: add packet CMSG_KICK_FROM_CHAT_ROOM 0x00e2.
Andrei Karas
1
-0
/
+6
2015-03-29
eathena: add packet CMSG_SET_CHAT_ROOM_OWNER 0x00e0.
Andrei Karas
1
-0
/
+7
[next]