summaryrefslogtreecommitdiff
path: root/src/char/int_mail.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-07-27Fix possible buffer overflows with snprintf.Andrei Karas1-1/+1
2017-04-04Implementation of Item Options System.Smokexyz1-10/+33
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+1
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-08-15HPM compatibility improvementsHaru1-0/+1
2015-07-12Remove useless checks from char server.Andrei Karas1-1/+0
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-12/+12
2015-04-09Add checks to int_mail.cAndrei Karas1-0/+12
2015-01-20Fixes Compile Error on WindowsDastgir1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-1/+1
2015-01-12Fixed some -Wformat-security warningsHaru1-9/+5
2014-11-16Whitespace cleanup (no code changes)Haru1-2/+2
2014-11-15Move global variable into interface in inter.cAndrei Karas1-62/+62
2014-11-15Add most functions from int_mail.c to interfaces.Andrei Karas1-35/+51
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-1/+2
2014-11-15Split functions in int_mail.c.Andrei Karas1-40/+49
2014-11-15Add prefix inter_mail_ to most functions in int_mail.cAndrei Karas1-12/+12
2014-10-25Added some missing variable initializationsHaru1-0/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-8/+12
2014-05-10Revert "Fixed order of includes in all source files"panikon1-12/+8
2014-05-09Fixed order of includes in all source filesHaru1-8/+12
2014-04-18Rewritten NSI_UNIQUE_ID system to get rid of the cross-database interreg depe...Ibrahim Hossam1-4/+0
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-0/+2
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-9/+9
2013-05-15HPM Updateshennetsind1-80/+81
2013-01-08* Renaming variable name from nsiuid to unique_id for better understanding of...markzd1-7/+7
2013-01-07* Implemented Unique identifier for Non stackable items. (tid:69380)markzd1-7/+13
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-373/+348
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-348/+373
2012-03-13Fixed mail system not notifying about new messages that were received from an...gepard19841-1/+2
2012-01-20Merged TXT removal branch back to trunk.gepard19841-0/+476