summaryrefslogtreecommitdiffstats
path: root/lib/Net
Commit message (Collapse)AuthorAge
* Make a debugsock-alike we can dump on demandLibravatarDoug Freed2016-07-07
| | | | | | Stores the last 1000 lines sent or received, with timestamp. Use ;ev $conn->_dump_last('filename'); to trigger dump.
* Allow multiple event handlers to be added for the same event. Increased ↵LibravatarWilliam Heimbigner2016-01-14
| | | | version number to allow for depending on this ability
* Added the ability to do connection debugging in Net::IRC without doing ↵LibravatarWilliam Heimbigner2016-01-12
| | | | full-blown debugging, and made use of that feature in meta.pl. Also fixed the debugging output of Net::IRC to print to STDERR regardless of what debug method is used
* Disable Autovivification in all the things, enable autoflush on STDOUT, fix ↵LibravatarWilliam Heimbigner2016-01-12
| | | | some things in accountsToNicks
* Add support for SSL in Net::IRC forkLibravatarWilliam Heimbigner2015-12-25
|
* Tweak Net::IRC's version to be 0.90, so that we can require >0.90 in ASM and ↵LibravatarWilliam Heimbigner2015-12-25
| | | | it will croak if it's using stock Net::IRC
* Rework module pathsLibravatarJanik Kleinhoff2015-09-24