summaryrefslogtreecommitdiff
path: root/src/login/login.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-08Update 0x0ae3 packet for new zero clients.Andrei Karas1-1/+9
2017-12-02Add support for OTP login packet.Andrei Karas1-0/+28
2017-10-29Add configurable way to show char servers with color in list in client.Andrei Karas1-0/+60
2017-10-27Add missing interface members in login.c.Andrei Karas1-16/+28
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 libconfigHaru1-122/+425
2016-08-10Fix login and char servers null pointer access if packet handler in plugin in...Andrei Karas1-1/+4
2016-07-12Interface md5calc.chemagx1-7/+7
2016-07-10Fixed some issues with NULL dates in the login tableHaru1-1/+1
2016-07-03Add --run-once flag into login server.Andrei Karas1-0/+14
2016-04-16Added missing documentationHaru1-0/+4
2016-04-16Rewrite client interface for login server (part 6)hemagx1-714/+18
2016-04-16Rewrite client interface for login server (part 5)hemagx1-15/+24
2016-04-16Rewrite client interface for login server (part 4)hemagx1-3/+7
2016-04-16Rewrite client interface for login server (part 3)hemagx1-213/+294
2016-04-16Rewrite client interface for login server (part 2)hemagx1-159/+203
2016-04-16Rewrite client interface for login server (part 1)hemagx1-168/+445
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-3/+3
2016-02-24Removed various redundant typecastsHaru1-6/+6
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-15/+15
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-11/+11
2016-02-24Added const qualifier to several variable/argument pointersHaru1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-5/+5
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-1/+0
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-6/+6
2016-01-10Move declaration of login config struct to login interfacehemagx1-89/+89
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-15Added GPL information on interactive server startupHaru1-0/+4
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-12/+13
2015-08-15Automatic HPM symbol sharingHaru1-6/+0
2015-08-15Added core HPM interfaceHaru1-9/+9
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-13/+13
2015-08-15Added showmsg HPM interfaceHaru1-4/+4
2015-08-15Cleaned up socket interfaceHaru1-26/+25
2015-08-11subnet.conf overhaulHaru1-76/+27
2015-08-05Add checks for servers ip address in inter server connections.Andrei Karas1-6/+8
2015-07-12Add missing checks into login.cAndrei Karas1-2/+9
2015-06-19Cleaned up some #includesHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-17/+17
2015-06-01Replaced some of the hardcoded values with constants (login)Haru1-21/+18
2015-04-09Add checks to login.cAndrei Karas1-5/+31
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-9/+6
2015-01-18Command line arguments handling overhaulHaru1-21/+47
2015-01-1710 Distinct fixesshennetsind1-1/+1
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-28/+28