]> jfr.im git - irc/rizon/znc.git/history - Modules.cpp
Write forceserver and webircpassword to conf
[irc/rizon/znc.git] / Modules.cpp
2012-08-24  AdamMerge commit 'znc-0.206' into rizon
2012-01-01  Kyle FullerLet a user filter the result of help CModule::HandleHel...
2012-01-01  Alexey SokolovUnload modules in reverse order.
2011-08-05  Uli SchlachterFix module data for extra/ modules
2011-06-11  Uli SchlachterOnly export a single function from modules
2011-06-11  Uli SchlachterUse references instead of pointers for CModInfo
2011-06-11  Alexey SokolovMerge branch 'modinfo'
2011-06-11  Alexey SokolovModules can now provide its wiki page name.
2011-06-11  Alexey SokolovChange a way for modules to provide description.
2011-06-07  Uli SchlachterMerge pull request #50 from bpcampbe/TrimBuffer
2011-06-01  Kyle FullerRemove OnDCCUserSend module hook
2011-05-21  Uli SchlachterMerge branch 'master' of https://github.com/pfn/znc
2011-05-13  Uli SchlachterWarn if a *module message is ignored
2011-04-03  Alexey SokolovMerge branch 'py' of https://github.com/kylef/znc into...
2011-04-03  Uli SchlachterStop including FileUtils.h in any header
2011-04-03  Uli SchlachterDon't include FileUtils.h in znc.h or Modules.h
2011-04-02  Uli SchlachterImprove the handling of module load messages
2011-03-31  Uli SchlachterRemove config-related module hooks
2011-03-30  Kyle FullerAdd the OnIRCConnectionError(CIRCSock *pIRCSock) module...
2011-03-28  Alexey SokolovMerge branch 'modulesdata'
2011-03-06  Alexey SokolovMove module data files to own dir.
2011-02-22  Uli SchlachterMerge remote branch 'github-kylef/nick'
2011-02-22  Kyle FullerMake CModule::PutModule use CUser::PutModule
2011-02-21  Uli SchlachterAdd CModule::OnUnknownModCommand()
2011-02-21  Uli SchlachterAdd a generic command handling to CModule
2011-02-15  Kyle FullerCModules::OpenModule shouldn't return false
2011-02-14  Uli SchlachterMerge branch 'ignore' of https://github.com/kylef/znc
2011-02-14  Alexey SokolovMerge branch 'readme' of https://github.com/kylef/znc...
2011-01-14  psychonOh, shiny... NOT
2010-12-30  darthgandalfAdd new parameter to OnPart module hook: part message.
2010-11-07  psychonFix some warnings with -pedantic
2010-10-11  psychonDocument most of CString and MCString
2010-09-11  darthgandalfModules can now embed web stuff directly to other web...
2010-09-07  darthgandalfAdd new global module hooks, which allow global modules...
2010-08-05  psychonReduce number of module hooks
2010-08-04  psychonServer part of CAP stuff
2010-07-10  psychonDarthGandalf does not approve
2010-07-10  psychonMark some functions as const
2010-07-09  psychonRemove the CClient* argument to all module calls
2010-07-08  psychonDo all module calls through the macros
2010-07-07  psychonAdd module calls for client CAPs
2010-06-07  psychonRemove fake modules
2010-05-29  cflakesFixed a source code comment. Patch by DGandalf. Thanks!
2010-05-02  psychonSome more fun with tabs
2010-04-23  psychonLook, an invisible pink unicorn!
2010-04-23  psychonAdd ./configure --enable-run-from-source
2010-04-15  psychonMove the HTTP/IRC switching to CIncomingConnection
2010-03-29  psychonOh look, invisible, pink unicorns!
2010-03-29  psychonMake OnConfigLine() a user module hook
2010-03-29  psychonMove OnWrite{User,Chan}Config() to CModule
2010-03-23  cflakesAdd OnWebPreRequest web module hook to allow modules...
2010-03-16  psychonRemove the spamminess of --debug a little
2010-03-09  cflakesAdded a new module hook
2010-03-04  psychonAdd new module calls for writing config entries
2010-02-25  psychonRemove --disable-modules
2010-02-22  prozacxInitial commit of webmods - still lots of work to be...
2010-02-19  psychonFix a bunch of style suggestions from cppcheck[1]
2010-02-18  psychonRevert r1765
2010-02-18  psychonRemove CModule::m_bGlobal
2010-02-05  prozacxMoved CSocket to Socket.cpp/h
2010-01-15  psychonUse RTLD_GLOBAL for opening modules
2010-01-06  silverleoIt's 2010, where's my hoverboard?
2009-11-16  psychonCModules::OpenModule(): Check the version number first
2009-11-15  psychonBug fix for my last commit
2009-10-17  psychonMicro-optimization: Use existing functions in CModule...
2009-10-17  psychonFix a memory leak/crash in CModule
2009-10-05  psychonUse a set instead of a vector in CModule
2009-09-26  psychonAdd a new module hook OnIRCConnecting
2009-09-17  psychonUse a queue instead of a stack for the list of module...
2009-08-23  psychonAdd CModules::GetModPathInfo()
2009-08-23  psychonAdd CModules::GetModDirs()
2009-08-23  psychonMove CZNC::FindModPath() to CModules
2009-08-10  psychonImprove the error message from /msg *status loadmod
2009-07-10  psychonAdd a limit of 10 unidentified connections per IP
2009-06-29  psychonAdd and use CZNCSock instead of Csock everywhere
2009-06-26  psychonRemove some useless casts
2009-06-18  psychonCSocket: Close sockets which cause a EMFILE
2009-04-22  prozacxAdded module hooks for when the buffer is being played...
2009-03-22  psychonFix a crash bug with recursion in module calls
2009-03-21  psychonSome minor stuff, again found via icc's "remarks"
2009-03-10  psychonCheck if the version of a module matches when querying...
2009-03-09  psychonRemove a mostly unused flag from CModInfo
2009-02-16  psychonRemove some completely unused code in Modules.cpp
2009-01-29  psychonJust. Do. Not. Ask.
2009-01-29  psychonChange the names of all the module entry points to...
2009-01-25  psychonUse that new define everywhere
2009-01-24  psychonAdd a ModHandle typedef instead of using void* directly
2009-01-15  psychonUse RTLD_NOW instead of RTLD_LAZY when dlopen()ing...
2009-01-12  silverleoMove SetArgs above the OnLoad module calls so a module...
2009-01-01  psychonHappy New Year 2009 everyone!
2008-12-31  silverleoAdd OnUnknownUserRaw() global module call.
2008-12-26  psychonMake watch save its settings and add CModule::ClearNV()
2008-12-06  psychonAdd traffic tracking support to CSocket
2008-12-06  psychonUse RTLD_LOCAL instead of RTLD_GLOBAL when reading...
2008-11-25  silverleoAdded OnTimerAutoJoin(). Patch from Freman. Thanks :)
2008-11-24  silverleoAdded OnIRCRegistration(). Patch from Freman. Thanks :)
2008-10-29  psychonRename OnUserAttached and OnUserDetached and add OnClie...
2008-10-26  silverleoChange OnStatusCommand to use non-const variable like...
2008-10-13  psychonCatch 'throw UNLOAD' in the OnBoot module hook
2008-09-30  kroimonUse CString::Equals() everywhere.
next