summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-04Added support for space-seperated lists here, toobrain
2006-02-04Allow space seperated hostlist in <oper:host> e.g. <oper host="foo@bar baz@qu...brain
2006-02-04Typoom
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-04Stop trying to set an empty swhois if the <type> doesn't specify oneom
2006-02-04When rehashing by sighup and adding/removing modules, don't attempt to write ...brain
2006-02-04Added gnutls_rpath.pl. This works out the lib dir and does:brain
2006-02-04Only send 320 numeric if the SSL user is on our portom
2006-02-04Add support for configured swhois linesom
2006-02-03Add operators >> and << for irc::string and i/ostreams. m_cban utilises thisom
2006-02-03Optimized: strchr(x->modes,'o') has the same effect as (*x->oper) but *x->ope...brain
2006-02-03I R SECURE CONNECTION! (fix)frostycoolslug
2006-02-03Check for time going BACKWARDS (yes. really.)brain
2006-02-03Added "FNC WALLVOICES WALLCHOPS" to 005 numeric,brain
2006-02-03Added '%' to STATUSMSGbrain
2006-02-03Bugfix #69brain
2006-02-03Extra safety checksbrain
2006-02-03Extra debugging to locate segfaultbrain
2006-02-03numbskull momentbrain
2006-02-03Tidyup op/halfop/voice list on part/quitbrain
2006-02-03More fixes (#3)brain
2006-02-03Typo fixes #2brain
2006-02-03Fix to event paramsbrain
2006-02-03Stop uncloaked hosts showing to non-opersom
2006-02-03Typo fix #1brain
2006-02-03Altered format of OnUserMessagebrain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-03Allow for NOTICE and PRIVMSG from outside chan with a remote clientbrain
2006-02-03Added extra 'looking up your hostname lollerskates' output :pbrain
2006-02-03Why are we using the users hostname to connect back to port 113? we can use i...brain
2006-02-03Typoesbrain
2006-02-03Added back ip->host caching now we can make it not be a performance hit (we w...brain
2006-02-03Improved inaddr_hashcompbrain
2006-02-03Added remote routing notices for RCONNECTbrain
2006-02-03Added RCONNECTbrain
2006-02-03Added <options:hideulines>brain
2006-02-03Changed hops from 1 to 0 (makes more sense)brain
2006-02-03Added <options:flatlinks>brain
2006-02-03Added ircu-like hidewhois feature that allows hiding of server name in whois ...brain
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-02-02Added debug loggingbrain
2006-02-02Fixes for typosbrain
2006-02-02Added numeric 396 ("x :is now your hidden host") from hybrid/ircubrain
2006-02-02Details to follow ;)brain
2006-02-02Removed bool return of DoBackgroundUserStuff()brain
2006-02-02When socket fails to construct, we now check the GetState() of the socket obj...brain
2006-02-02More nonblocking dns stuffsbrain
2006-02-02Fixes to set correct resolver address before looking up hostbrain
2006-02-02Nonblocking dns for InspSocket class (used by server to server)brain
2006-02-02*UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi...brain