summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2017-12-08Update 0x0ae3 packet for new zero clients.Andrei Karas1-1/+9
2017-12-08Fix otp packet for zero clients before 2017-11-13bRagexe.Andrei Karas1-0/+2
2017-12-02Add support for OTP login packet.Andrei Karas4-2/+55
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-17/+17
2017-10-29Add configurable way to show char servers with color in list in client.Andrei Karas3-1/+68
2017-10-27Add missing interface members in login.c.Andrei Karas2-16/+41
2017-06-03Add packet 0x0ac4 for 2017-03-15+ based on 3CeAM commit:Andrei Karas2-0/+12
2016-11-19Extend the previous linker library order fix to other makefilesHaru1-3/+3
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+2
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-0/+1
2016-08-19Ported login-server.conf to libconfigHaru8-501/+808
2016-08-10Fix login and char servers null pointer access if packet handler in plugin in...Andrei Karas1-1/+4
2016-07-13Add missing includes into HPM.Andrei Karas1-0/+3
2016-07-12Interface md5calc.chemagx2-12/+12
2016-07-10Fixed some issues with NULL dates in the login tableHaru2-7/+19
2016-07-08Fix crashes if from login table can be read NULL field.Andrei Karas1-2/+2
2016-07-03Add --run-once flag into login server.Andrei Karas1-0/+14
2016-04-30Moved HPMHooking-related definitions to plugins/HPMHooking.hHaru1-1/+1
2016-04-16Moved packet_db to the private interface of lclifHaru2-9/+18
2016-04-16Added missing documentationHaru5-46/+199
2016-04-16Added lclif packet handlers to the lclif interfaceHaru3-7/+31
2016-04-16Rewrite client interface for login server (part 7)hemagx5-234/+277
2016-04-16Rewrite client interface for login server (part 6)hemagx6-739/+841
2016-04-16Rewrite client interface for login server (part 5)hemagx2-16/+26
2016-04-16Rewrite client interface for login server (part 4)hemagx1-3/+7
2016-04-16Rewrite client interface for login server (part 3)hemagx2-215/+311
2016-04-16Rewrite client interface for login server (part 2)hemagx1-159/+203
2016-04-16Rewrite client interface for login server (part 1)hemagx2-170/+447
2016-04-16Updated GNU Make build system to support private headersHaru1-9/+12
2016-03-20Dropped typedef from DBMapHaru1-2/+2
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru2-6/+6
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-31/+31
2016-03-20Removed unnecessary typedefs from sql.hHaru4-18/+23
2016-02-24Removed various redundant typecastsHaru1-6/+6
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru2-18/+18
2016-02-24Removed several unnecessary RFIFOP typecastsHaru2-13/+13
2016-02-24Added const qualifier to several variable/argument pointersHaru1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas4-8/+8
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-1/+0
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-1/+1
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-6/+6
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-1/+1
2016-01-10Move declaration of login config struct to login interfacehemagx3-107/+108
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru1-5/+7
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru11-38/+216
2015-12-15Added GPL information on interactive server startupHaru1-0/+4
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-1/+1
2015-10-19rename malloc.c/h to memmgr.Andrei Karas3-3/+3
2015-10-11Cleanup of the HPluginData implementation (second part)Haru2-2/+3