summaryrefslogtreecommitdiff
path: root/src/login/ipban_sql.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Remove suffix "_sql" from files in login directory.Andrei Karas1-308/+0
2016-08-19Ported login-server.conf to libconfigHaru1-126/+155
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+1
2016-01-10Move declaration of login config struct to login interfacehemagx1-16/+16
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-06-19Cleaned up some #includesHaru1-4/+0
2015-06-19Removed ".." from include directivesHaru1-11/+11
2015-04-09Add checks to ipban_sql.cAndrei Karas1-4/+9
2014-11-16Whitespace cleanup (no code changes)Haru1-1/+1
2014-10-18Increase sql password field size from 32 to 100 chars.Andrei Karas1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-5/+9
2014-05-10Revert "Fixed order of includes in all source files"panikon1-9/+5
2014-05-09Fixed order of includes in all source filesHaru1-5/+9
2013-10-26Changed 'tick' variables to 64 bitHaru1-3/+2
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
2013-09-25Renamed iTimer interface to timer.shennetsind1-3/+3
2013-09-22Corrected various hardcoded database table namesHaru1-1/+1
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-3/+3
2013-05-15HPM Updateshennetsind1-13/+14
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-159/+181
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-181/+159
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-2/+2
2009-11-22Added 'ipban_cleanup_interval' option which determines how often expired IP b...Paradox924X1-6/+12
2008-10-15* Fixed ipban sql connecting to the sql server when disabledFlavioJS1-1/+24
2008-08-19* Added global sql settings 'sql.*' to inter_athena.conf.FlavioJS1-103/+123
2008-07-31Corrected one wrong config option name causing db connection problems (follow...ultramage1-1/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-0/+209