]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Auto loading of commands as shared objects via dlsym (very lightweight interface...
[user/henk/code/inspircd.git] / src / modules /
2006-09-02 brainGive this module VF_COMMON, as services depend on it
2006-09-02 brainOnly VF_COMMON modules are sent in CAPAB now, not VF_STATIC
2006-09-02 brainDoesnt need VF_STATIC
2006-09-02 brainBecause these modes take no parameter when being remove...
2006-09-02 brainActually let it be unloaded would be a start (remove...
2006-09-02 brainAllow unloading of +qa
2006-09-02 brainAnd this (i guess it once tested mode stuff)
2006-09-02 brainSo was this...
2006-09-02 brainFor some reason this was VF_STATIC
2006-09-02 brainbanexception, chanfilter and inviteexception should...
2006-09-02 brainAll modules which implement simplemodes (no parameters...
2006-09-02 brainAny modules which were using VF_STATIC to indicate...
2006-09-02 brainAllow unloading of modules which implement modes!
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-08-31 brainMake ban override notice only trigger when they actuall...
2006-08-31 brainFix for bug #134 reported by mixx941: When user connect...
2006-08-31 brainForwardport fix from stable (bug#133 reported by insurg...
2006-08-30 brainFix for parameters which contain a colon (which is...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomasks +k (kills) and +o (oper)
2006-08-29 brainSnomask +l (linking) and some +x (XLINE)
2006-08-29 brain+Q and +C (remote quit and connect) snomasks implemented
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-29 brainSpanningtree tidyups
2006-08-28 w00tHey, what the hell. Let's do remote ADMIN too. :)
2006-08-28 w00t^*&^^)()%-
2006-08-28 w00tRemote MOTD support
2006-08-28 brainRemove blank lines from previous perl inplace edits
2006-08-28 w00tMake oper-override notices a bit more grammar friendly...
2006-08-28 brainHint of the day: When you have a function that can...
2006-08-28 brainCheck for muppet 3rdparty apps that might not order...
2006-08-28 brainError scemantics - 'this' server, 'your' server
2006-08-28 brainModule list diffing
2006-08-28 brainCapab matching on important keys, and module lists
2006-08-28 brainFix ping timeouts to properly close and free the socket...
2006-08-28 braingcc whinges.
2006-08-28 brainAdd DelFd calls when squitting a server or pinging...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-28 brainAdd support for NAMESX
2006-08-27 brainBail out if we get a non-existent user
2006-08-27 brainFixes for w00t, now its boo time :)
2006-08-27 brainFix mode granting in FJOIN
2006-08-27 brainI only fix stuff at 3:30am if im asked nicely and now...
2006-08-27 brainExtra sanity checks
2006-08-27 brainSometimes we were just doing Route->GetSock(), without...
2006-08-27 brainOverloaded char* equivalents of some core functions...
2006-08-25 brainTidyup, multiple inheritence from base class to avoid...
2006-08-25 brainRemove On005Numeric event from a ton of modules which...
2006-08-25 brainFix changing of idents and hosts (it wasnt working...
2006-08-25 brainAdd userrec::ChangeIdent (which we were missing) which...
2006-08-25 brainAdded leachim's +qa prefix patch
2006-08-24 brainRemove OnPostConnect here, it was being used under...
2006-08-24 specialSpeaking of forgetting things, someone forgot to change...
2006-08-24 brainSomeone forgot another :p
2006-08-24 brainSomebody forgot one :p
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-24 brainCheck for missing comma in FJOIN element
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainForgot the comma in first join
2006-08-23 brainIf we get an unknown prefix character on a user when...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-21 brainIn 1.1, place all FJOIN parameters in the last paramete...
2006-08-18 brainFix timeouts
2006-08-18 brainFix ident timeouts to work properly when the connect...
2006-08-18 brainIndent tidyup
2006-08-18 brainDont allow USERIP (where loaded) on unregistered users
2006-08-18 brainDon't allow adding of invalid nicknames to watchlist
2006-08-18 specialModified m_silence to take masks instead of nicknames...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-16 brainOptimizations
2006-08-16 brainWasnt checking channel name on ban deletion
2006-08-16 brainLeaChim please try this
2006-08-16 brainfree() REQUIRES casts to free const char*'s :<
2006-08-16 brainBecause the iterator can be whacked (and the item)...
2006-08-16 brainTweak: Setting server pointer isnt required
2006-08-13 brainIf +L is set without +l, dont forward users
2006-08-12 omCatch exceptions from SQLresolver
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 brainSo is this one ;-ppp
2006-08-11 brainSomehow, IMPORTANT changes got reverted.
2006-08-11 brainpeline/pxline etc stuff removed
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 omNew API update
2006-08-11 omNew API update
2006-08-11 omNew API update
2006-08-11 brainUse pcre-config to detect pcre
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-11 omUpdates to new API and small cleanup
2006-08-11 braincommands.cpp:extern InspIRCd* ServerInstance;
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainAnd fix a bug
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...
next