# # ChangeLog for perl/modules/IRC/lib/BarnOwl/Module/IRC # # Generated by Trac 1.0.2 # Mar 28, 2024, 6:28:07 PM Fri, 15 Feb 2008 05:56:49 GMT Alejandro R. SedeƱo [9c7a701] * Makefile.in (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * select.c (added) * zephyr.c (modified) Initial select() changes. stdin, zephyr, jabber, and irc are checked ... Fri, 18 Jan 2008 13:58:53 GMT Geoffrey Thomas [5ff830a] * Makefile.in (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perlwrap.pm (modified) * minor changes to IRC * run ./svkversion only once rather than at ... Thu, 17 Jan 2008 03:03:00 GMT Nelson Elhage [ba2ca66] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Rewrite ::Connection to not subclass Net::IRC::Connection to avoid ... Mon, 14 Jan 2008 05:24:43 GMT Nelson Elhage [eab7a4c] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Right, _connected doesn't work either. I think I need to refactor ... Mon, 14 Jan 2008 03:08:52 GMT Nelson Elhage [e4db5ae] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Don't clober our parent's connected() method, either. Sun, 13 Jan 2008 23:10:44 GMT Nelson Elhage [3baf77f] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) 'motd' is a method of Net::IRC::Connection, don't clobber it Fri, 11 Jan 2008 06:38:50 GMT Nelson Elhage [9e02bb7] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Handle `nickinuse' errors and disconnects Thu, 10 Jan 2008 20:58:49 GMT Nelson Elhage [214b790] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) strip IRC coloring from IRC messages Thu, 10 Jan 2008 05:32:44 GMT Geoffrey Thomas [bc0d7bc] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perlglue.xs (modified) A (broken) attempt at handling motds and other IRC admin messages ... Thu, 10 Jan 2008 05:12:52 GMT Nelson Elhage [47b6a5f] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Show PART and JOIN messages Wed, 09 Jan 2008 05:26:15 GMT Nelson Elhage [0e52069] * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Implement smartnarrow on channels Wed, 09 Jan 2008 04:24:09 GMT Geoffrey Thomas [2c40dc0] * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Added support for channels in IRC. After you :irc-connect to a ... Tue, 08 Jan 2008 01:13:17 GMT Nelson Elhage [b38b0b2] * perl/modules/IRC/Makefile.PL (added) * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (added) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (added) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (added) Committing a partial IRC plugin