]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-05-10 brainTweaks here so we can avoid data copies in uhnames
2007-05-10 brainThis doesnt need a data copy any more
2007-05-10 brainAdd m_uhnames.so to the example config
2007-05-10 brainMake it not suck^H^H^H^Hsegfault... and its all fixed...
2007-05-10 brainIt would be good if this actually compiled too...
2007-05-10 brainAdd uhnames prototype
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-09 brainFix ping timeout ERROR not being generated when a serve...
2007-05-09 brainAdd a module which only lets identified users and opers...
2007-05-09 brainFix operquit notices being chopped to first word of...
2007-05-09 brainThe WHO documentation in helpop.conf was WAY out of...
2007-05-09 brainIf we're having local, we need far too (f)
2007-05-09 brainAdd WHO flag 'l', show only local users
2007-05-09 brainFix slightly broken oper checks on +i
2007-05-09 brainAdd extra matches to /WHO. flags aiMp, away, ident...
2007-05-09 brainSomeone left a flag out of the syntax (m, modes)
2007-05-09 brainFix the other logic bug found by peavey
2007-05-09 brainThere was some real odd logic in here - thanks owine...
2007-05-09 w00tMake RCONNECT accept a glob for the first parameter...
2007-05-09 w00tImplement bug #282 from owine: kill sender hiding....
2007-05-08 w00t- (FINALLY, ffs) add realnames to connect/remote connec...
2007-05-08 brainDecraq
2007-05-08 brainAdd oper notices on: (1) joining invisibly to a channel...
2007-05-08 brainTidy up some lollercode
2007-05-08 brainDocument m_xmlsocket.so
2007-05-08 brainSending a buffer full of garbage is not smart or funny.
2007-05-08 brainLeft openssl includes in here :<
2007-05-08 brainAdd comments to describe wtf we are doing
2007-05-08 brainDon't use this yet. we're waiting on w00t for a test...
2007-05-08 brainMake SAJOIN/SAPART more spanningtree friendly, they...
2007-05-08 brainWe're setting chanrec::creation in here and not chanrec...
2007-05-07 brainFix multi-level if() madness, thanks HiroP
2007-05-07 brainCorrect the silentbursts logic
2007-05-07 brainwe typedeffed nspace::hash_map<std::string,command_t...
2007-05-07 brainSlightly tidier capab checks
2007-05-07 brainNeeds a little testing: Tidyup of some code, namely...
2007-05-07 brainFix channel TS not being set correctly on creation...
2007-05-07 brainDevelopers, please review ForceJoin starting at line...
2007-05-07 brainA bit more debug in here
2007-05-07 brainAdd bugnotice when an fmode is sent with a TS < ours...
2007-05-07 brainFTOPIC from another server now (correctly) shows local...
2007-05-07 w00tFix MKPASSWD in helpop, remove MKSHA256, it's now acces...
2007-05-06 brainFix for bug #278 reported by aredridel, LUSERS output...
2007-05-06 brainFix for bug #263 - note, this NEEDS QA TESTING
2007-05-06 brainNow it deletes the makefiles too
2007-05-06 brainmake distclean now removes .config.cache (thanks HiroP)
2007-05-06 braingcc fails it at exporting symbols properly :/
2007-05-05 brainFix for bug typo, dont let it creep into the release!
2007-05-05 brainSo, Mozarella it is for 1.1.7
2007-05-05 brainFix for feature request in bug #262, needs a bit of...
2007-05-05 brainFix for crash found by potter if you set up two redirec...
2007-05-05 brainTidy up a little
2007-05-05 brainSet keywords Id property
2007-05-05 brainThis should do the trick
2007-05-05 brainWe keep forgetting to update the last changed date...
2007-05-05 brainMake debug warning for broken servers once per serverna...
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-05-04 brainFix for bug #274, same port appearing multiple times...
2007-05-04 brainProper fix for clients that send a nickprefix on their...
2007-05-04 brainFix for bug #268, repeated messages on users who are...
2007-05-04 brainIf an op parts, joins or kicks then display the change...
2007-05-04 brainAdd MODE nag to debug snomask +d
2007-05-04 brainFix bug where if an op is in channel then does /names...
2007-05-04 brainUpdate conf
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-04 brainCloaking of WHOIS didnt work quite right, fixed
2007-05-04 brainForgot something important!
2007-05-04 brainCheck visibility states
2007-05-04 brainfoolish human! you can't /mode query a user that isnt...
2007-05-04 brainFix /who to hide users marked invisibile in some way...
2007-05-04 brainApply visibility state to whois, next stop, /who
2007-05-04 brainBrain really must remember svn add.
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-04 brainAdd auditorium to example conf
2007-05-04 brain...And learn to spell right
2007-05-04 brainDo the same for KICK, but in the case of KICK, send...
2007-05-04 brainWhen we silence the event, not even the user whos leavi...
2007-05-04 brainsvn add helps, too. :<
2007-05-04 brainFirst compilable commit of m_auditorium. Not yet tested...
2007-05-03 brainFix broken modules (broken due to api change)
2007-05-03 brainFix for new api
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-05-01 brainImplement feature request in bug #271 by HiroP, allow...
2007-05-01 brainMuch more detailed logging of lowlevel socket errors...
2007-05-01 brainFix crashbug in latest svn introduced by inspsocket...
2007-05-01 brainChange a return NULL to a continue so that where host...
2007-05-01 brainMove new listmode check deeper into the mode parser...
2007-04-30 brainFix one issue, add another feature: When sending MODE...
2007-04-28 peaveysquash a compile warning found by giggsey.
2007-04-27 peaveyupdate svn:ignore for modules to include latest in...
2007-04-27 brainAdd support for hiding listmode lists such as +beI...
2007-04-27 brainAdd and document m_clones as requested by bug #267
2007-04-27 specialm_dnsbl stats should count no result as a miss
2007-04-26 specialFixed bug #266 (m_dnsbl stats), patch by satmd
2007-04-26 brainWhen running in nofork, keep the tty open (we were...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-25 specialLet's pretend the number after 6838 is 6840, so this...
2007-04-25 specialAdded m_chancreate to the example config
2007-04-25 specialAdded m_chancreate, which adds snomask +j to show when...
2007-04-25 brainPlease try this, satmd
next