]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Pass an interface to the OnSync hooks
[user/henk/code/inspircd.git] / include / modules.h
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-08 attilamolnarHide all symbols that aren't exported explicitly
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-08 attilamolnarDeduplicate code in modmanager_static and modmanager_dy...
2013-09-08 attilamolnarRemove ModuleManager::ModCount and GetCount()
2013-09-08 attilamolnarFix module loading in PURE_STATIC builds
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarMove dynamic_reference and related classes to dynref.h
2013-06-24 Attila MolnarMerge pull request #564 from SaberUK/master+doxygen-fix
2013-06-21 Peter PowellFix Doxygen comments.
2013-06-13 attilamolnarReplace void* dest and target_type parameters of OnMode...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-06 attilamolnarRemove deprecated Request cross-module communication...
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-05 attilamolnarMerge insp20
2013-06-02 attilamolnarRoute WALLOPS like a regular command, remove OnWallops...
2013-05-26 Peter PowellClean up the FileReader class and all of the modules...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-08 attilamolnarAllow dynamic references to reference ServiceProviders...
2013-04-08 attilamolnarRework dynamic_reference management, introduce dynamic_...
2013-04-08 attilamolnarRemove OnAddBan and OnDelBan hooks
2013-04-05 attilamolnarDon't attempt to unload or reload modules that are...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarRemove more deprecated code
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Peter PowellPurge the deprecated chanprotect module.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-03-31 attilamolnarNew API version
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarNew OnUserSetIP() hook
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-07-01 Robin BurchellRevert "users: introduce OnSetClientIP hook."
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 William Pitcockusers: introduce OnSetClientIP hook.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-04-02 Daniel De GraafSplit up API_VERSION number
2010-03-22 danieldgRemove channel argument from OnSendWhoLine, this inform...
2010-03-22 danieldgAllow static initialization of dynamic_reference objects
2010-03-18 danieldgPURE_STATIC fixes to use normal <module> tags
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-06 danieldgFix ModuleManager::SetPriority algorithm which did...
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-19 danieldgKill m_spy, which was replaced by channels/auspex in...
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-02-14 danieldgm_dnsbl updates
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgRewrite ConfigReader again
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-12 danieldgEncode module API version in the init_module symbol...
next