]> 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-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainFix passing wrong instance to resolver
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainWrong version given in check it seems. Om can review...
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 omFixes for API changes
2006-08-09 omFix for when we hit PgSQL 9.x that I think actually...
2006-08-09 omFix for when we hit PgSQL 9.x
2006-08-09 brainThis wont build. :(
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainFindMatchingLocal/FindMatchingGlobal -> userrec::LocalC...
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-08 brainchanrec::KickUser and chanrec::ServerKickUser return...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-08 brainAdd checking on AddFd that was missing (it assumed...
2006-08-07 brainOnly local users can have angry monkeys and packs of...
2006-08-07 brainNow with added ANGRY MONKEYS.
2006-08-07 brainChange the error message, just for LeaChim <3
2006-08-07 brainThe segfaults on missing init_module symbol are now...
2006-08-07 brainChange symbol back
2006-08-07 brainAdded some hax :( to prevent invalid symbols. It seems...
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-08-07 omUntested but compiling updates for Resolver DNS API
2006-08-07 omGeneral cleanup of code., add support for +Q channel...
2006-08-07 brainAdd m_tline, tests how many users a gline, zline etc...
2006-08-06 brainFix for ipv6 build
2006-08-06 brainAdd <link:allowmask>
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix TS lowering, also update local variable
2006-08-05 brainDont try and cloak remote clients
2006-08-05 brainExtra stuff for identifying ipv6 addresses
2006-08-05 brainUse insp_aton so we can correctly cloak ipv6
2006-08-04 brainSanity checks
2006-08-04 brainAdd 'no such server' on remote stats to invalid name
2006-08-04 brainBackwards mode stuff!
2006-08-04 brainFixes?
2006-08-04 brainBugs bugs
2006-08-04 brainDebug
2006-08-04 brainFix craq loop
2006-08-04 brainMore fuckup
2006-08-04 brainNot checking a pointer, bad brain bad
2006-08-04 brainWhoops, typo
2006-08-04 brainFixes for ::0 ip's, disable autobind when using ::ffff...
2006-08-04 brainIPV6 compile fixes
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-03 brainExtra stuff for forcing a v4 or v6 lookup
2006-08-03 brainAdded test framework, so that i can work on improving...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainCheck for duplicate servers in OnLookupComplete
2006-08-02 brainComment ServernameResolver class
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-01 brainRemove unused temp buffers
2006-08-01 brainClone counting works with ipv6 now
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-30 brainFix to send out modes remotely when a ban expires so...
2006-07-30 brainFix more timedban stuff - possible infinite loop if...
2006-07-29 brainFix for bug which can lock up ircd if someone adds...
2006-07-29 brainStarted UserManager class
2006-07-28 brainRemove m_operwho, no longer required in 1.1 as standard...
2006-07-28 brainBeat om to the commit
2006-07-28 brainFix the obligotary typos
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-27 brainAdd VF_SERVICEPROVIDER
2006-07-27 brainFix to allow +q/-q etc
2006-07-27 brainAllow SAMODE and remote users to set +qa without local...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brain* Fix Server::SendMode to actually work again.
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-26 brainFix reiterpret_cast stuff that doesnt work right
2006-07-26 brainAdapt m_spanningtree to use irc::tokenstream instead...
2006-07-26 brainMigrate towards FMODE with TS, remove the SYNCTS comman...
2006-07-25 omRemove numeric which makes some clients (Xchat, more...
2006-07-25 brainExclude LUSERS lines with zero counts (NO WE WONT CHANG...
2006-07-25 brainPrevent notice loops on servermasks
2006-07-25 brainAllow PRIVMSG and NOTICE targets of $<servermask> to...
2006-07-25 brainFix NOTICE $* to go between servers
next