summaryrefslogtreecommitdiff
path: root/src/char/inter.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-30Corrected truncation of the last letter in whisper messagesHaru1-3/+3
2016-03-20Dropped typedef from DBMapHaru1-1/+1
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+1
2016-03-20Removed unnecessary typedefs from sql.hHaru1-0/+1
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-4/+4
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-7/+6
2016-02-24Added const qualifier to several variable/argument pointersHaru1-3/+3
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-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Cleaned up socket interfaceHaru1-4/+4
2015-07-12Remove useless checks from char server.Andrei Karas1-1/+1
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-23/+23
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-2/+2
2015-04-09Add checks to inter.cAndrei Karas1-1/+23
2015-01-24Fixed 18 minor issuesHaru1-0/+2
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-3/+2
2015-01-1727 Fixesshennetsind1-21/+15
2014-12-31fix typo in inter.c in initerface initialisation.Andrei Karas1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-40/+40
2014-11-16Moved geoip-related functions to geoip.cHaru1-159/+0
2014-11-15Move global variable into interface in inter.cAndrei Karas1-83/+83
2014-11-15Move global variable into interface in char.cAndrei Karas1-2/+2
2014-11-15Create geoip interface.Andrei Karas1-27/+24
2014-11-15Add most functions from inter.c to interfaces.Andrei Karas1-112/+147
2014-11-15Add most functions from int_storage.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_quest.c to interfaces.Andrei Karas1-1/+1
2014-11-15Add most functions from int_pet.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_party.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_mercenary.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_mail.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_homun.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_guild.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_elemental.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_auction.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-10/+11
2014-11-15Split functions in inter.c.Andrei Karas1-16/+11
2014-11-15Add prefix inter_ to most functions in inter.cAndrei Karas1-57/+57
2014-11-15Add prefix char_ to most functions in char.cAndrei Karas1-4/+4
2014-10-30Merge pull request #369 from 4144/sqlpasswordsizeHaruna1-1/+1
2014-10-23Added some validation checks in the geoip parse functionHaru1-9/+14
2014-10-18Increase sql password field size from 32 to 100 chars.Andrei Karas1-1/+1
2014-09-16"Fixes char server crash when saving ##variables while login server is offlin...Michieru1-5/+12
2014-08-07Fixed some MSVC incompatibilitiesHaru1-0/+1
2014-08-07Corrected several format-string errors through the codeHaru1-5/+5
2014-05-30Fixed typos inside src/Shido1-9/+9
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-21/+22