]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Add comments
[user/henk/code/inspircd.git] / src / modules /
2007-06-02 peaveyand a little tweak to remote MOTD too.
2007-06-02 peaveysame for admin, and fix some returns.
2007-06-02 peaveyFix for bug #297. /MODULES now correctly finds remote...
2007-05-31 brainAnd remove soem debug
2007-05-31 brainFix for issue discovered by satmd where it is possible...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-29 w00tFix bug #309 reported by Smartys - QA, please test...
2007-05-28 brainNo flags now means all flags when in the config, so...
2007-05-28 brainThis works now! Still more to do though.
2007-05-28 brainMake the flags work
2007-05-28 brainNext bit of filter flags system
2007-05-28 brainStuff for flags as requested by djGrr. We aren't going...
2007-05-28 brainA flags section for filters. Do not use yet.
2007-05-28 brainipv6 ifdef tidyup by djGrrr, thanks :)
2007-05-28 brainDisplay the proper transports for server ports *slap* :P
2007-05-28 w00tRemove code for clientcount/servercount from /stats...
2007-05-28 w00tShow IPs that a port is bound to in /stats p, don't...
2007-05-28 w00tDon't return CMD_SUCCESS. This command shouldn't go...
2007-05-28 w00t- Add server ports to /stats p. This doesn't work prope...
2007-05-27 w00tAdd m_cycle: server-side equivilant of /hop, except...
2007-05-27 brainFix for bug #305, allow admin to select what port outbo...
2007-05-27 brain...and remember the parameters ;)
2007-05-27 brainWe were already sending FMODE +nt after each channel...
2007-05-27 brainWhoops, ++it++? Thats gonna break :p
2007-05-27 brainAnother for bug #307
2007-05-26 w00t- Remove duplicate call to MatchText in filter.. it...
2007-05-26 w00t- Fix some win32 warnings in a way that won't crash...
2007-05-25 brainFix for bug #303 reported by HiroP, thanks
2007-05-25 w00tDon't allow SVSHOLD from a non-ulined client. Thanks...
2007-05-24 specialPropagate the gunloadmodule command even if the module...
2007-05-24 brainSomehow, the code which does the "assumption" that...
2007-05-23 brainCommit patch by IronLegend, thanks :) -- Fixes bug...
2007-05-23 peaveyOne more with redundant ref to instance. I think this...
2007-05-22 peaveyModule class has a member ServerInstance, so remove...
2007-05-22 w00t- Fix two minor warnings here (catch (ModuleException...
2007-05-22 brainBloody 'safe stl' warnings.
2007-05-22 brainSomeone forgot the blindingly obvious - APPLY the gline...
2007-05-22 brainThis says ten minutes drift and should say five, fixed
2007-05-21 brainIn this module we declare the md5 context as a class...
2007-05-21 brainMove inspircd.h to top
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-21 frostycoolslugReverted broken patch.. This may break, but it's unlike...
2007-05-20 w00t- Comment on the ifdef in here, to avoid people (like...
2007-05-20 w00t- Fix a small warning thrown by cl about unused local.
2007-05-20 brainSend CHANMODES= and PREFIX= in CAPAB CAPABILITIES.
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-18 specialFixed a fairly low-risk crash in m_spanningtree
2007-05-18 specialm_censor can now block lines as well, by specifying...
2007-05-17 brainFix broken return statements preventing blockchat and...
2007-05-17 brainChange the way i/o lines are formatted in debug log...
2007-05-16 brainThis is funny, in m_md5 we have an ancient comment...
2007-05-16 brainWe announce a ping timeout THREE different times and...
2007-05-16 brainAnd fix another booboo
2007-05-16 brainAdd a notice on connection close stating server link...
2007-05-16 w00tTidy logic a little in here, and support <options:exemp...
2007-05-16 w00tOpers are not exempt from other modes, don't exempt...
2007-05-16 w00tWhile rolling our own IS_LOCAL check with irc::string...
2007-05-14 brainMore tweaks from Eric, when an oper is invisible, attem...
2007-05-14 brainAdded patch from Eric at neowin.net so that opers are...
2007-05-14 brainquietbursts tweak for hirop
2007-05-14 w00tNow really add +f to <options:chanopsexempt>. Previous...
2007-05-14 w00tThe last commit never happened.
2007-05-14 w00tAdd +f (chanfilter) to <options:exemptchanops>
2007-05-13 w00tReplace strip/blockcolor tags with <options:exemptchano...
2007-05-13 brainWe dont need to send FMODE for user mode changes, and...
2007-05-13 brainFix remote bursting with quietbursts, before QA actuall...
2007-05-13 brainBetter logging to troubleshoot silentbursts
2007-05-13 brainMake the debug output a bit more readable
2007-05-13 w00tAdd <blockcolor:allowchanops>, mirroring <stripcolor...
2007-05-13 brainPoach feature request: If a server does not respond...
2007-05-13 w00tMake this FindFeature once, and store the result. It...
2007-05-12 w00tArgh, forgot the space on the end. >_<
2007-05-12 w00tMake this use std::string, not char crap
2007-05-12 w00tLast IS_AWAY fix. No more *u->awaymsg. :)
2007-05-12 w00tThe commit that should have been r7000: src/modules...
2007-05-12 w00tOpers cannot change the modes of others, and on this...
2007-05-12 w00tOpers cannot change the modes of others.
2007-05-12 w00tChange to IS_OPER, also modify to use short circuit...
2007-05-12 w00tOpers cannot change the modes of others. (In retrospect...
2007-05-12 w00tOpers cannot change the modes of others.
2007-05-12 w00tSmall thing, but check for IS_OPER(source) too, just...
2007-05-12 w00tOpers cannot change the modes of others
2007-05-12 w00tOpers cannot change the modes of others
2007-05-11 brainThou shalt test compile before committing :p
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-11 w00tOne of my XXXs done, tidy logic in here
2007-05-11 w00tLast commit of that batch: Fix some returncodes (some...
2007-05-11 w00tYes, and here too. I want these in seperatly so I can...
2007-05-11 w00tLogic cleanup here too.
2007-05-11 w00tOpers haven't been able to change the modes of others...
2007-05-11 w00tClear up logic a little here, check error conditions...
2007-05-11 w00tMake the same (r6972) fix here.
2007-05-11 w00tRemove duplication of conf loading code here. Just...
2007-05-11 w00tFix a slightly out of date comment (from before the...
2007-05-10 brainAdd <watch maxentries> and <silence maxentries>
2007-05-10 brainAttach ident and original username to the metadata...
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-05-10 brainI can do coding, me!
2007-05-10 brainChange some stuff around to make sure metadata/fmode...
next