summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2004-05-01Added <options noservices> behaviour for m_chanprotect.so as suggested by Craigbrain
2004-05-01Added access checks.brain
2004-05-01Added module to support modes +q and +abrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-28Added m_alias module for defining command aliasesbrain
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-27Added m_services.so, must be loaded to give services-needed modes such as +rbrain
2004-04-25Fixed a GCC2 incompatibility, replaced break with returnbrain
2004-04-25Fixed USER bug (Bugtracker #14)frostycoolslug
2004-04-22Fix to services sending quits with no reasonsbrain
2004-04-20Some pointless changes to this in the course of bugfindingbrain
2004-04-19Some fixes herebrain
2004-04-19Broken code commented out by brain until we can fix it.brain
2004-04-19Fixes to this module by brainbrain
2004-04-18Added extra / in case people (Like you [Brain]) forget to add it in ./configu...frostycoolslug
2004-04-18Modules will no longer re-compile themselves if they havnt changed.frostycoolslug
2004-04-12Put back m_foobar... wtf, where did this go?!brain
2004-04-12Added preliminary support for a bottler-detection modulebrain
2004-04-12chghost fixes (changed the host of the user doing the command!)brain
2004-04-12Abstracted host/gecos changing to Server:: methodsbrain
2004-04-11Fixed servermode propogationbrain
2004-04-10Added 'm' datagram type (user mode change)brain
2004-04-08Removed my humourous Error messages (Replaced them with Useful Text)frostycoolslug
2004-04-08Working /helpop command modulefrostycoolslug
2004-04-08Fixes (and now it has an infinite loop - DO NOT USE)brain
2004-04-08Damn typosbrain
2004-04-08/helpop command Module.frostycoolslug
2004-04-08Sanity checks in SAJOIN and SAPARTbrain
2004-04-08Fixes to m_filter to check its config file exists!brain
2004-04-07Fixed typo in m_saquit (missing ;) w00t needs to test what he commits.brain
2004-04-07Fixed typo/crash in m_sethost discovered by Hart and Mikebrain
2004-04-07Added a sanity check on the hostnames being set before actually setting thembrain
2004-04-07Fixed makefile to show progressbrain
2004-04-07Added new modules m_chghost, m_sethost, m_setnamebrain
2004-04-07Fixed actions in m_filterbrain
2004-04-07Fixed actionsbrain
2004-04-07Added preliminary support for ConfigReader::Verify at request of the slug :pbrain
2004-04-07Added servernotice back to the user, informing thembrain
2004-04-07Added m_filter module that filters privmsgs and notices that match patternsbrain
2004-04-06Actually compiles now :pbrain
2004-04-06Added m_samode.cpp module by w00t (stability testing)brain
2004-04-06The SA* modules actually compile in this versionbrain
2004-04-06Added SA* modules (untested)brain
2004-04-05Added extra command loggingbrain
2004-04-05Changed comments to match the module (duh)brain
2004-04-05Changed descriptionbrain
2004-04-05Fixed to require +o as well as +g to receive a globops noticebrain
2004-04-05Added m_globlops module with unreal-style /GLOBOPS and usermode +g (set on oper)brain
2004-04-05Modified the Module::OnExtendedMode() method to use a void* as its target whi...brain
2004-04-04Fixed a bug in servermode handling where the target is a channel, found by Ch...brain