Fix #111.
[jelmer/ctrlproxy.git] / mods / log_custom.c
2007-03-29 Jelmer VernooijFix #111.
2007-03-21 exgSimplify.
2007-03-21 exgFix leak.
2006-12-05 Jelmer VernooijRemove argument from log functions.
2006-08-12 Jelmer VernooijFix crash when not creating files.
2006-07-23 Jelmer Vernooij[merge] antiflood
2006-07-23 Jelmer VernooijFix assert.
2006-07-22 Jelmer VernooijCleanup old file descriptors in log_custom.
2006-06-16 Jelmer Vernooij[merge] trunk
2006-06-13 Jelmer VernooijAdd some asserts to catch bug found by _charly_
2006-05-21 Jelmer Vernooij[merge] trunk
2006-05-20 Jelmer VernooijFix a couple of bugs reported by charly
2006-04-18 Jelmer VernooijGet rid of more compile warnings
2006-04-17 Jelmer VernooijMerge changes from noplugin branch
2006-04-01 Jelmer VernooijUse more Glib replacement functionstrdup s
2006-03-31 Jelmer VernooijFix annoying bug in mode
2006-03-29 Jelmer VernooijSupport saving configuration again, move configuration...
2006-03-28 Jelmer VernooijIntroduce new configuration system (ini-based)
2006-03-28 Jelmer Vernooij[merge] Fixes
2006-03-28 Jelmer VernooijMerge two fixes
2006-03-28 Jelmer VernooijRemove code for fini_plugin
2005-11-03 jelmerSimplify plugin code a bit - save_config is now optional.
2005-10-27 jelmerFix log_custom
2005-09-12 jelmerFix two warnings (patch from Korbinian Rosenegger)
2005-09-05 jelmerAdd log levels
2005-08-25 jelmerFix bugs, add assers based on bug reports from Korbinian
2005-07-15 jelmerCouple of bug fixes from poelzi
2005-06-09 jelmerReplace / in channel names with _
2005-06-11 jelmerAdd support for %Y and %B (patch by _charly_)
2005-06-07 jelmerAnother large lump of bug fixes
2005-06-15 jelmerAdd new linestack subsystem. Still needs a lot of testing..
2005-06-11 jelmerSplit up config structs.
2005-06-15 jelmerRemove element network from struct line as well
2005-06-13 jelmerUse state struct where possible
2005-06-14 jelmerMore fixes for the state handling rewrite. Still a...
2005-06-12 jelmerMove some more data structures around
2005-06-04 jelmerMove some more struct members around
2005-06-07 jelmerUse more common datastructures
2005-05-25 jelmerMove data_direction out of struct line
2005-05-06 jelmerAdd versioning system for modules
2005-04-14 jelmerAdd new logging system.
2005-02-04 jelmer@VERNSTOK.NLFix crash bug in log_custom (Patch by Korbinian Rosenegger)
2005-02-06 jelmer@VERNSTOK.NLSome more save functions
2005-02-08 jelmer@VERNSTOK.NLRemove gettext support for now
2005-02-01 jelmer@VERNSTOK.NL- Improvements to the filter and features subsystems.
2005-01-27 jelmer@VERNSTOK.NLAdd userdata argument to all function pointers
2005-01-27 jelmer@VERNSTOK.NLRewrite of large portions of the code:
2005-01-25 jelmer@VERNSTOK.NLAdd %e to log_custom
2004-08-07 jelmer- UTF-8 compatibility
2004-03-02 jelmerUse glib memory alloc/free functions. Fixes a lot of...
2004-02-27 jelmerWin32 updates. Most modules build now under Visual...
2004-02-13 jelmerFix intl support
2004-02-13 jelmerSupport for some more tokens (by Alexander Wild)
2004-01-28 jelmerPO updates
2004-01-27 jelmerDelfilterex
2004-01-25 jelmerFix module names
2004-01-25 jelmerImprove modules dependency system
2004-01-17 jelmerAdd irccmp()
2003-12-18 jelmerMerge from STABLE
2003-12-12 jelmerMerge from STABLE
2003-10-29 jelmerNull-terminate strings
2003-10-29 jelmerFix bugs reported by igla, extend repl_command
2003-10-29 jelmerZero-pad timestamps
2003-10-28 jelmerFix segfault
2003-10-27 jelmerUse stdlib.h, not malloc.h
2003-10-18 jelmerUpdate