summaryrefslogtreecommitdiff
path: root/src/login/account_sql.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Remove suffix "_sql" from files in login directory.Andrei Karas1-871/+0
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-17/+17
2016-08-19Ported login-server.conf to libconfigHaru1-144/+99
2016-07-10Fixed some issues with NULL dates in the login tableHaru1-6/+18
2016-07-08Fix crashes if from login table can be read NULL field.Andrei Karas1-2/+2
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-31/+31
2016-03-20Removed unnecessary typedefs from sql.hHaru1-14/+17
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-3/+3
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-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 scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-07-12Add missing checks to account_sql.c.Andrei Karas1-4/+8
2015-06-19Cleaned up some #includesHaru1-2/+1
2015-06-19Removed ".." from include directivesHaru1-11/+11
2015-04-09Add checks to account_sql.cAndrei Karas1-9/+38
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-42/+37
2014-10-31Merge pull request #378 from HerculesWS/hpmupdatesHaruna1-5/+5
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru1-5/+5
2014-10-18Increase sql password field size from 32 to 100 chars.Andrei Karas1-2/+2
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-6/+11
2014-05-10Revert "Fixed order of includes in all source files"panikon1-11/+6
2014-05-09Fixed order of includes in all source filesHaru1-6/+11
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-58/+213
2013-12-17Fixed several compiler warningsHaru1-4/+3
2013-08-08HPM Updateshennetsind1-1/+2
2013-07-08Fixed compiling errors when CONSOLE_PARSE was disabledshennetsind1-0/+2
2013-07-08Cygwin Fix for the Hercules SQL Update Checkshennetsind1-0/+2
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-41/+41
2013-05-18Some type conversion warnings fixed. If this breaks anything create a bug rep...Matheus Macabu1-2/+2
2013-05-15HPM Updateshennetsind1-57/+58
2013-04-25Fixed Bug #7189shennetsind1-1/+1
2013-03-11Follow up d2d734ce0983fbed72e69f555f57f29de04f30b3shennetsind1-4/+2
2013-03-09Hercules Renewal'd Pin Codeshennetsind1-4/+10
2013-03-04Introducing account-dependent character slot countshennetsind1-3/+6
2013-02-18Improvements all over the placeshennetsind1-1/+1
2013-02-14Introducing MySQL DB Update Checkershennetsind1-0/+4
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-543/+580
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-580/+543
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-6/+6
2012-01-30- Removed more trailing tabs.brianluau1-1/+1
2011-02-08* Added support for new delayed character deletion.ai4rei1-1/+1
2011-01-14* Added 'birthdate' field to account data. For SQL apply upgrade_svn14672.sql...ai4rei1-3/+6
2008-08-19* Added global sql settings 'sql.*' to inter_athena.conf.FlavioJS1-86/+185
2008-07-27* Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated).FlavioJS1-1/+0
2008-07-27* Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c).FlavioJS1-0/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-0/+578