]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes
Merge branch 'master+foreachneighbor'
[user/henk/code/inspircd.git] / src / modes /
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-01 brainConvert to SimpleUserModeHandler and SimpleChannelModeH...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-14 brainSet the required prefix for ops to @, thanks
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainmake sure we include the right headers and fix a warnin...
2008-03-30 peaveywhack a couple of format warnings now showing with...
2008-02-24 aquanightMake run-cc show ARCHIVE step(s), also get rid of ...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-14 brainAs a final test of this, set the permissions required...
2008-02-12 brainHA, that did it
2008-02-12 brainapparently ar -s is equivalent to ranlib, except it...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 brainHide ar and ranlib
2008-02-10 brainNow very tidy make output, with pretty colours :p
2008-02-10 brainMove run-cc.pl to make/ directory and update paths...
2008-02-09 aquanightAdd a perl script which will abort compiles for warning...
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainPedantic safe
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tRemove some fake client stuff, make it use the global...
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-07-21 brainTest
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-30 brainFix bug #310 reported by Smartys, and optimize mode...
2007-05-27 brainChange for reverse output of lists, most recent first...
2007-05-21 brainAll non-commands part of the core are now warning clean...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-02-07 brainRemove some debug
2007-02-01 w00tNew patch from BuildSmart for OS X support, not broken...
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2006-12-29 brainFix my whoopsies
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-09-10 brainMake it neater
2006-09-10 brainDont allow keys of length >= 32
2006-09-09 brainChanges to m_override
2006-09-02 brainComments
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainFDSFDSACFasfcas
2006-08-29 brainFix typos
2006-08-29 brainMore snomask +o (unoper)
2006-08-29 brainauto-set +s when +n is set (as +n requires +s) - allow...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-19 brainMore tweaks
2006-08-19 brainFixed makefile
2006-08-19 brainChanged modes/ makefile (not yet tested)
2006-08-18 brainstskeeps trying to get his name all over our commit...
2006-08-18 brainDont allow an empty key (thanks stskeeps)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brainFix the remote +k-k stuff
2006-07-27 brainAllow freaky stuff with +k when coming from a server...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd code to remove an opers opertype when they oper...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainConvert new +isw modes to new mode format
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainConvert the output limit back to the parameter
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainTypoed a const
2006-07-07 brainAdd channel modes +n and +t
2006-07-07 brainClean 'removed' bans too
2006-07-07 brainTidier than a trinary op
2006-07-07 brainMove BanItem into the class
2006-07-07 braintoomanyexclamation and toomanyat are no longer required...
2006-07-07 brainMake +b use CleanMask()
2006-07-07 brainAdded cmode_m (channel mode +m)
2006-07-07 brainTidy up space indents so Om and w00t dont murder me
2006-07-07 brainfix channel mode +b
next