summaryrefslogtreecommitdiff
path: root/src/modules/m_opermodes.cpp
AgeCommit message (Expand)Author
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-02Totally untested patch to add <oper:modes> support. dz, test. Thanks ;pw00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-27Remove unnecessary header trafficw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
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-17Conversionsw00t
2007-06-14Fixed properly this timebrain
2007-06-14This should fix bug #317, we shouldnt be using send_mode for user modes, we s...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-29Fix desync (modes not being pushed to remote servers with send_mode event)brain
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-08*YOINK* Add jamie's patch for parameterized usermodes in m_opermodes (thanks)brain
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-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-24Missing includesbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11Yet more const ref changesbrain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-29Auto-assume "+" on the start of opermode block if not includedbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Converted to new Implements systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-05-25Added denychans module, allows blocking of channelsbrain
2005-05-21Added m_opermodes.cpp, allows addition and removal of modes on oper upbrain