]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_customtitle.cpp
Add Inspircd::AddServices
[user/henk/code/inspircd.git] / src / modules / m_customtitle.cpp
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-25 danieldgm_customtitle: Don't route TITLE command, route metadat...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-08-25 w00tFix a few malformed Id tags
2008-08-25 w00tChange module versions to use a string instead of fixed...
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-08-10 peaveyFix checks on GetExt everywhere its used.
2008-08-10 peaveyForward port r10133.
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainConvert connection::host
2008-05-19 brainMore done
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-05-04 peaveyConvert a few more
2008-04-04 brainMake all our modules use the new stuff rather than...
2008-04-01 brainSome metadata commands were using nicknames to identify...
2008-03-24 brainFinally change all the Version() objects
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 w00tRemove unnecessary header traffic
2007-08-03 w00tAdd VF_COMMON to a lot modules which require it. Report...
2007-07-21 peaveyle cleanup
2007-07-21 peaveypush metadata out on title-up
2007-07-21 peaveyMake it local only.
2007-07-21 peaveyAdd Custom Titles as requested per bug #334