]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Added m_blockcolor, implements unreal-style mode +c for color blocking
[user/henk/code/inspircd.git] / src / modules /
2004-05-10 brainAdded m_blockcolor, implements unreal-style mode +c...
2004-05-10 brainAdded m_nonotice, implements unreal-style chanmode +T
2004-05-09 brainFixed m_redirect.so which was claiming every mode that...
2004-05-09 brainAdded m_ctcp, adds support for unreal-style chanmode +C
2004-05-08 brainRemoved some debug stuff
2004-05-08 brainAdded user/chanel modes +R, +M
2004-05-08 brainAdded m_nokicks and chanmode +Q
2004-05-05 brainAdded support for +L (services doesnt support this...
2004-05-05 frostycoolslugFixed bug in makefile, all 'edited' modules will now...
2004-05-05 brainAdded m_redirect, handles +L
2004-05-02 brainAdded +O mode support through m_operchans.so
2004-05-02 brainAdded operchans module for +O mode support
2004-05-02 brainAdded oper-override module
2004-05-01 brainAdded hardcoded support for chanmodes +aq
2004-05-01 brainTidied the code to use Azhrarns new ConfigReader::ReadF...
2004-05-01 brainAdded comments
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-05-01 brainAdded <options noservices> behaviour for m_chanprotect...
2004-05-01 brainAdded access checks.
2004-05-01 brainAdded module to support modes +q and +a
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-28 brainAdded m_alias module for defining command aliases
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-27 brainAdded m_services.so, must be loaded to give services...
2004-04-25 brainFixed a GCC2 incompatibility, replaced break with return
2004-04-25 frostycoolslugFixed USER bug (Bugtracker #14)
2004-04-22 brainFix to services sending quits with no reasons
2004-04-20 brainSome pointless changes to this in the course of bugfinding
2004-04-19 brainSome fixes here
2004-04-19 brainBroken code commented out by brain until we can fix it.
2004-04-19 brainFixes to this module by brain
2004-04-18 frostycoolslugAdded extra / in case people (Like you [Brain]) forget...
2004-04-18 frostycoolslugModules will no longer re-compile themselves if they...
2004-04-12 brainPut back m_foobar... wtf, where did this go?!
2004-04-12 brainAdded preliminary support for a bottler-detection module
2004-04-12 brainchghost fixes (changed the host of the user doing the...
2004-04-12 brainAbstracted host/gecos changing to Server:: methods
2004-04-11 brainFixed servermode propogation
2004-04-10 brainAdded 'm' datagram type (user mode change)
2004-04-08 frostycoolslugRemoved my humourous Error messages (Replaced them...
2004-04-08 frostycoolslugWorking /helpop command module
2004-04-08 brainFixes (and now it has an infinite loop - DO NOT USE)
2004-04-08 brainDamn typos
2004-04-08 frostycoolslug/helpop command Module.
2004-04-08 brainSanity checks in SAJOIN and SAPART
2004-04-08 brainFixes to m_filter to check its config file exists!
2004-04-07 brainFixed typo in m_saquit (missing ;) w00t needs to test...
2004-04-07 brainFixed typo/crash in m_sethost discovered by Hart and...
2004-04-07 brainAdded a sanity check on the hostnames being set before...
2004-04-07 brainFixed makefile to show progress
2004-04-07 brainAdded new modules m_chghost, m_sethost, m_setname
2004-04-07 brainFixed actions in m_filter
2004-04-07 brainFixed actions
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainAdded servernotice back to the user, informing them
2004-04-07 brainAdded m_filter module that filters privmsgs and notices...
2004-04-06 brainActually compiles now :p
2004-04-06 brainAdded m_samode.cpp module by w00t (stability testing)
2004-04-06 brainThe SA* modules actually compile in this version
2004-04-06 brainAdded SA* modules (untested)
2004-04-05 brainAdded extra command logging
2004-04-05 brainChanged comments to match the module (duh)
2004-04-05 brainChanged description
2004-04-05 brainFixed to require +o as well as +g to receive a globops...
2004-04-05 brainAdded m_globlops module with unreal-style /GLOBOPS...
2004-04-05 brainModified the Module::OnExtendedMode() method to use...
2004-04-04 brainFixed a bug in servermode handling where the target...
2004-04-04 brainAdded comments to m_cloaking.cpp
2004-04-04 brainCompleted support for module-handled umodes
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-03 frostycoolslugFixed bugs in ./configure
2004-04-03 brainAdded support for module-defined chanmodes with no...
2004-04-02 brainImproved comments
2004-04-02 brainAdded ability to override modes (allows SAMODE support...
2004-04-02 brainClarified documentation
2004-04-02 brainFixed typo
2004-04-02 brainAdded simple test command module
2003-09-27 frostycoolslugCombined The file Modules and Config file existance...
2003-07-27 frostycoolslugAdded a couple of \n's to my 'Quotes File Not found...
2003-07-27 frostycoolslugFix bug i put in, IRCd Should bail when quotefile aint...
2003-07-27 frostycoolslugPossible Bugfix.. stop the IRCd from launching if the...
2003-07-22 randomdanSTL namespace fixes
2003-02-07 brainChanged to using LogLevels
2003-01-24 brainAdded copyright notices
2003-01-23 brainFixed paths and makefile locations
2003-01-23 brainremoved temp file
2003-01-23 brainAuto created by ./configure tests
2003-01-23 brainInitial revision