# # ChangeLog for perl/lib/BarnOwl # # Generated by Trac 1.0.2 # Mar 28, 2024, 8:55:52 AM Sun, 15 Nov 2009 15:36:45 GMT Nelson Elhage [3e8625f] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Complete class names for the 'unsub' command. Fri, 30 Oct 2009 01:49:51 GMT Nelson Elhage [48d130b] * perl/lib/BarnOwl/Completion.pm (modified) Fix an uninitialized variable warning in tab completion. ... Wed, 28 Oct 2009 14:00:15 GMT Karl Ramm [ad0dedd] * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/lib/BarnOwl/Style/OneLine.pm (modified) make control characters human-readable Random control characters ... Mon, 26 Oct 2009 20:09:38 GMT David Benjamin [02a72bf] * perl/lib/BarnOwl/Complete/Client.pm (modified) Further complete the show command Add subcommands keymap(s) and ... Sun, 04 Oct 2009 01:36:17 GMT Nelson Elhage [df569c5] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Zephyr.pm (added) * zephyr.c (modified) Add a perl hook that is called once Zephyr is initialized. Some ... Sat, 03 Oct 2009 14:15:11 GMT Nelson Elhage [8830f79f] * .gitignore (modified) * Makefile.am (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/Complete/Filter.pm (added) * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Completion/Util.pm (modified) * perl_tester.c (added) * perlglue.xs (modified) * runtests.sh (modified) * t/completion.t (modified) * t/mock.pl (modified) * aim.c (modified) * commands.c (modified) * configure.ac (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keys.c (modified) * libfaim/Makefile.am (modified) * logging.c (modified) * m4/ax_c_check_flag.m4 (added) * m4/ax_cflags_strict_prototypes.m4 (added) * m4/ax_cflags_warn_all.m4 (added) * m4/pkg.m4 (added) * mainwin.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Complete/AIM.pm (added) * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (modified) * perlconfig.c (modified) * popwin.c (modified) * scripts/do-release (modified) * select.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merge branch 'davidben/context-slice' Conflicts: perlglue.xs Sat, 03 Oct 2009 14:06:23 GMT Nelson Elhage [e2f7963] * perl/lib/BarnOwl/Hooks.pm (modified) Fix missing commands from command completion. If even a command is ... Sat, 03 Oct 2009 05:53:00 GMT David Benjamin [5fdc562] * perl/lib/BarnOwl/Complete/Filter.pm (modified) Fix typo in _complete_filter_expr Forgot to fully switch to the new ... Thu, 01 Oct 2009 01:32:36 GMT Nelson Elhage [5b483a6] * perl/lib/BarnOwl/Complete/AIM.pm (added) Add minimal completion for 'aimwrite'. Thu, 01 Oct 2009 01:32:36 GMT Nelson Elhage [9300fe5] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Zephyr completion: Convert fields to lowercase for completing. ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [69c27e6] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) Don't suggest repeated flags in complete_flags For most commands, ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [a3a9eb7] * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/Complete/Filter.pm (added) Move complete_filter_{expr,name} to own module Moved to ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [6035008] * perl/lib/BarnOwl/Complete/Client.pm (modified) Drop start argument to complete_filter_expr Use context slicing ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [76e0e4a] * perl/lib/BarnOwl/Complete/Client.pm (modified) Reimplement complete_filter using shift_words Fixes bug with -c and ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [b06a888] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete startup by forwarding to main completer Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [e97c5d05] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Implement a shift_words method on completion contexts. This allows ... Wed, 09 Sep 2009 06:30:48 GMT Alex Dehnert [892e897] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Shift-R on CC zephyrs should go to the sender only Tue, 08 Sep 2009 00:53:27 GMT Anders Kaseorg [03e25c5] * perl/lib/BarnOwl/Hooks.pm (modified) _new_command: Only tokenize on spaces when passed a single argument. ... Fri, 04 Sep 2009 03:27:00 GMT Alex Dehnert [0b2afba] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) Add configurable time display Includes :showdate, :hidedate, and ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [94ef58c] * perl/lib/BarnOwl/Completion/Util.pm (modified) Add keyword arg to complete_flags: stop_at_nonflag Signed-off-by: ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [6c144b3] * perl/lib/BarnOwl/Completion/Util.pm (modified) Fix $argct when given -- in complete_flags $argct is updated in the ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [a4dd3a5] * perl/lib/BarnOwl/Completion.pm (modified) Remove unused variable Signed-off-by: David Benjamin Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [bcde942d] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Quote $realm before including in a regex Signed-off-by: David ... Thu, 20 Aug 2009 06:46:46 GMT Anders Kaseorg [3a6277a] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) BarnOwl::Message::Zephyr: Use multi-argument quote. Signed-off-by: ... Thu, 20 Aug 2009 06:46:45 GMT Anders Kaseorg [7011c3dc] * perl/lib/BarnOwl/Message/AIM.pm (modified) BarnOwl::Message::AIM: Use multi-argument quote. Signed-off-by: ... Thu, 20 Aug 2009 06:46:45 GMT Anders Kaseorg [461e905] * perl/lib/BarnOwl/Completion.pm (modified) BarnOwl::Completion: Use multi-argument quote. Signed-off-by: ... Thu, 06 Aug 2009 02:06:16 GMT Nelson Elhage [fdc0c47] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Complete/Zephyr.pm: Use package variables instead of lexicals. This ... Thu, 06 Aug 2009 01:26:44 GMT Nelson Elhage [d5ccf4e8] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete 'unset' as well as 'set'. Thu, 06 Aug 2009 01:26:44 GMT Nelson Elhage [3ff3d86] * configure.ac (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perlglue.xs (modified) Complete variables and style names Mon, 03 Aug 2009 23:46:32 GMT Nelson Elhage [6bc35b4] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the '-r' and '-s' arguments to 'view', as well. Sun, 02 Aug 2009 01:38:41 GMT David Benjamin [bd25f30] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the view command Signed-off-by: David Benjamin ... Sun, 02 Aug 2009 01:38:37 GMT David Benjamin [bc5e856] * perl/lib/BarnOwl/Complete/Client.pm (modified) Add completer for filter expressions It parses the incomplete input ... Sun, 02 Aug 2009 01:23:04 GMT David Benjamin [7940ac2] * perl/lib/BarnOwl/Complete/Client.pm (modified) Simplify complete_help and make correct Don't use complete_flags ... Sun, 02 Aug 2009 01:22:59 GMT David Benjamin [28cf94b] * perl/lib/BarnOwl/Complete/Client.pm (modified) Add completions for getvar and set Pending implementation of ... Sat, 01 Aug 2009 16:10:36 GMT Nelson Elhage [ea7cfa8] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Add completion for viewuser and viewclass. Thu, 30 Jul 2009 02:19:03 GMT Nelson Elhage [1610e5b] * perl/lib/BarnOwl/Complete/Client.pm (modified) Implement completion for the 'show' command. Thu, 30 Jul 2009 02:06:48 GMT Nelson Elhage [f907cf0] * perl/lib/BarnOwl/Completion.pm (modified) Show an error message if a completion module fails to load. Thu, 30 Jul 2009 02:05:51 GMT Nelson Elhage [4fde21c] * perl/lib/BarnOwl/Complete/Client.pm (modified) Completion: complete filter names Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [4fbc7f5] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) complete_flags: Pass the completer the argument number being ... Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [e711ca7] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) complete_flags: Don't complete options after --. Wed, 29 Jul 2009 03:39:29 GMT Nelson Elhage [19cc7b00] * dict.c (modified) * perl/lib/BarnOwl/Complete/Client.pm (added) * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) * perl/lib/BarnOwl/Completion.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlglue.xs (modified) * t/completion.t (modified) Merge davidben's changes. Merge commit 'davidben/master' Wed, 29 Jul 2009 03:20:30 GMT Nelson Elhage [c4efb46] * perl/lib/BarnOwl/Completion.pm (modified) * t/completion.t (modified) Completion: Fix a min/max confusion. This could cause completion to ... Wed, 29 Jul 2009 03:15:43 GMT Nelson Elhage [84db778] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) 'subscribe' doesn't actually understand -r Arguably it should, but ... Wed, 29 Jul 2009 02:57:51 GMT David Benjamin [d4ecc78] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete color names for filters This will likely have to be ... Wed, 29 Jul 2009 02:12:06 GMT David Benjamin [f80ada8] * perl/lib/BarnOwl/Complete/Client.pm (added) Complete help command Put into new module for completions related ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [8f16dcd] * perl/lib/BarnOwl/Complete/Zephyr.pm (added) Implement basic Zephyr completion based on previously-seen messages. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [f987504] * perl/lib/BarnOwl/Completion.pm (modified) Fix completion handling if the null string generates a completion. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [7be5d8b] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Completion::Context: Fix behavior if point is at end after ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [82a6e8b] * perl/lib/BarnOwl/Completion/Util.pm (added) * t/completion.t (modified) Add a generic function for completing a command with options. ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [b73bcbb] * perl/lib/BarnOwl/Completion.pm (modified) Add hooks for completing command arguments. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [0fee298] * perl/lib/BarnOwl/Completion.pm (modified) Completion.pm: Remove a dead variable. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [5368d75] * perl/lib/BarnOwl/Completion.pm (modified) Implement tab completion by replacing the entire word. Replace the ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [6e48560] * perl/lib/BarnOwl/Completion.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * t/completion.t (modified) Implement tab completion for command names. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [d7bcff8] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) Keep a global list of all defined command names. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [13614e7] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Context.pm: Return the boundaries of the current word. We need this ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [8eac1a5] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Completion.pm (added) * perl/lib/BarnOwl/Completion/Context.pm (added) * t/completion.t (added) Implement and test BarnOwl::Completion::Context. This is the class ... Sat, 18 Jul 2009 15:14:02 GMT Nelson Elhage [203dcda] * perl/lib/BarnOwl/Editwin.pm (modified) Make text_{before,after}_point use new form for editwin functions. Sat, 18 Jul 2009 15:13:30 GMT Nelson Elhage [2be605a] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Editwin.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) Add BarnOwl commands to @EXPORT_OK. Sat, 18 Jul 2009 03:52:30 GMT Nelson Elhage [eb6cedc] * cmd.c (modified) * global.c (modified) * owl.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perlconfig.c (modified) Push commands into BarnOwl:: instead of AUTOLOAD'ing them Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [c6ecf5c] * editwin.c (modified) * perl/lib/BarnOwl/Editwin.pm (modified) * perlglue.xs (modified) Implement text_{before,after)_point in Perl. These can easily be ... Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [d41294a] * editwin.c (modified) * perl/lib/BarnOwl/Editwin.pm (modified) * perlglue.xs (modified) Export some more functions to perl. get_region, combined with ... Sat, 11 Jul 2009 17:14:36 GMT Nelson Elhage [cf26b72] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Editwin.pm (added) Add an Editwin.pm that allows importing of the editwin functions. Thu, 18 Jun 2009 22:30:39 GMT Alex Dehnert [30e7ffd] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Don't zcrypt shift-R replies to zcrypted messages In particular, if ... Tue, 09 Jun 2009 16:37:12 GMT Nelson Elhage [5550eb0] * perl/lib/BarnOwl/Style/Default.pm (modified) Default style: Use strftime() on unix_time Instead of parsing ... Tue, 09 Jun 2009 16:35:37 GMT Nelson Elhage [d1ae4a4] * perl/lib/BarnOwl/Message.pm (modified) * perlconfig.c (modified) Export a time_t for messages to perl as 'unix_time' Previously, the ... Wed, 03 Jun 2009 15:47:20 GMT Nelson Elhage [fc92548d] * perl/lib/BarnOwl/Style/Basic.pm (modified) * perl/lib/BarnOwl/Style/OneLine.pm (modified) Replace '@ISA' references with 'use base' 'use base' will ... Tue, 02 Jun 2009 22:36:17 GMT Alex Dehnert [bc8275e] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Fix replycmd to use right class/instance Replies to personals, ... Tue, 02 Jun 2009 15:53:14 GMT Nelson Elhage [fd8dfe7] * Makefile.in (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Style.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (deleted) Load perl code from the filesystem at runtime. Remove perlwrap.pm ... Tue, 02 Jun 2009 15:53:13 GMT Nelson Elhage [ee183be] * perl/lib/BarnOwl.pm (added) * perl/lib/BarnOwl/Hook.pm (added) * perl/lib/BarnOwl/Hooks.pm (added) * perl/lib/BarnOwl/Message.pm (added) * perl/lib/BarnOwl/Message/AIM.pm (added) * perl/lib/BarnOwl/Message/Admin.pm (added) * perl/lib/BarnOwl/Message/Generic.pm (added) * perl/lib/BarnOwl/Message/Loopback.pm (added) * perl/lib/BarnOwl/Message/Zephyr.pm (added) * perl/lib/BarnOwl/Style.pm (added) * perl/lib/BarnOwl/Style/Basic.pm (added) * perl/lib/BarnOwl/Style/Default.pm (added) * perl/lib/BarnOwl/Style/Legacy.pm (added) * perl/lib/BarnOwl/Style/OneLine.pm (added) * perl/lib/BarnOwl/Timer.pm (added) Break perlwrap.pm into multiple files. Break perlwrap.pm out into ... Mon, 29 Sep 2008 23:24:37 GMT Alejandro R. Sedeño [41bbb8a] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Last change effectively aliased reload-module and reload-modules. ... Mon, 29 Sep 2008 22:47:36 GMT Alejandro R. Sedeño [dfbb131] * perl/lib/BarnOwl/ModuleLoader.pm (modified) reload-module should call reload(). This lets us run the (re)loaded ... Tue, 16 Sep 2008 01:04:49 GMT Nelson Elhage [5f8d8a1] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Fix :reload-module's interactions with PAR modules. Thu, 21 Aug 2008 16:01:23 GMT Alejandro R. Sedeño [a82e091] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Rename :reload to :reload-module, as :reload is already in use by a ... 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 ... Wed, 20 Aug 2008 06:16:36 GMT Nelson Elhage [5987370] * perl/lib/BarnOwl/ModuleLoader.pm (modified) ModuleLoader.pm: Add a :reload command which reloads a single module 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 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 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, 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:43:11 GMT Nelson Elhage [9506feb] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Make :reload-modules work correctly with PARs 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 Tue, 27 Mar 2007 01:14:41 GMT Nelson Elhage [4c2ec6c] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Adding a reload-modules command 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. Sun, 18 Mar 2007 20:28:23 GMT Nelson Elhage [2622450] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Report more errors when something goes wrong 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 ...