summaryrefslogtreecommitdiff
path: root/src/modules/m_auditorium.cpp
AgeCommit message (Expand)Author
2009-01-02Update copyrights for 2009.w00t
2008-10-18Convert a number of modules to using privs.w00t
2008-10-02The module hook is kinda required.brain
2008-10-02Fix for bug #601brain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Fix twobrain
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-04Convert this one toopeavey
2008-03-24Finally change all the Version() objectsbrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-21Remove Prioritize(), no longer neededbrain
2008-03-21Make m_auditorium use the new api (this is MUCH easier to understand)brain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-02-06Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0utw00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
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-11-04This compiles, but note most modules are currently broken, they dont Attach()brain
2007-11-04Fix this to compilebrain
2007-11-04Bring back Prioritize (needs to occur after module load) with a different dec...brain
2007-10-23Some AddMode fixesbrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28From RFC 2812, the funny = that i could never identify in NAMES reply: = mean...brain
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-17Convert more modulesw00t
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-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-04If an op parts, joins or kicks then display the change to all, so that the no...brain
2007-05-04Fix bug where if an op is in channel then does /names later, all the non-ops ...brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-05-04...And learn to spell rightbrain
2007-05-04Do the same for KICK, but in the case of KICK, send to the user doing the kic...brain
2007-05-04When we silence the event, not even the user whos leaving/joining gets the ou...brain
2007-05-04svn add helps, too. :<brain