]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Fix some oversights
[user/henk/code/inspircd.git] / src / modules.cpp
2015-05-22 Attila MolnarFix some oversights
2015-05-20 Attila MolnarAllow modules to be called as "foo" instead of "m_foo.so"
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-15 Attila MolnarEliminate constant return value of the all events versi...
2015-02-15 Attila MolnarRemove I_BEGIN from enum Implementation
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-11 Attila MolnarRemove class Event and the OnEvent hook
2015-02-11 Attila MolnarAllow dynrefs to have an OnCapture() hook
2015-02-11 Attila MolnarEnsure all dynrefs with the same target resolve to...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarRemove the unused OnGlobalOper hook
2014-11-01 Attila MolnarAdd stdalgo::isin() and use it to simplify code
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-09-04 Attila MolnarPass Modes::ChangeList references to the OnPreMode...
2014-09-03 Attila MolnarPass the modes to the OnMode hook as a Modes::ChangeLis...
2014-08-30 Attila MolnarMove the intrusive list containers into the insp namespace
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-06-24 Attila MolnarRemove now needless dynref_init_complete
2014-06-20 Attila MolnarChange the type of the user parameter in the OnUserPreN...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-07 Attila MolnarMerge insp20
2014-03-28 Attila MolnarConvert the global list of dynamic reference pointers...
2014-03-15 Attila MolnarFix invalid iterator use when removing modes in ModuleM...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-02-23 Attila MolnarThrow an exception if ModeParser::AddMode() fails
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-02-21 Attila MolnarReplace mode letter parameter of OnRawMode() with a...
2014-02-14 Attila MolnarReturn a Membership* from get_first_visible_channel...
2014-02-07 Attila MolnarOnly compile the testsuite if INSPIRCD_ENABLE_TESTSUITE...
2014-01-25 Attila MolnarAdd Channel* parameter to OnSendWhoLine
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarFix possible use of invalid iterator on module unload
2013-12-18 Daniel VassdalFix issues discovered by Coverity
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMove stuff around a bit:
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
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-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-06-13 attilamolnarReplace void* dest and target_type parameters of OnMode...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
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-06-01 attilamolnarMove a few trivial functions into headers
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 AdamFix m_randquote with 0 quotes
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 #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-10 attilamolnarRun OnUnloadModule hook before starting to unregister...
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 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2012-12-02 attilamolnarThrow an exception when attempting to register an exten...
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
next