]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-11-17 brainAdd irc::dynamicbitmask class. Feel free to take a...
2006-11-16 brainMake STATS i, y, c, n more relevent to 1.1
2006-11-16 w00tFix /whois on users with lots, and lots of channels...
2006-11-15 brainAdd WHO flag 'm' to show users who have a mode sequence
2006-11-15 brainTidy up some stuff
2006-11-15 brainThe array should no longer be static
2006-11-15 brainComments, woo and yay
2006-11-15 brainAll of the void* cast stuff gone!!!
2006-11-15 brainRemove tons of pointer craq (theres still a tinnny...
2006-11-15 brainDon't allow a non-oper to view another users modes...
2006-11-15 specialAdded <oper:swhois> to m_swhois, which will override...
2006-11-14 brainWe dont need this dummy value any more!
2006-11-14 brainTemporarily? remove the old gcc3.3 fix
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-14 brainTidyup and tons of debug in here, to troubleshoot an...
2006-11-14 brainAnother couple of 'forgot to memset's
2006-11-14 brainProperly zero the epoll_event in epollengine WantWrite...
2006-11-14 brainInherit ModuleException from std::exception rather...
2006-11-13 brainModify server counts in /lusers to show number of serve...
2006-11-13 peaveyuse --iter instead of iter-- in prunewhowas
2006-11-13 peaveyfix for bug #173, unsafe delete while iterating
2006-11-13 peaveyTell user command WHOWAS is disabled if disabled in...
2006-11-13 peaveyDocument how to disable whowas
2006-11-13 peaveyFix PruneWhoWas to actually work right on rehash. Add...
2006-11-13 peaveyDo *NOT* use local vars in ServerConfig::Read for tempo...
2006-11-13 brainOnly re-initialize disabled commands if they've changed
2006-11-13 peaveyadd <whowas> config option to control whowas behaviour...
2006-11-12 brainWhen rehashing and adding new ports, error back to...
2006-11-12 brainGrammar nazi in the hizouse
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
2006-11-12 brainSwap some stuff around, just to complicate bruteforcing
2006-11-12 brainMake the output table chosen be unique to the actual...
2006-11-12 brainBetter cloaking for unresolved IP addresses.
2006-11-12 peaveytypo fix
2006-11-12 brainAdvance to beta 6 svn
2006-11-12 brain1.1 Beta 5 + Lugnut
2006-11-12 brainThanks for the pointer jilles ;)
2006-11-12 brainSlight hax. When bursting a channel - in the fmode...
2006-11-12 brainIf a new channel is created, after sending the FJOIN...
2006-11-12 brainShow chanrec::age in MODE #chan, not the deprecated...
2006-11-12 brainAdded a notice that all people bumping the protocol...
2006-11-12 brainProtocl-Version bump to 1102
2006-11-12 brainOops, using wrong param
2006-11-12 brainMore funky stuff, SNONOTICE, MODENOTICE to go with...
2006-11-12 brainWhoops, stuff in the wrong place
2006-11-12 omAnd change < 64 to <= 64, the length limit is 64 -...
2006-11-12 brainMake OPERNOTICE work right
2006-11-12 omFix off-by-one error in userrec::ChangeDisplayedHost...
2006-11-12 brainAdd send_opers event and OPERNOTICE command to send...
2006-11-12 brainYes, we do want to propogate the server mode
2006-11-12 brainNotice back to oper on invalid SAMODE
2006-11-12 brainNeeds testing: SAMODE doesnt send the actual SAMODE...
2006-11-12 brainAllow normal MODE from a server prefix
2006-11-12 brainDont propogate failed mode changes
2006-11-12 w00tAdd m_restrictbanned to example conf.
2006-11-12 w00tAdd m_restrictbanned.so, disalows banned users on a...
2006-11-12 brainWe now have only one string copy for remote topics...
2006-11-11 brainEnable removal of debug info for tiny systems
2006-11-11 peaveyfix a compile warning
2006-11-11 brainEliminate two trivial compile warnings pointed out...
2006-11-11 brainA few lines here are loglevel DEFAULT and should be...
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAllow checking of overlapped ports. A bit of sensible...
2006-11-11 brainDocument irc::portparser with comments :-)
2006-11-11 braindont use local vars and lose state
2006-11-11 brainHandle out of range port numbers without stopping parsi...
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainMake these properly detect port ranges.
2006-11-11 brainDocument port range stuff
2006-11-11 brainSupport hybrid-style port ranges in spanningtree, too
2006-11-11 brainAllow port ranges for client ports (this is still todo...
2006-11-11 peaveyfix small typo (also doubles as test commit)
2006-11-11 brainOops, add special-case for user killing themselves...
2006-11-11 brainYay, comma seperated /kill, same limits as PRIVMSG...
2006-11-11 brainImprove quit messages caused by filtering, now prefixed...
2006-11-10 brainAlso dont try and filter remote users. This is ick.
2006-11-10 brainFiltering should leave ulines alone, and not filter...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainImplement a change for bug #171. It might not be pretty...
2006-11-10 brainThese should now be VF_COMMON, they sync data
2006-11-10 brainMake /stats s more detailed, fix a grammar error
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainOops, fix crash
2006-11-10 brainWhoops, properly handle rehash now that new filters...
2006-11-10 brainFinally update this
2006-11-10 brainDocument changes to m_filter and m_filter_pcre a little.
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...
2006-11-09 w00tMove peaveydk to core developers, jamie to contributors...
2006-11-09 w00tPatch from peavey to fix GCC3.3 crash correctly, withou...
2006-11-08 specialThis should fix the empty iterator crash with gcc3...
2006-11-06 specialFixed broken syncing for glines and elines using idents...
2006-11-06 specialApply patch for bug #165 (compile warning for users...
2006-11-06 w00tFix IPv4 resolution, spank satmd if you were affected...
2006-11-05 specialFixed bug #164 by peaveydk
2006-11-05 specialModified the server-to-server TIME command to report...
next