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
/
ea
/
chathandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-15
Remove unused channel parameter from talk methods.
s20180215
Andrei Karas
1
-3
/
+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-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-1
/
+1
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-08-29
Use time_t for time values.
Andrei Karas
1
-1
/
+1
2016-02-20
Add missing const in net directory.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-08-29
Fix code style.
Andrei Karas
1
-14
/
+0
2015-08-25
Move receive code from chathandler into separate file.
Andrei Karas
1
-149
/
+10
2015-06-30
Fix code style.
Andrei Karas
1
-1
/
+1
2015-06-29
Move notifytypes.h into enums directory.
Andrei Karas
1
-2
/
+2
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-1
/
+1
2015-04-04
Show unimplimented packet debug message on each unsupported packets parameters.
Andrei Karas
1
-6
/
+3
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-6
/
+0
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
-8
/
+0
2015-02-16
Move processBeingChat from ea namespace into eathena and tmwa.
Andrei Karas
1
-79
/
+0
2015-02-16
Move processWhisperContinue from ea namespace into eathena and tmwa.
Andrei Karas
1
-123
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-10-17
Add static in chathandler.
Andrei Karas
1
-10
/
+17
2014-10-13
eathena: show error for non existing channel in channel tab.
Andrei Karas
1
-1
/
+16
2014-10-12
Move GmTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-17
Remove getter for serverFeatures.
Andrei Karas
1
-1
/
+1
2014-09-16
Remove unused externs
Andrei Karas
1
-2
/
+0
2014-09-16
Add server feature haveIncompleteChatMessages.
Andrei Karas
1
-1
/
+3
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-2
/
+2
2014-09-07
Remove unused includes.
Andrei Karas
1
-1
/
+1
2014-09-07
Add missing whisper error status.
Andrei Karas
1
-0
/
+10
2014-09-07
Move processWhisperResponse from ea namespace into eathena and tmwa.
Andrei Karas
1
-8
/
+0
2014-09-07
split processWhisperResponse into two functions with net code and without.
Andrei Karas
1
-1
/
+6
2014-09-07
Move processWhisper from ea namespace into eathena and tmwa.
Andrei Karas
1
-15
/
+0
2014-09-07
separate processWhisper into two functions. With netcode and without.
Andrei Karas
1
-1
/
+6
2014-09-06
add packet comments in chathandler.
Andrei Karas
1
-12
/
+12
2014-09-06
Move processChat from ea namespace into tmwa and eathena.
Andrei Karas
1
-74
/
+0
2014-08-30
Remove additional parameters from processChat function.
Andrei Karas
1
-2
/
+4
2014-08-30
Remove additional parameters from processBeingChat function.
Andrei Karas
1
-2
/
+4
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-2
/
+2
2014-07-14
Rename readInt8 into readUInt8 because it really read uint8_t.
Andrei Karas
1
-9
/
+9
2014-06-07
fix code style.
Andrei Karas
1
-9
/
+10
2014-05-18
fix code style.
Andrei Karas
1
-4
/
+6
2014-05-16
Move chatmsgtype into separate file.
Andrei Karas
1
-5
/
+5
2014-05-13
Move actor type into separate file.
Andrei Karas
1
-2
/
+2
2014-03-16
fix profiler labels.
Andrei Karas
1
-0
/
+1
2014-02-20
improve includes.
Andrei Karas
1
-0
/
+2
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-12-27
allow to owner talk from own pet.
Andrei Karas
1
-0
/
+8
2013-12-26
add restrict into chathandler.
Andrei Karas
1
-1
/
+2
2013-12-25
dont show over head text if text ignored or going to trade tab.
Andrei Karas
1
-4
/
+6
[next]