summaryrefslogtreecommitdiff
path: root/src/modules/m_chancreate.cpp
AgeCommit message (Expand)Author
2009-09-02Add "created" parameter to OnUserJoin, to avoid explicit checks for +Pdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-10-29Add +s +J - for remote channel creation. This helps m_chanlog stop being quit...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-07-12Don't broadcast CHANCREATE snotice if channel is +P, fixes second half of bug...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert connection::hostbrain
2008-05-19More donebrain
2008-03-24And more of thembrain
2008-01-10Header update: 2007 -> 2008w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-27Remove unnecessary header trafficw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17More factory conversionw00t
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-04First compilable commit of m_auditorium. Not yet tested IN ANY WAY.brain
2007-05-03Fix broken modules (broken due to api change)brain
2007-04-25Added m_chancreate, which adds snomask +j to show when new channels are createdspecial