# # ChangeLog for perl # # Generated by Trac 1.0.2 # Mar 28, 2024, 7:39:07 AM Wed, 26 Mar 2008 06:24:26 GMT Nelson Elhage [1a43ce7] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Fix sending jabbers to JIDs beginning with `+' Fri, 21 Mar 2008 18:47:51 GMT Geoffrey Thomas [8faab0c] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) syntax error. 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. ... Tue, 11 Mar 2008 16:38:20 GMT Nelson Elhage [965e14d] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Generate less ugly error spew if a module fails to load Mon, 03 Mar 2008 16:44:52 GMT Nelson Elhage [661d2eb] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Render IRC notices as normal messages Sat, 01 Mar 2008 23:41:46 GMT Nelson Elhage [e005862] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Fix loading PAR modules that weren't present at startup Fri, 29 Feb 2008 00:27:35 GMT Alejandro R. Sedeño [3bf5516] * perl/modules/Jabber/lib/Net/XMPP/Connection.pm (modified) Fix a file descriptor leak. Thu, 28 Feb 2008 23:18:54 GMT Nelson Elhage [e322b7c] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Make IRC admin messages actually display their content Thu, 28 Feb 2008 23:13:45 GMT Nelson Elhage [1af21e8] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Add parenthesis to fix a perl error in IRC Wed, 20 Feb 2008 01:48:44 GMT Alex Vandiver [1951db8] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Fix admin messages Tue, 19 Feb 2008 01:54:45 GMT Alejandro R. Sedeño [9d2f010] * Makefile.in (modified) * functions.c (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) * perl/lib/BarnOwl/ModuleLoader.pm (modified) Merging in the select branch, part 2. select.c Mon, 18 Feb 2008 22:38:32 GMT Alejandro R. Sedeño [6b580b0] * functions.c (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) * select.c (modified) functions.c: * removing the redisplay call from ... Mon, 18 Feb 2008 21:45:22 GMT Nelson Elhage [b4fcc06] * perl/lib/BarnOwl/ModuleLoader.pm (modified) We need to stick modules on the beginning of @INC, not the end 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 20:49:35 GMT Alejandro R. Sedeño [879e7e94] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Jabber Buddy Lists: * Query the jabber:show_offline_buddies once ... 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 ... 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 Sun, 13 Jan 2008 23:10:13 GMT Nelson Elhage [1fd5041b] * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (modified) Show JOIN and PART for login/outs Sun, 13 Jan 2008 23:08:14 GMT Nelson Elhage [56e72d5] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) Kill a uninitialized warning Sat, 12 Jan 2008 20:07:20 GMT Alejandro R. Sedeño [05f0061] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Jabber - * fix logins to jabber.org - reported by gendalia 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 06:38:50 GMT Nelson Elhage [9e02bb7] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) Handle `nickinuse' errors and disconnects 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 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 06:43:11 GMT Nelson Elhage [9506feb] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Make :reload-modules work correctly with PARs 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 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:13:11 GMT Nelson Elhage [2fb58e4] * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (modified) Show the channel in LOG{IN,OUT} 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 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 Thu, 13 Sep 2007 02:46:17 GMT Nelson Elhage [892568b] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) * perl/modules/Jabber/lib/Net/Jabber/MUC.pm (modified) Show full JIDs for users in non-anonymous JIDs in :jmuc presence. ... Thu, 13 Sep 2007 01:54:51 GMT Nelson Elhage [86840c5] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Validate JIDs passed to jmuc join. closes #25 Tue, 11 Sep 2007 00:00:45 GMT Nelson Elhage [79c06ae] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Use "" instead of `undef' as a default for messages with no reply ... Fri, 17 Aug 2007 16:48:37 GMT Alejandro R. Sedeño [5073972] * perl/modules/Jabber/lib/XML/Stream.pm (modified) Apply patch from: ... Sun, 08 Jul 2007 19:39:57 GMT Nelson Elhage [be98ba5] * perl/lib/BarnOwl/ModuleLoader.pm (modified) I don't understand why this didn't commit last time. I blame psvn. Fri, 29 Jun 2007 22:52:33 GMT Nelson Elhage [9de39410] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Clearing all the hooks before we reload Fri, 08 Jun 2007 21:25:36 GMT Alejandro R. Sedeño [f032974] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Fix an equality check mistake I should have caught when I first wrote ... Tue, 05 Jun 2007 02:30:39 GMT Alejandro R. Sedeño [f1589b5] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Adding 3 variables for the Jabber module. * ... Wed, 30 May 2007 05:17:51 GMT Nelson Elhage [4508e21] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Properly pass the usage when defining the jabberlogin command Wed, 30 May 2007 04:05:27 GMT Nelson Elhage [13a3c1db] * functions.c (modified) * global.c (modified) * owl.c (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlglue.xs (modified) * zephyr.c (modified) Refactoring message processing: All new messages, incoming or ... Wed, 30 May 2007 00:05:44 GMT Nelson Elhage [1fd5e4c1] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Perl doesn't actually specify the behavior of our $var = foo if bar; ... Tue, 29 May 2007 01:56:26 GMT Alejandro R. Sedeño [3c455b4] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) r675, take two. This was lost in the merging of the PAR branch. Fix ... Thu, 24 May 2007 22:16:20 GMT Alejandro R. Sedeño [693c8f2] * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Jabber tweaks: BarnOwl::Message::Jabber now defines subcontext as ... Fri, 27 Apr 2007 14:51:16 GMT Alejandro R. Sedeño [afd0fd5] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) The move to PAR modules reverted the change that fixed jabber ... Sun, 22 Apr 2007 19:11:57 GMT Nelson Elhage [f6c2b3d] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) jabber.pl references -> ``jabber support'' Sun, 22 Apr 2007 00:49:25 GMT Alejandro R. Sedeño [b55fe2c] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) If we don't get a fulljid, fallback to the one we already had rather ... Thu, 12 Apr 2007 22:05:37 GMT Alejandro R. Sedeño [7f33c18] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (modified) * perl/modules/Jabber/lib/Net/XMPP/Protocol.pm (modified) Net::XMPP::Protocol - Make resource binding note the full jid on ... Tue, 27 Mar 2007 01:14:49 GMT Nelson Elhage [c2bed55] * perl/modules/Jabber/lib/Net/Jabber.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Client.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Component.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Data.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Debug.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Dialback.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Dialback/Result.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Dialback/Verify.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/IQ.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/JID.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Key.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Log.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/MUC.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Message.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Namespaces.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Presence.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Protocol.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Server.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/Stanza.pm (moved) * perl/modules/Jabber/lib/Net/Jabber/XDB.pm (moved) * perl/modules/Jabber/lib/Net/XMPP.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Client.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Connection.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Debug.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/IQ.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/JID.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Message.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Namespaces.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Presence.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/PrivacyLists.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Protocol.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Roster.pm (moved) * perl/modules/Jabber/lib/Net/XMPP/Stanza.pm (moved) * perl/modules/Jabber/lib/XML/Stream.pm (moved) * perl/modules/Jabber/lib/XML/Stream/Namespace.pm (moved) * perl/modules/Jabber/lib/XML/Stream/Node.pm (moved) * perl/modules/Jabber/lib/XML/Stream/Parser.pm (moved) * perl/modules/Jabber/lib/XML/Stream/Parser/DTD.pm (moved) * perl/modules/Jabber/lib/XML/Stream/Tree.pm (moved) * perl/modules/Jabber/lib/XML/Stream/XPath.pm (moved) * perl/modules/Jabber/lib/XML/Stream/XPath/Op.pm (moved) * perl/modules/Jabber/lib/XML/Stream/XPath/Query.pm (moved) * perl/modules/Jabber/lib/XML/Stream/XPath/Value.pm (moved) Moving Net::Jabber into Jabber.par Tue, 27 Mar 2007 01:14:41 GMT Nelson Elhage [4c2ec6c] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Adding a reload-modules command Tue, 27 Mar 2007 01:04:54 GMT Nelson Elhage [cb54527] * perl/lib/Net/Jabber.pm (modified) * perl/lib/Net/Jabber/Component.pm (modified) * perl/lib/Net/Jabber/Data.pm (modified) * perl/lib/Net/Jabber/Dialback.pm (modified) * perl/lib/Net/Jabber/Dialback/Result.pm (modified) * perl/lib/Net/Jabber/Dialback/Verify.pm (modified) * perl/lib/Net/Jabber/IQ.pm (modified) * perl/lib/Net/Jabber/Key.pm (modified) * perl/lib/Net/Jabber/Log.pm (modified) * perl/lib/Net/Jabber/Message.pm (modified) * perl/lib/Net/Jabber/Presence.pm (modified) * perl/lib/Net/Jabber/Protocol.pm (modified) * perl/lib/Net/Jabber/Server.pm (modified) * perl/lib/Net/Jabber/Stanza.pm (modified) * perl/lib/Net/Jabber/XDB.pm (modified) * perl/lib/Net/XMPP.pm (modified) * perl/lib/Net/XMPP/Client.pm (modified) * perl/lib/Net/XMPP/Debug.pm (modified) * perl/lib/Net/XMPP/IQ.pm (modified) * perl/lib/Net/XMPP/JID.pm (modified) * perl/lib/Net/XMPP/Message.pm (modified) * perl/lib/Net/XMPP/Presence.pm (modified) * perl/lib/Net/XMPP/Protocol.pm (modified) * perl/lib/Net/XMPP/Roster.pm (modified) * perl/lib/Net/XMPP/Stanza.pm (modified) * perl/lib/XML/Stream.pm (modified) Getting rid of indirect object syntax new calls. Quoting perlobj: > ... Sun, 25 Mar 2007 16:53:07 GMT Nelson Elhage [91bf213] * perl/lib/Net/XMPP/Roster.pm (modified) Still not sure why old-style new seems to be eiting us so much... Fri, 23 Mar 2007 19:11:05 GMT Nelson Elhage [9729dba] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Tighten up the reloaded regex a little. Fri, 23 Mar 2007 19:09:45 GMT Nelson Elhage [836e6263] * perl/lib/BarnOwl/ModuleLoader.pm (modified) * perlwrap.pm (modified) Implement loading of unpacked modules, and module reloading. Mon, 19 Mar 2007 18:14:23 GMT Nelson Elhage [925faae] * perl/lib/Module/Install/BarnOwl.pm (modified) * perl/modules/Jabber/inc/Module/Install/BarnOwl.pm (modified) Changing the dependency on the par target, so we don't rebuild unless ... Sun, 18 Mar 2007 23:14:04 GMT Nelson Elhage [300b470] * perl/lib/Module/Install/BarnOwl.pm (added) * perl/modules/Jabber/Makefile.PL (modified) * perl/modules/Jabber/inc/Module/Install.pm (added) * perl/modules/Jabber/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Jabber/inc/Module/Install/Base.pm (added) * perl/modules/Jabber/inc/Module/Install/Can.pm (added) * perl/modules/Jabber/inc/Module/Install/Fetch.pm (added) * perl/modules/Jabber/inc/Module/Install/Makefile.pm (added) * perl/modules/Jabber/inc/Module/Install/Metadata.pm (added) * perl/modules/Jabber/inc/Module/Install/Win32.pm (added) * perl/modules/Jabber/inc/Module/Install/WriteAll.pm (added) Adding a Module::Install plugin for building barnowl plugins. It ... Sun, 18 Mar 2007 20:28:31 GMT Nelson Elhage [2cedb7a] * perl/modules/Jabber/Makefile.PL (added) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (moved) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (added) Adding the new M::Iified jabber module. There isn't a target to build ... Sun, 18 Mar 2007 20:28:23 GMT Nelson Elhage [2622450] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Report more errors when something goes wrong Sat, 17 Mar 2007 18:48:02 GMT Nelson Elhage [4dd6e58] * perl/lib/Net/XMPP/Connection.pm (modified) For reasons I don't claim to understand, using the old-style new was ... Fri, 16 Mar 2007 04:45:19 GMT Nelson Elhage [0337203] * BUGS (modified) * functions.c (modified) * owl.c (modified) * perl/lib/BarnOwl/ModuleLoader.pm (added) * perlconfig.c (modified) * perlwrap.pm (modified) First phase of the module rewrite. Internals now (IMO) somewhat ... Mon, 05 Mar 2007 04:21:56 GMT Nelson Elhage [d47d5fc] * perl/modules/jabber.pl (modified) Don't load jabber.pl if we detect IO::Socket::SSL 0.97 Fri, 16 Feb 2007 06:37:49 GMT Nelson Elhage [6e6ded7] * perl/modules/jabber.pl (modified) * perlwrap.pm (modified) Making the default style generic, by adding some methods to ... Sun, 11 Feb 2007 03:30:11 GMT Alejandro R. Sedeño [1c2e0b3] * perl/modules/jabber.pl (modified) * perlglue.xs (modified) Export owl_function_add_message and owl_function_queue_message to ... Fri, 09 Feb 2007 16:18:29 GMT Nelson Elhage [0c10a79] * perl/modules/jabber.pl (modified) s/owl::/BarnOwl::/g Reverting svk smerge failure in r590 Fri, 09 Feb 2007 04:14:27 GMT Nelson Elhage [57e5c36] * perl/modules/jabber.pl (modified) Wed, 31 Jan 2007 04:06:13 GMT Nelson Elhage [3ec8d9a] * perl/modules/jabber.pl (modified) Default to using a user's full JID as their nick in MUCs. Tue, 30 Jan 2007 17:39:36 GMT Alejandro R. Sedeño [c18f08d] * perl/modules/jabber.pl (modified) Zephyr and AIM have filters on type, jabber probably should too. We ... Fri, 26 Jan 2007 22:42:07 GMT Alejandro R. Sedeño [a8a3433] * perl/modules/jabber.pl (modified) Properly register keybindings. Testing? What? :p Fri, 26 Jan 2007 22:03:10 GMT Nelson Elhage [ac1bbe2] * perl/modules/jabber.pl (modified) Binding j to jwrite Fri, 26 Jan 2007 21:52:37 GMT Nelson Elhage [0da506c] * perl/modules/jabber.pl (modified) Add smartnarrow on login/out messages. Fri, 26 Jan 2007 19:47:04 GMT Alejandro R. Sedeño [c25a20f] * perl/modules/jabber.pl (modified) Fixing a typo. This was keeping us from replying to full jids of ... Thu, 25 Jan 2007 20:46:26 GMT Alejandro R. Sedeño [7cdf756] * perl/modules/jabber.pl (modified) * Added `jmuc presence -a' to show presence for all MUCs * Updated ... Thu, 25 Jan 2007 06:05:34 GMT Alejandro R. Sedeño [71e33ca] * perl/modules/jabber.pl (modified) Make resolveDestJID be clever enough to check if the input is a valid ... Thu, 25 Jan 2007 05:03:54 GMT Alejandro R. Sedeño [b2648bc] * perl/modules/jabber.pl (modified) * Show full jid if base jid matches a muc in type 'chat' * isa ... Thu, 25 Jan 2007 03:30:47 GMT Alejandro R. Sedeño [45d9eb0] * perl/modules/jabber.pl (modified) * Help for jroster * replysendercmd for groupchat * Tweak to ... Wed, 24 Jan 2007 22:24:09 GMT Nelson Elhage [989fae0] * perl/modules/jabber.pl (modified) Improving JID guessing, adding a warning when we guess. Needs to be ... Wed, 24 Jan 2007 22:24:05 GMT Nelson Elhage [63bbef4] * perl/modules/jabber.pl (modified) s/Jid/JID/g Wed, 24 Jan 2007 21:12:25 GMT Nelson Elhage [3ce5bdc] * perl/modules/jabber.pl (modified) Guess an account for jwrite based on whether the JID is in one of ... Wed, 24 Jan 2007 02:56:58 GMT Nelson Elhage [4d17916] * perl/modules/jabber.pl (modified) removeConnection should actually remove the connection, even if it's ... Tue, 23 Jan 2007 23:36:41 GMT Nelson Elhage [0ad0e97] * perl/modules/jabber.pl (modified) jabberlogin accepts a password argument Tue, 23 Jan 2007 23:36:27 GMT Nelson Elhage [0a3f04d] * perl/modules/jabber.pl (modified) Some bugfixing to JID guessing. Tue, 23 Jan 2007 23:26:41 GMT Nelson Elhage [455f1ab] * perl/modules/jabber.pl (modified) The beginnings of writing to shortnames Tue, 23 Jan 2007 21:43:33 GMT Alejandro R. Sedeño [17b7fc5] * perl/lib/Net/XMPP/Roster.pm (modified) Add better handling for changing groups in the roster. Tue, 23 Jan 2007 01:03:10 GMT Alejandro R. Sedeño [1d8503b] * BUGS (modified) * perl/modules/jabber.pl (modified) Fixing the jwrite from gtalk bug . We were setting the from attribute ... Tue, 23 Jan 2007 00:09:53 GMT Nelson Elhage [eaf9ed0] * perl/lib/Net/XMPP/Connection.pm (modified) Making the jabber.log ``timeout(0)'' debug messages log level 5 so ... Tue, 23 Jan 2007 00:00:17 GMT Nelson Elhage [2d423e9] * perl/modules/jabber.pl (modified) Don't die horribly if a connection becomed undefined (often due to a ... Mon, 22 Jan 2007 19:11:51 GMT Alejandro R. Sedeño [6837096] * perl/modules/jabber.pl (modified) Sometimes there is no current message, such as when jmuc join is run ... Mon, 22 Jan 2007 05:20:17 GMT Alejandro R. Sedeño [7f792c1] * global.c (modified) * owl.c (modified) * owl.h (modified) * perl/modules/jabber.pl (modified) * perlglue.xs (modified) * Added idle-time tracking in C. * Exposed idle-time tracking to ... Sun, 21 Jan 2007 23:29:01 GMT Alejandro R. Sedeño [72a53e9] * perl/lib/Net/XMPP/Roster.pm (modified) Update to Roster.pm to not blow away presence information for a jid ... Sun, 21 Jan 2007 02:52:25 GMT Alejandro R. Sedeño [575877f] * perl/modules/jabber.pl (modified) I didn't mean to check in this change to jabber.pl. Sun, 21 Jan 2007 02:49:55 GMT Alejandro R. Sedeño [8fa9562] * commands.c (modified) * filter.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * mainwin.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perl/modules/jabber.pl (modified) Added background color support to owl. If we run out of color pairs ... Tue, 16 Jan 2007 17:39:05 GMT Nelson Elhage [e1b197e8] * perl/modules/jabber.pl (modified) Some jmuc presence bugfixes