summaryrefslogtreecommitdiff
path: root/src/map/log.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-06[TMW2] If PYTHON_LOGS is defined, send some logs to a python script (logmaste...Jesusaves1-4/+88
2022-02-05Fix commentJesusaves1-4/+1
2022-02-05OpenSSL is now required to build. Implement a SHA256 interface. Log chat as S...Jesusaves1-3/+6
2022-01-23[TMW2] Hash with MD5 chat messages, we don't care with contentsJesusaves1-1/+8
2020-09-12This is Hercules v2019.09.22Jesusaves1-7/+7
2019-05-05Fix variables shadowing refine interface variable map-server sourceIbrahim Zidan1-2/+2
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-31/+50
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-7/+15
2017-04-04Implementation of Item Options System.Smokexyz1-5/+8
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+2
2016-08-19Ported logs.conf to libconfigHaru1-94/+229
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-8/+8
2016-03-20Removed unnecessary typedefs from sql.hHaru1-7/+10
2016-03-10Add new logging types.Andrei Karas1-0/+10
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-09Fixed a nullpo check failure in log_chatHaru1-6/+51
2015-12-04Add missing check to log.cAndrei Karas1-0/+32
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-18/+14
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-12/+12
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-1/+1
2014-12-31Remove useless checks.Andrei Karas1-2/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-1/+1
2014-11-15Add support for plugin options in map server config (logs.conf).Andrei Karas1-0/+3
2014-11-10Fix interfaces methods usage.Andrei Karas1-1/+1
2014-08-07Corrected several format-string errors through the codeHaru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-10/+13
2014-05-10Revert "Fixed order of includes in all source files"panikon1-13/+10
2014-05-09Fixed order of includes in all source filesHaru1-10/+13
2013-10-10Introducing Bank Supportshennetsind1-0/+1
2013-10-02HPM: Map.c Completedshennetsind1-12/+41
2013-09-28HPM: log.h Completedshennetsind1-37/+12
2013-09-27Renamed iMap interface to mapHaru1-1/+1
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-19/+23
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-1/+1
2013-07-17Added missing initialization of some functions in the homunculus interfaceHaru1-2/+3
2013-07-01Fixed Bug #7216shennetsind1-0/+1
2013-06-23Official Item Group/Package/Chainshennetsind1-2/+2
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-27/+27
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-1/+1
2013-05-15HPM Updateshennetsind1-3/+3
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-332/+276
2013-01-08* Renaming variable name from nsiuid to unique_id for better understanding of...markzd1-5/+5
2013-01-07* Implemented Unique identifier for Non stackable items. (tid:69380)markzd1-5/+5
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-5/+5
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-431/+447
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-447/+431
2012-08-06Hello World! with this commit trunk will finally be making use of the gorgeou...shennetsind1-4/+54