]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_remove.cpp
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipp...
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-15 brainFix for minor memory leak on unloading module, bug...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
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-11 w00tLast commit of that batch: Fix some returncodes (some...
2007-01-17 brainMass comment removal.
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-04 brainTweak this module to always allow remove from remote...
2006-10-19 brainInsert massive change here.
2006-10-03 brainNew helper class irc::stringjoiner - it pwns you.
2006-10-02 brainnenolod, what craq were you smoking? this code was...
2006-10-02 nenolodno you can't just go from a std::ostringstream to a...
2006-10-02 jamieFix REMOVE reason
2006-10-01 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-23 brainMore prefixchar stuff.
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainFixes and removal of Server::GetServerName()
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...