Merge fix for logging of mode changes by charly.
[jelmer/ctrlproxy.git] / mods / log_irssi.c
2007-11-15 Jelmer VernooijMerge upstream.
2007-11-14 Jelmer VernooijIntegrate log_custom module and log_irssi modules.
2007-11-13 Jelmer VernooijMerge log_irssi into log_custom.
2007-11-13 Jelmer VernooijMerge clientstate branch.
2007-11-13 Jelmer VernooijRedirect DCC messages (#163).
2007-11-12 Jelmer VernooijMerge upstream
2007-11-03 Adeodato SimóMerge trunk.
2007-10-24 Jelmer VernooijChange license to GPLv3.
2007-09-10 Jelmer VernooijMerge trunk.
2007-09-09 Adeodato SimóMerge trunk.
2007-09-09 Jelmer VernooijFix formatting.
2007-09-07 Jelmer VernooijAvoid memory allocation.
2007-09-04 Jelmer VernooijPush some common logging code into src/log_support.c.
2007-09-04 Jelmer Vernooijsome formatting fixes
2007-09-04 Jelmer VernooijMake sure included plugins are always up to date.
2007-09-04 Jelmer VernooijUpgrade plugin versions.
2007-08-30 Jelmer VernooijFix some formatting.
2007-07-11 Jelmer VernooijMerge upstream changes.
2007-07-11 Jelmer VernooijIgnore nick changes from unknown users.
2007-07-11 Jelmer VernooijAdd extra assertion.
2007-04-15 Jelmer VernooijMerge 3.0 branch, start working on 3.0.3
2007-04-05 exgFix leak.
2007-04-03 Jelmer VernooijFix #9 for log_irssi.
2007-04-03 Jelmer VernooijMove file writing to single function (in preparation...
2007-04-02 Jelmer VernooijMerge network info branch. Should fix #94.
2007-04-02 Jelmer VernooijSome work getting the testsuite to pass again.
2007-03-29 Jelmer VernooijMerge upstream.
2007-03-17 Jelmer VernooijStart working on refactoring the network_info code.
2006-12-05 Jelmer VernooijRemove argument from log functions.
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 a couple of FIXME's...
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
2006-03-28 Jelmer VernooijFix some small issues, update TODO
2005-11-03 jelmerSimplify plugin code a bit - save_config is now optional.
2005-10-30 jelmerAdd a lot of asserts
2005-09-13 jelmerMove 'info' up one level so it can be used when clients...
2005-09-05 jelmerAdd log levels
2005-06-21 jelmerSupport updating the configuration from the current...
2005-06-09 jelmerReplace / in channel names with _
2005-06-08 jelmerCouple of fixes, start sending USERHOST after connect...
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-12 jelmerRemove client member of struct line
2005-06-13 jelmerUse state struct where possible
2005-06-05 jelmerFixes
2005-06-14 jelmerMore fixes for the state handling rewrite. Still a...
2005-06-12 jelmerMove some more data structures around
2005-06-07 jelmerUse more common datastructures
2005-05-25 jelmerMove data_direction out of struct line
2005-05-18 jelmerBunch of small fixes
2005-05-06 jelmerAdd versioning system for modules
2005-04-14 jelmerAdd new logging system.
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-02-04 jelmer@VERNSTOK.NLFix more memory leak
2005-01-27 jelmer@VERNSTOK.NLAdd userdata argument to all function pointers
2005-01-27 jelmer@VERNSTOK.NLRewrite of large portions of the code:
2004-12-08 jelmer@VERNSTOK.NLCreate directories with 0700
2004-08-07 jelmer- UTF-8 compatibility
2004-03-02 jelmerUse glib memory alloc/free functions. Fixes a lot of...
2004-03-02 jelmerRather large update, involving some other changes in...
2004-02-27 jelmerWin32 updates. Most modules build now under Visual...
2004-02-13 jelmerFix intl support
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-27 jelmerUse stdlib.h, not malloc.h
2003-10-18 jelmerUpdate