index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-05
Disable packet validation in socket_datasync
Andrei Karas
1
-2
/
+2
2019-04-07
Add ZC_PING and CZ_PING packets
Andrei Karas
1
-2
/
+5
2019-03-11
Move variable SOCKET_CONF_FILENAME into socket interface
Andrei Karas
1
-4
/
+4
2019-03-11
Add function connect_client into socket interface
Andrei Karas
1
-2
/
+3
2018-12-12
Fix some visual studio warnings.
Andrei Karas
1
-1
/
+1
2018-11-15
Update visual studio project files.
Andrei Karas
1
-3
/
+3
2018-11-15
Add packet validation for RFIFOSKIP.
Andrei Karas
1
-0
/
+29
2018-11-15
Add validation for WFIFOHEAD buffer allocations.
Andrei Karas
1
-3
/
+20
2018-11-15
Add packet versions for all server types into socket_datasync.
Andrei Karas
1
-0
/
+5
2018-11-14
Add send packet validation for connections between server and clients.
Andrei Karas
1
-7
/
+49
2018-11-13
Remove the unused minicore libraries and ifdefs
Haru
1
-25
/
+2
2018-07-01
Fix some warnings caused by static functions defined and unused
Haru
1
-6
/
+4
2018-07-01
Change functions to static where possible (Part 1 - common)
Haru
1
-61
/
+72
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-02-10
Clean up trailing whitespace and non-indent tabs
Haru
1
-2
/
+2
2016-10-07
Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)
Haru
1
-4
/
+0
2016-10-04
Add missing checks into socket.c
Andrei Karas
1
-9
/
+22
2016-09-22
Fixed a compile error when SEND_SHORTLIST is disabled
Haru
1
-5
/
+4
2016-08-19
Ported socket.conf (was packet.conf) to libconfig
Haru
1
-67
/
+196
2016-08-19
Changed access_allow and access_deny to VECTORs
Haru
1
-24
/
+29
2016-08-19
Removed unnecessary typedefs in socket.c
Haru
1
-13
/
+13
2016-07-08
Add comments into defines in socket.c
Andrei Karas
1
-70
/
+70
2016-07-08
Added epoll as event-dispatcher on linux (instead of select())
Florian Wilkemeyer
1
-5
/
+165
2016-07-03
Add into travis configure option --enable-buildbot.
Andrei Karas
1
-0
/
+2
2016-07-02
Trivialities: indentation fixes
Haru
1
-4
/
+4
2016-03-20
Dropped typedef from DBMap
Haru
1
-1
/
+1
2016-03-20
Dropped typedef from DBIterator
Haru
1
-1
/
+1
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-9
/
+9
2016-02-17
Replaced some now unnecessary includes with forward declarations in header files
Haru
1
-0
/
+1
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-2
/
+2
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-1
/
+1
2016-01-12
Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)
Haru
1
-1
/
+1
2016-01-09
Corrected various zero-argument function definitions
Haru
1
-6
/
+6
2015-12-17
Merge pull request #917 from dastgir/packet
Andrei Karas
1
-1
/
+5
2015-12-17
Update max packet size according to client date
Dastgir
1
-1
/
+5
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-02
Fixed an issue with the socket send/receive timeouts in Windows
Haru
1
-12
/
+27
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-11
Fixed various compiler warnings (follow-up to 5c22b63)
Haru
1
-1
/
+1
2015-10-11
Changed various s_subnet arrays to VECTORs
Haru
1
-76
/
+45
2015-10-11
Cleanup of the HPluginData implementation (second part)
Haru
1
-2
/
+1
2015-10-11
Cleanup of the HPluginData implementation (First part)
Haru
1
-11
/
+2
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-9
/
+5
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+3
2015-08-15
Moved session array into the socket interface
Haru
1
-101
/
+98
2015-08-15
Cleaned up socket interface
Haru
1
-45
/
+48
2015-08-11
subnet.conf overhaul
Haru
1
-0
/
+187
2015-06-19
Cleaned up some #includes
Haru
1
-1
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-10
/
+10
2015-01-24
Fixed 18 minor issues
Haru
1
-9
/
+20
[next]