Age | Commit message (Expand) | Author |
2006-12-11 | Fix case insensitive compare (operator ==) between irc::string and std::strin... | peavey |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-12-10 | Change this to prepend its lines to stats z which already shows misc stats | brain |
2006-12-10 | Add very funky stats C (compression statistics) for people using m_ziplinks | brain |
2006-12-10 | Record compression ratio stats for a /stats char (this isnt finished yet) | brain |
2006-12-10 | Correctly handle write events | brain |
2006-12-10 | Fix bug found on barafranca, where quitting the user causes a cascade of erro... | brain |
2006-12-10 | Host cloaks for resolved hosts are wayyyy too long, cut the hash down to the ... | brain |
2006-12-10 | Comment tidyups | brain |
2006-12-10 | Fix m_conn_waitpong not to use base64 uneccessarily. | brain |
2006-12-10 | Removal of AES, this is no longer required. (This also eliminates code that i... | brain |
2006-12-10 | Update comment's ascii diagram to be more like those in an RFC | brain |
2006-12-10 | Add m_ziplink.so to example conf | brain |
2006-12-10 | Rename ssl.h -> transport.h, as its now used for ziplinks | brain |
2006-12-10 | Add buffering of last frame, if we dont read the whole frame | brain |
2006-12-10 | More stuff | brain |
2006-12-10 | Tweaks | brain |
2006-12-10 | Change name | brain |
2006-12-10 | This compiles, but isnt tested yet. DO NOT USE. | brain |
2006-12-10 | Add prefix to /PRIVMSG, similar to bug #178 for /NOTICE | peavey |
2006-12-10 | Fix for bug #178 | peavey |
2006-12-10 | Fix for end of handshake detection, HANDSHAKEN is a silly name for a const :/ | brain |
2006-12-09 | add a comment to the example config reminding users that gnutls and openssl a... | brain |
2006-12-09 | Don't allow the user to define a non-existent transport in the <link> tag | brain |
2006-12-09 | Update docs to reflect new stuff (OOO SHINEY SPANGLEY SPARKLEY NEW STUFF) | brain |
2006-12-09 | Correctly report the transport names when server links occur | brain |
2006-12-09 | Remove AES | brain |
2006-12-09 | Make it all work properly. Have it wait for handshake to complete before send... | brain |
2006-12-09 | It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ... | brain |
2006-12-09 | Whoops, some stuff was sdrawkcab! | brain |
2006-12-09 | Move around the initialization stuff so it gets called in the right order | brain |
2006-12-09 | Add stuff for <bind:transport> and <link:transport> that should be the transp... | brain |
2006-12-09 | Enumerate InspSocketHook modules | brain |
2006-12-09 | Add stuff so that TreeSockets can call any found hook modules | brain |
2006-12-09 | Move this | brain |
2006-12-09 | Add the stuff required for the InspSocketHook interface | brain |
2006-12-09 | Whoops | brain |
2006-12-09 | Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsoc... | brain |
2006-12-09 | Add OnRawSocketConnect, we've not had it till now because we've not needed it :) | brain |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-12-07 | (1) make command reloads be announced to opers | brain |
2006-12-07 | Whoops | brain |
2006-12-07 | Bad w00tie bad, /who isnt checking +s for channel /who! | brain |
2006-12-05 | Fix for peavy :p | brain |
2006-12-05 | Update example conf to new way of using oper password hashing | brain |
2006-12-05 | More tidyups | brain |
2006-12-05 | Tidy up cloaking algorithms a bit | brain |
2006-12-05 | Add VF_SERVICEPROVIDER flag to these | brain |
2006-12-05 | Tidy up with a typedef | brain |
2006-12-05 | Throw if we cant find any modules that implement our interface | brain |