]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_remove.cpp
cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusFlags...
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-07 omGeneral cleanup of code., add support for +Q channel...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainConvert to templated GetExt
2006-06-24 brainDont allow /REMOVE of a uline, dont allow /REMOVE of...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-28 omCleanups. Don't have a colon with no part reason. Param...
2006-03-27 w00tFounders CANNOT be kicked, so don't let them be removed...
2006-03-27 w00tRemoved unused check for valid channel name - if it...
2006-03-20 brainWhy does EVERYONE forget to include helperfuncs.h?
2006-03-19 brainTrivial: 401 numeric for m_remove when nick or channel...
2006-03-19 brainSomeone doesnt validate their input.... ;-p
2006-02-26 brainHow did this random stray '1' get in here before the...
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-02-05 brainAAARGH! GRAMMAR NAZIS! ALL AROUND ME!
2005-12-26 brainConverted to 'Implements' system
2005-12-16 brainPorting to new command system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 w00tBit of a cleanup
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-03-27 brainAdded 005 numeric handling to most of the modules
2005-03-26 brainAdded m_remove by om, uses a force part to replace...