]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix for parameters which contain a colon (which is not the first char in the string)
[user/henk/code/inspircd.git] / src / modules /
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...
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove all_opers into class InspIRCd
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove strlower into nspace namespace where hash<std...
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-10 omUpdates to new API
2006-08-10 omFix to new API
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainServer::GetConfig, Server::GetVersion -> removed
next