summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-11Faster, stronger, ...err no, not the million dollar man.brain
2006-12-11Change how assembling of multiple lines works, avoid data copiesbrain
2006-12-11Fixed a typo in selectspecial
2006-12-11Fix EOF conditions on inspsockets which are having their write() handled by m...brain
2006-12-11Better handling of write() failure, but this might still not be exactly right.brain
2006-12-11This is better now.brain
2006-12-11Initial commit of m_dnsbl, v2.0 - based on satmd's 1.0 m_dnsbl, modified to w...w00t
2006-12-11Someone forgot to add the copyright headers here :pbrain
2006-12-11And give it error checking... whoops.brain
2006-12-11Pinch simple output buffering from m_ssl_opensslbrain
2006-12-11Tidyup comments and debugbrain
2006-12-11Finally got read buffering working properlybrain
2006-12-11*annoyance*brain
2006-12-11Damnit damnit damnit!brain
2006-12-11This should do it.brain
2006-12-11Rethinkbrain
2006-12-11Grr.brain
2006-12-11More tweaksbrain
2006-12-11Increase CHUNKbrain
2006-12-11more stuff :pbrain
2006-12-11Testbrain
2006-12-11More crapbrain
2006-12-11Tons of debug, dont usebrain
2006-12-11Debug stuff, and some minor fixesbrain
2006-12-11Untested, new clever pointer voodoo class for binary-safe ziplinks output buf...brain
2006-12-11Fix case insensitive compare (operator ==) between irc::string and std::strin...peavey
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-10Change this to prepend its lines to stats z which already shows misc statsbrain
2006-12-10Add very funky stats C (compression statistics) for people using m_ziplinksbrain
2006-12-10Record compression ratio stats for a /stats char (this isnt finished yet)brain
2006-12-10Correctly handle write eventsbrain
2006-12-10Fix bug found on barafranca, where quitting the user causes a cascade of erro...brain
2006-12-10Host cloaks for resolved hosts are wayyyy too long, cut the hash down to the ...brain
2006-12-10Comment tidyupsbrain
2006-12-10Fix m_conn_waitpong not to use base64 uneccessarily.brain
2006-12-10Removal of AES, this is no longer required. (This also eliminates code that i...brain
2006-12-10Update comment's ascii diagram to be more like those in an RFCbrain
2006-12-10Rename ssl.h -> transport.h, as its now used for ziplinksbrain
2006-12-10Add buffering of last frame, if we dont read the whole framebrain
2006-12-10More stuffbrain
2006-12-10Tweaksbrain
2006-12-10Change namebrain
2006-12-10This compiles, but isnt tested yet. DO NOT USE.brain
2006-12-10Add prefix to /PRIVMSG, similar to bug #178 for /NOTICEpeavey
2006-12-10Fix for bug #178peavey
2006-12-10Fix for end of handshake detection, HANDSHAKEN is a silly name for a const :/brain
2006-12-09Don't allow the user to define a non-existent transport in the <link> tagbrain
2006-12-09Correctly report the transport names when server links occurbrain
2006-12-09Remove AESbrain
2006-12-09Make it all work properly. Have it wait for handshake to complete before send...brain