summaryrefslogtreecommitdiff
path: root/src/login/login.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-15In login server move config options handling by plugins after all other handl...Andrei Karas1-3/+2
2014-11-15Add support for plugin options in login server config.Andrei Karas1-0/+2
2014-11-11add AccountDB into login interface.Andrei Karas1-2/+3
2014-11-09Fixed a compilation error in MSVC <= 2012Haru1-2/+4
2014-11-07Add login_config into login interface in login.cAndrei Karas1-0/+2
2014-11-07Add missing interface member initialisation in login.cAndrei Karas1-0/+1
2014-11-07Add login symbol in login server HPM.Andrei Karas1-0/+1
2014-11-07fix plugins compilation.Andrei Karas1-5/+5
2014-11-07Move global variables to interfaces in login.cAndrei Karas1-59/+44
2014-11-07Add most function to login interface in login.cAndrei Karas1-111/+146
2014-11-07Split packet handling from login_parse to functions in login.cAndrei Karas1-148/+187