]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/u_listmode.h
uhm, remove my debug output :)
[user/henk/code/inspircd.git] / include / u_listmode.h
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-04-20 danieldgActually use irc::modestacker correctly
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-14 peaveyNuke trailing spaces
2009-01-23 w00tFix bug 688, reported by Ankit: extended invexes don...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 w00tChange a few bits to use std::list instead of std:...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-09-30 brainFix for bug #604 reported by Phoenix, thanks
2008-09-06 brainSpeedups
2008-09-06 brainNope w00t it wasnt the last :p
2008-09-06 brainProperly handle CIDR etc for user pointer extbans
2008-09-06 brainMake sure user is null when a literal is passed
2008-09-06 brainOptional use of user object
2008-09-06 brainWhoops left something out
2008-09-06 brainNewer extban-supporting listmode api
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-06-09 brainSomething we can do in 1.2 that we cant really do neatl...
2008-05-25 brainCompile fixes, was forced to move some stuff around
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-05-07 brainMake u_listmode more sensible and make it properly...
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyConvert a whole bunch more
2008-05-04 peaveyConverting
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-18 brainFix this first, as this actually has use of the new...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainAnd whoops, typo
2007-11-04 brainFix these to use new hook system (u_listmode wasnt...
2007-11-04 w00tRemove some unnecessary headers from places, commit...
2007-10-24 brainObnoxious -pedantic warnings
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tRemove an utterly insane comment .. based on changed...
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
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-06-17 brainComments (lots of, this was really lacking)
2007-06-14 brainMAXMODES+1 -> MAXMODES+2
2007-05-27 brainWhoops, ++it++? Thats gonna break :p
2007-05-27 brainChange for reverse output of lists, most recent first...
2007-03-11 brainRemove debug
2007-03-10 brainFix the operator== for irc::string -> std::string to...
2007-03-10 brainChange mask variable to irc::string to allow for case...
2007-01-14 brainSomeone left the colon off the 'end of list' numeric...
2007-01-14 brainAdded interface 'ChannelBanList' that these two modules...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-10-23 brainFix unloading of modules that use u_listmode
2006-10-23 brainbanexception, chanfilter, inviteexception: use modestac...
2006-10-22 brainMake clever use of modestacker
2006-10-22 brainMake +beIgqa be sent multiple per line, rather than...
2006-10-06 brainAdd extra debugging for socketengines, will now report...
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-09-08 brainFix 'item not on list' output
2006-09-02 brainDon't try and delete from the item list whilst iteratin...
2006-09-02 brainDon't use oncleanup to remove listmode lists
2006-09-02 brainbanexception, chanfilter and inviteexception should...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainFixed
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-08 brainWHEEEEE!!!!!
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainIf you ask me, it looks a hell of a lot tidier without...
2006-07-09 brainReorder to avoid warning.
2006-07-09 brainAltered u_listmode to have a constructor arg 'autotidy...
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-09 omAdd a parameter to set what config tag to parse (defaul...
2006-07-08 brainPort m_blockcaps to new api, remove OnExtendedMode...
2006-07-08 brainConvert u_listmode and m_banexception to new api
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-01-25 omOh noes, a typoed comment :x
2006-01-25 omremove redundant variable and fix log output
2006-01-25 omAdding the +e and +I modules m_banexception and m_invit...