]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Different way of making symlinks
[user/henk/code/inspircd.git] / src /
2006-02-09 brainTypo in some code that should usually be #ifdef'ed...
2006-02-09 omFix crashbug, copying MAXLEN into a MAXGECOS+1 field...
2006-02-09 brainAdded comment about the craqness of ServerConfig::Read()
2006-02-08 brainMissing function call
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-02-08 brainIncreased how often socket timeout checks occur which...
2006-02-08 brainUpdated block numeric to read COLOUR >:)
2006-02-08 brainFixed cosmetic 'need to be halfop to change modes'...
2006-02-08 brainMatch bans against user::ip4 in add_channel
2006-02-08 w00tPotential fix for CS Testnet bug, thanks to Special...
2006-02-07 brainProperly count remote opers in /LUSERS
2006-02-07 brain005 update, removed duplicate WALLCHOPS reported by...
2006-02-07 brainAvoiding assignment of std::strings unless neccessary...
2006-02-07 brainUses less write() calls
2006-02-07 brainFaster ADDLINE code
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainRemoved a strlen()
2006-02-07 brainSlightly more efficient write buffers
2006-02-07 brainTidying of snotices (adding '***' to start of WriteOper...
2006-02-07 brainFixed WHOIS to respect +i channels, optimized in case...
2006-02-07 brainTrivial spacing to make it identical
2006-02-07 brainFix signedness warning
2006-02-07 brainAdded max and current local/global usercounts to /luser...
2006-02-07 brainNow errors when sent SERVER on a non-server port
2006-02-07 brainTypo fix
2006-02-07 brainTypo (oops)
2006-02-06 brainForce initialize host to "" just in case it isnt (it...
2006-02-06 brainDisabled ip->hostname cache, seems a bit fubar
2006-02-06 brainAllow remote bans from servers to be represented as...
2006-02-06 brainRemoved some debug notices that were mistakenly in...
2006-02-06 brainFixed /LINKS to show flat even in tricky mIRC.
2006-02-06 omMake ulines /swhois silently
2006-02-06 brainFix typo
2006-02-06 brainAdded support for changing tempdir via <options:tempdir>
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 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 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 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 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 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 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-02-02 brainAdded debug logging
next