summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2008-04-16Implement our own dllmain. if this works and gets rid of error at 70 modules,...brain
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-04-10Comment small API change (returning -1 from OnCheckBan to explicitly deny the...brain
2008-04-04Remove two useless methods, chanlog is b0rked at the moment.w00t
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-22Add WriteNumeric() to User and OnNumeric module event. Note that modules do n...brain
2008-03-21Add support for OnNamesListItem, discussed with w00t a few days ago. This mak...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-21More test suite stuffbrain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-18Someone please help me fix the warnings in modules caused by this change. All...brain
2008-02-14Make AC_OTHERMODE OnAccessCheck call work again.brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-08Support for /invite <user> <channel> <timeout> - if the user doesn't partake ...aquanight
2008-02-02Make m_password_hash able to pick up hasher modules after it's loaded, meanin...aquanight
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-10Header update: 2007 -> 2008w00t
2008-01-09Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti...w00t
2008-01-06Hopefully correct implementation of OnRawMode.. can someone pls check this fo...w00t
2008-01-06OnRawMode event makes a return: This was removed post 1.0 because it was incr...w00t
2008-01-06Permanent channels, currently conflicts with blockcaps (+P) and is untestedw00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-11-11More stuff incomingbrain
2007-11-11More stuffbrain
2007-11-11In prep for remote includes, configuration reading is now two-pass.brain
2007-11-11Fix crashes from badly written safeitersbrain
2007-11-11Make iterators safe in FOREACH_MOD etc macros, so that ModuleManager::Detach(...brain
2007-11-10m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the...brain
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Why the hell the includes are half way down the damn file in modules.h is bey...brain
2007-11-04Instead of a vector of vectors, use an array of vectors as in the original sp...brain
2007-11-04Commentsbrain
2007-11-04MODERR tidyupsbrain
2007-11-04Remove some now redundant if (!empty) checks in FOREACH_MODbrain
2007-11-04Remove no longer required typedefbrain
2007-11-04Comment all the new stuffbrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-04Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i...brain
2007-11-04More craqbrain
2007-11-04Bring back Prioritize (needs to occur after module load) with a different dec...brain
2007-11-04Next part of Development/Hooking (see wiki)brain
2007-11-04Development/Hooking in full swing now: WARNING, this will break ALL modules f...brain
2007-11-04Add EventHandlers structure for Development/Hookingbrain
2007-10-31Forward declbrain
2007-10-31Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin...brain
2007-10-26Whoops, must be constbrain
2007-10-26Add new event for this with gauranteed delivery of message BEFORE the text is...brain