# # ChangeLog for perl/modules/IRC/lib/BarnOwl/Module/IRC.pm # # Generated by Trac 1.0.2 # Mar 18, 2024, 10:46:25 PM Sun, 03 Apr 2011 19:06:02 GMT Nelson Elhage [5c6d661] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Fix reconnect behavior. Sun, 03 Apr 2011 19:06:02 GMT Nelson Elhage [dace02a] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Use AnyEvent::IRC::Client's channel tracking, instead our own. Sun, 03 Apr 2011 19:06:01 GMT Nelson Elhage [3713b86] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Remove the %reconnect hash. Keep everything in the %ircnets ... Sun, 03 Apr 2011 19:06:01 GMT Nelson Elhage [851a0e0] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Remove circular references between ::Connection and its Client. Sun, 03 Apr 2011 19:06:00 GMT Nelson Elhage [8ba9313] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Port IRC support to AnyEvent::IRC. Wed, 02 Mar 2011 18:10:29 GMT Nelson Elhage [9620c8d] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Load Encode module for IRC. This normally doesn't cause any ... Sat, 06 Feb 2010 23:11:26 GMT Geoffrey Thomas [9a023d0] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Send multiple PRIVMSGs for IRC messages entered as multiple ... Mon, 28 Dec 2009 05:25:00 GMT Nelson Elhage [416241f] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: irc-disconnect on a pending reconnect should cancel it. Mon, 28 Dec 2009 05:24:59 GMT Nelson Elhage [54b4a87] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Refactor the mk_irc_command API and document it. Fri, 25 Dec 2009 03:37:22 GMT Nelson Elhage [ac374fc] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Revert "irc-disconnect on a pending reconnect should cancel the ... Wed, 23 Dec 2009 22:42:08 GMT Nelson Elhage [618a980] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) irc-disconnect on a pending reconnect should cancel the reconnect Mon, 21 Dec 2009 23:00:27 GMT Nelson Elhage [6396c1e] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC buddy list: Don't include a newline inside the bold tag. Mon, 21 Dec 2009 22:14:11 GMT Nelson Elhage [2b66c361] * perl/lib/BarnOwl/Hooks.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Eliminate newlines between parts of the buddylists. ... Fri, 18 Dec 2009 03:52:39 GMT Alex Vandiver [f81176c] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Skip some IRC admin messages by default, controlled by irc:skip Wed, 16 Dec 2009 19:11:54 GMT Alex Vandiver [cd12307] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Minor space and formatting nitpicks Tue, 15 Dec 2009 05:03:05 GMT Alex Vandiver [3b4ba7d] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Reconnect and re-join channels on IRC disconnect Tue, 27 Oct 2009 04:41:17 GMT Alejandro R. Sedeño [f1a2736] * 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/ConnectionManager.pm (modified) Switch perl modules to the new I/O Dispatch API. Signed-off-by: ... Sun, 18 Oct 2009 20:00:18 GMT Alex Vandiver [da554da] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Add IRC server and channel listing to buddylist Sun, 11 Oct 2009 01:24:27 GMT Nelson Elhage [69c3878] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * .gitignore (modified) * Makefile.am (modified) * aim.c (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * perlglue.xs (modified) * t/unicode.t (added) * typemap (added) * zephyr.c (modified) Merge branch 'irc' Sun, 04 Oct 2009 00:45:52 GMT Nelson Elhage [0c4a190] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Encode outgoing messages as utf-8. I believe this closes #87. ... Sat, 03 Oct 2009 21:48:21 GMT Nelson Elhage [ecee82f] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Fix '-a' with commands that take a channel. Previously, the ... Thu, 20 Aug 2009 06:46:38 GMT Anders Kaseorg [744769e] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Add quoting for reply commands and editwin prompt. ... Wed, 29 Jul 2009 03:15:43 GMT Nelson Elhage [ab9cd8f] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (added) Add simplistic tab-completion for IRC. [nelhage@mit.edu: Fix hook ... Sat, 18 Jul 2009 03:53:34 GMT Nelson Elhage [96f7b07] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Update IRC and Jabber for the new BarnOwl::$command(). Both modules ... Sat, 06 Jun 2009 01:47:57 GMT Nelson Elhage [48f7d12] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Get rid of cryptic numeric messages after IRC commands. Remove the ... Fri, 05 Jun 2009 23:39:41 GMT Geoffrey Thomas [c00ab5f] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Include IRC admin messages in the 'irc' filter. Stolen-from: ... Sun, 26 Apr 2009 17:27:49 GMT Alex Vandiver [1b62a55] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Add support for private channel keys Wed, 11 Mar 2009 22:22:41 GMT Nelson Elhage [e0fba58] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Don't use a default target for irc-msg Because /msg can take ... Mon, 23 Feb 2009 02:15:53 GMT Nelson Elhage [f17bb2c0] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Document most commands and add a quickstart entry. Sun, 22 Feb 2009 04:16:58 GMT Nelson Elhage [e625b5e] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: Implement irc-mode. We could probably be smarter about this; ... Sat, 21 Feb 2009 00:00:35 GMT Nelson Elhage [33db995] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Fix cmd_disconnect (accidentally broken in 330c55a8). Fri, 20 Feb 2009 23:30:39 GMT Nelson Elhage [af9de56] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Add an `irc-quote' command to send raw IRC commands. This should ... Mon, 16 Feb 2009 21:38:22 GMT Nelson Elhage [330c55a] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Refactor IRC argument processing. The primary concrete improvement ... Tue, 09 Dec 2008 22:00:56 GMT Anders Kaseorg [56d0189] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Show IRC /me messages with the conventional * instead of bold. Wed, 20 Aug 2008 06:16:43 GMT Nelson Elhage [167044b] * perl/lib/BarnOwl/ModuleLoader.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlwrap.pm (modified) Support string hook entries. perlwrap.pm: Support calling and adding ... Thu, 24 Jul 2008 05:55:35 GMT Geoffrey Thomas [d264c6d] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Support for displaying :irc-whois replies, and various bugfixes. Thu, 24 Jul 2008 00:18:30 GMT Geoffrey Thomas [3ad15ff] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Add :irc-topic support and on_topic/on_topicinfo callbacks. Mon, 05 May 2008 18:56:52 GMT Geoffrey Thomas [f094fc4] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) IRC: /list, /who, and /stats commands Mon, 31 Mar 2008 05:59:47 GMT Geoffrey Thomas [919535f] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Implement /me for outgoing IRC messages Wed, 19 Mar 2008 19:46:43 GMT Geoffrey Thomas [3c5fe43] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: explicitly include the network (-a $alias) in reply commands. ... 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 ... Wed, 30 Jan 2008 01:47:41 GMT Nelson Elhage [cab045b] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Fix IRC -- I forgot to add one ->conn in the last patch 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 ... Sun, 13 Jan 2008 23:08:14 GMT Nelson Elhage [56e72d5] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Kill a uninitialized warning Fri, 11 Jan 2008 22:11:00 GMT Alex Vandiver [fe8cad8] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Default connections on a per-channel-name basis Fri, 11 Jan 2008 04:25:27 GMT Nelson Elhage [b0c8011] * perl/lib/BarnOwl/ModuleLoader.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perlwrap.pm (modified) doc nits Thu, 10 Jan 2008 06:01:32 GMT Nelson Elhage [b10f340] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Document the IRC variables Thu, 10 Jan 2008 04:14:20 GMT Nelson Elhage [6858d2d] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Implement /part and /names. We don't parse the /names response yet Wed, 09 Jan 2008 07:23:31 GMT Nelson Elhage [6286f26] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Implement irc-nick Wed, 09 Jan 2008 06:26:19 GMT Nelson Elhage [380b1ab] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) import is_private from ::Connection 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