]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-02-06 brainPedantic tweak to /WHO (this actually needs rewriting...
2006-02-05 omw00tie made me do this :( Remove myself from the 'Teste...
2006-02-05 frostycoolslugYeah, this thing only uses 1 param, but requires 2? :P
2006-02-05 frostycoolslugMade devoice not oper-only (Congrats to the original...
2006-02-05 brainFixed missing speech marks and stuff (vim and syntax...
2006-02-05 brainAdded more up to date helpop.conf from Custodis <tballe...
2006-02-05 brainFixed two unneccessary strlcpy's in the wildcard matchi...
2006-02-05 brainFix to allow empty but defined away message (yes, really)
2006-02-05 brainFixed another issue
2006-02-05 brainBad brain, bad bad
2006-02-05 brainBugfix to cmd_modules, we've added some event types...
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-05 brainAAARGH! GRAMMAR NAZIS! ALL AROUND ME!
2006-02-05 brainFixes for (unlikely and theoretical) desync in TOPIC
2006-02-05 brainFix to prevent use of aliases before reigstering connection
2006-02-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-05 omBug in code for syncing cbans
2006-02-05 om[Re ;\] add m_ssl_dummy :"
2006-02-05 brainAdded m_uninvite here
2006-02-05 brainCommented on new return value of OnUserPreKick for...
2006-02-05 brainWrong varname
2006-02-05 brainRe-organized order of cmd_kick stuff (OnUserPreKick...
2006-02-04 brainMore numerics
2006-02-04 brainTweak tweak
2006-02-04 brainMarked static
2006-02-04 brainFix warning that stops this from working (related to...
2006-02-04 brainFix typos so it compiles :p
2006-02-04 brainFirst-revision UNINVITE, probably wont compile yet
2006-02-04 brainAllow remote users to INVITE regardless of channel...
2006-02-04 omMake the alternative hosts be in alphabetical order :(
2006-02-04 brainUpdate example <oper> to demonstrate multiple hostnames
2006-02-04 brainAdded support for space-seperated lists here, too
2006-02-04 brainAllow space seperated hostlist in <oper:host> e.g....
2006-02-04 omTypo
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-04 omStop trying to set an empty swhois if the <type> doesn...
2006-02-04 brainWhen rehashing by sighup and adding/removing modules...
2006-02-04 brainAdded gnutls_rpath.pl. This works out the lib dir and...
2006-02-04 omOnly send 320 numeric if the SSL user is on our port
2006-02-04 omAdd support for configured swhois lines
2006-02-03 omAdd operators >> and << for irc::string and i/ostreams...
2006-02-03 brainOptimized: strchr(x->modes,'o') has the same effect...
2006-02-03 frostycoolslugLearnt how to speel Optimization
2006-02-03 frostycoolslugFixed Brain's bug, showing 'Using SSL Module' regardles...
2006-02-03 frostycoolslugI R SECURE CONNECTION! (fix)
2006-02-03 brainCheck for time going BACKWARDS (yes. really.)
2006-02-03 brainAdded "FNC WALLVOICES WALLCHOPS" to 005 numeric,
2006-02-03 brainAdded '%' to STATUSMSG
2006-02-03 brainBugfix #69
2006-02-03 brainExtra safety checks
2006-02-03 brainExtra debugging to locate segfault
2006-02-03 brainnumbskull moment
2006-02-03 brainTidyup op/halfop/voice list on part/quit
2006-02-03 brainMore fixes (#3)
2006-02-03 brainTypo fixes #2
2006-02-03 brainFix to event params
2006-02-03 omTweak module help for m_conn_waitpong
2006-02-03 omStop uncloaked hosts showing to non-opers
2006-02-03 brainTypo fix #1
2006-02-03 brainAltered format of OnUserMessage
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brainAllow for NOTICE and PRIVMSG from outside chan with...
2006-02-03 brainAdded extra 'looking up your hostname lollerskates...
2006-02-03 brainWhy are we using the users hostname to connect back...
2006-02-03 brainTypoes
2006-02-03 brainAdded back ip->host caching now we can make it not...
2006-02-03 brainImproved inaddr_hashcomp
2006-02-03 brainAdded remote routing notices for RCONNECT
2006-02-03 brainAdded RCONNECT
2006-02-03 brainAdded <options:hideulines>
2006-02-03 brainChanged hops from 1 to 0 (makes more sense)
2006-02-03 brainAdded <options:flatlinks>
2006-02-03 brainAdded ircu-like hidewhois feature that allows hiding...
2006-02-03 brainAdded m_globalload.so to module list
2006-02-03 brainAdded hidesplits to example conf
2006-02-03 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-02-02 brainRemoved steeeenking dll message, attempted to hide...
2006-02-02 brainWho put this in here? :p
2006-02-02 brainFound and zapped a final ==
2006-02-02 brainAdded debug logging
2006-02-02 brainFixes for typos
2006-02-02 brainAdded numeric 396 ("x :is now your hidden host") from...
2006-02-02 brainDetails to follow ;)
2006-02-02 brainRemoved bool return of DoBackgroundUserStuff()
2006-02-02 brainExtra comments re. nonblocking DNS and use of IP addres...
2006-02-02 brainWhen socket fails to construct, we now check the GetSta...
2006-02-02 brainMore nonblocking dns stuffs
2006-02-02 brainFixes to set correct resolver address before looking...
2006-02-02 brainNonblocking dns for InspSocket class (used by server...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2006-02-02 brainAdded channel name to snotice
2006-02-02 brainBroadcast SPYLIST and SPYNAMES usage to all opers
2006-02-02 brainDocument m_spy here (yes Om, i kept alphabetical order!)
2006-02-02 brainUsers are gonna erupt in flamewars over this... and...
2006-02-02 omMajor update, reordering and adding missing modules
2006-02-01 brainTidied up a kill message
2006-02-01 brainClean up ghosts on nick collision
2006-02-01 brain*TEST* nick collision code for NICK change in server...
2006-02-01 brainOnly access-check local user kicks
2006-02-01 brainShould always allow remote modechanges (FJOIN not effec...
next