summaryrefslogtreecommitdiff
path: root/src/modules/m_restrictchans.cpp
AgeCommit message (Expand)Author
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversions.w00t
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-12The commit that should have been r7000: src/modules now uses IS_OPER instead ...w00t
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-25All done.brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-03-11Yet more const ref changesbrain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-01-19Added <allowchannel:name> to allow specific channelsbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Converted to 'Implements' systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-03-28Added a module at request of [ed] which stops anyone messaging all but opersbrain
2005-03-28Added module to restrict channel creation to opers only (requested by [ed])brain