summaryrefslogtreecommitdiff
path: root/src/modules/m_servprotect.cpp
AgeCommit message (Expand)Author
2012-10-12Remove superfluous std::string()sattilamolnar
2012-07-26Updated version lines to be more descriptive and remove references to other I...Shawn Smith
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Get rid of ModePairdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-05-02Globally route "a" snotices for more modules. Patch from Milliways.danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-16Added the VF_VENDOR flag to m_servprotect; noticed by Johannes13special
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-10-02Mention ulines toobrain
2008-10-02Comment on potentially confusing codebrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-07-19Hook OnUserPreKick and disallow kick on +k users alsow00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-10Change wording of message: You are not permitted to remove privileges from %s...brain
2008-06-10Really smart extra stuff in the deop checkbrain
2008-06-10Add deop protection for services, bug #554brain
2008-05-19These donebrain
2008-03-24And more of thembrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
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-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Mode to protect services from /kill and hide channel list in /whois from ever...w00t