]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chancreate.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_chancreate.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-29 w00tAdd +s +J - for remote channel creation. This helps...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 w00tDon't broadcast CHANCREATE snotice if channel is +P...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert connection::host
2008-05-19 brainMore done
2008-03-24 brainAnd more of them
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
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-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore factory conversion
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-04 brainFirst compilable commit of m_auditorium. Not yet tested...
2007-05-03 brainFix broken modules (broken due to api change)
2007-04-25 specialAdded m_chancreate, which adds snomask +j to show when...