summaryrefslogtreecommitdiffstats
path: root/lib/Net/IRC
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
* Add support for SSL in Net::IRC forkLibravatarWilliam Heimbigner2015-12-25
|
* Rework module pathsLibravatarJanik Kleinhoff2015-09-24