summaryrefslogtreecommitdiff
path: root/src/core/log.c
AgeCommit message (Expand)Author
2017-08-09Add back some ifdefs.Edward Tomasz Napierala
2017-07-29Add wrappers to reduce #ifdefs.Edward Tomasz Napierala
2017-07-29Working autolog.Edward Tomasz Napierala
2017-07-29Working /log and /rawlog.Edward Tomasz Napierala
2017-07-28Don't compute log_dir_create_mode in three different places.Edward Tomasz Napierala
2016-06-05Replace mkpath with g_mkdir_with_parentsLemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-09-30Fix use-after-free bug with cached settings valuesAlexander Færøy
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-10Prefer g_path_get_dirname() over g_dirname().Alexander Færøy
2008-11-30Make needlessly global variable local where used.Emanuele Giaquinta
2008-11-30Do not check for fcntl.Emanuele Giaquinta
2008-03-15Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-12-05Simplify itemcmp.Emanuele Giaquinta
2007-05-10Allow logging of lines with no target only to logs with no items or with aEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-07Allow logging of lines with no target to matching non autolog logs.Emanuele Giaquinta
2004-10-10Fixed bug with logging where item names starting with the same string were no...Valentin Batz
2004-08-19Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a ...Timo Sirainen
2002-11-21Create log file directories using /set log_create_file_mode + exec-bit.Timo Sirainen
2002-07-16If log file path contains any $variables or %time codes, create theTimo Sirainen
2002-02-17Log writing sometimes might have produced some glib errors.Timo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2001-10-31changed default log directory mode to 0700 and file mode to 0600.Timo Sirainen
2001-10-22When logs are rotated, automatically create the new directory where to openTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-06-26"log rotate" -> "log rotated"Timo Sirainen
2001-06-26moved "log rotate" after the logging was stopped.Timo Sirainen
2001-06-26"log rotate" signal addedTimo Sirainen
2001-02-18crashfixTimo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-17log_write_rec(): added level parameter. writing /LASTLOG to log filesTimo Sirainen
2001-02-16If log file locking fails, check that it failed because file wasTimo Sirainen
2001-02-10Write buffer - logs and rawlogs write to files through this. By defaultTimo Sirainen
2001-01-14Check the return value of strftime() properlyTimo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-25Time formats didn't work in directory name of autologs.Timo Sirainen
2000-10-28Some fixes.Timo Sirainen
2000-10-28/SET log_theme - you can now write to log files with different themeTimo Sirainen
2000-10-18Log items weren't read correctly from configTimo Sirainen
2000-10-17Logging fixes. Autologging with same named channels in differentTimo Sirainen
2000-10-13Complain only once with autologging if opening some log file failedTimo Sirainen
2000-08-25log_day_change was never printed in logs.Timo Sirainen
2000-08-11/LOG: Removed the -rotate option, it was pretty useless since addingTimo Sirainen
2000-08-11Autologging fixes: Don't log WHOIS replies by defaultTimo Sirainen