# # ChangeLog for perl/lib/BarnOwl # # Generated by Trac 1.0.2 # Apr 24, 2024, 10:11:04 PM Fri, 13 Oct 2017 00:28:02 GMT Anders Kaseorg [4fd3c04] * Makefile.am (modified) * aim.c (deleted) * buddy.c (deleted) * buddylist.c (deleted) * codelist.pl (modified) * commands.c (modified) * configure.ac (modified) * doc/advanced.txt (modified) * doc/intro.txt (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keys.c (modified) * libfaim/Makefile.am (deleted) * libfaim/admin.c (deleted) * libfaim/adverts.c (deleted) * libfaim/aim.h (deleted) * libfaim/aim_cbtypes.h (deleted) * libfaim/aim_internal.h (deleted) * libfaim/auth.c (deleted) * libfaim/bart.c (deleted) * libfaim/bos.c (deleted) * libfaim/bstream.c (deleted) * libfaim/buddylist.c (deleted) * libfaim/chat.c (deleted) * libfaim/chatnav.c (deleted) * libfaim/conn.c (deleted) * libfaim/email.c (deleted) * libfaim/faimconfig.h (deleted) * libfaim/ft.c (deleted) * libfaim/icq.c (deleted) * libfaim/im.c (deleted) * libfaim/invite.c (deleted) * libfaim/locate.c (deleted) * libfaim/md5.c (deleted) * libfaim/md5.h (deleted) * libfaim/misc.c (deleted) * libfaim/msgcookie.c (deleted) * libfaim/odir.c (deleted) * libfaim/oscar.c (deleted) * libfaim/popups.c (deleted) * libfaim/rxhandlers.c (deleted) * libfaim/rxqueue.c (deleted) * libfaim/search.c (deleted) * libfaim/service.c (deleted) * libfaim/snac.c (deleted) * libfaim/ssi.c (deleted) * libfaim/stats.c (deleted) * libfaim/tlv.c (deleted) * libfaim/translate.c (deleted) * libfaim/txqueue.c (deleted) * libfaim/util.c (deleted) * message.c (modified) * owl.c (modified) * owl.h (modified) * perl/Makefile.am (modified) * perl/lib/BarnOwl/Complete/AIM.pm (deleted) * perl/lib/BarnOwl/Complete/Filter.pm (modified) * perl/lib/BarnOwl/Logging.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/AIM.pm (deleted) * t/completion.t (modified) * variable.c (modified) Remove AIM support This code has received almost no security ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [8f91a70] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Add a bit more documentation The function was potentially a bit ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [09f7753] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Add back a comment into perl-logging from C Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [b807d8f] * perl/lib/BarnOwl/Logging.pm (modified) Improve some documentation of logging variables As per PR #54 ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [3222df2] * perl/lib/BarnOwl/Logging.pm (modified) Replace initial . with _ This is so that, e.g., we won't write to ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [9625c55] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * t/BarnOwl_Message_Zephyr.t (modified) Silence "Use of uninitialized value $realm in uc" Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [54c5395] * perl/lib/BarnOwl/Logging.pm (modified) Note conflict of loggingdirection and classlogging The description ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [8cec8f7] * perl/lib/BarnOwl/Message/Loopback.pm (modified) Log loopbacks to loopback file in ~/zlog Not to ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [5dee79a] * perl/lib/BarnOwl/Logging.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) Add log-to-subdirectories, a compatibility frob If disabled (the ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [d2ba33c] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perlglue.xs (modified) * t/BarnOwl_Message_Zephyr.t (added) * util.c (modified) Use g_utf8_casefold and g_utf8_normalize We define a convenience ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [6ddfb07] * perl/lib/BarnOwl/Logging.pm (modified) Add a comment about existence of logging dirs Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [dce72c1] * perl/lib/BarnOwl/Logging.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Log to subfolders of a base path A different subfolder for each ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [3374de9] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Log different realms to different files Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [94b4b99e] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Ignore kerberos instances in the sender and recipient when logging ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [03fbf66] * perl/lib/BarnOwl/Logging.pm (modified) * tester.c (modified) * variable.c (modified) Moved the last of the logging-related variables to perl We seem to ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [42779f8] * perl/lib/BarnOwl/Logging.pm (modified) * variable.c (modified) Moved logging-specific variables to perl But only the ones that ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [4ead7b3] * logging.c (modified) * owl.c (modified) * perl/lib/BarnOwl/Logging.pm (modified) Moved notification of message logging to perl Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [5093c6f] * logging.c (modified) * perl/lib/BarnOwl/Logging.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * perlglue.xs (modified) Moved the checking of whether or not to log messages to perl Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [9bfab40] * logging.c (modified) * perl/lib/BarnOwl/Message.pm (modified) Moved outgoing zephyr error logging to perl Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [eea7bed4] * logging.c (modified) * perl/Makefile.am (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Logging.pm (added) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/AIM.pm (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) Moved log file name generation to perl I don't think that the ... Wed, 16 Aug 2017 16:53:41 GMT Jason Gross [7f463cf] * logging.c (modified) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Moved log generation code to perl. Sun, 06 Aug 2017 03:21:53 GMT Jason Gross [4bbe53a] * perl/lib/BarnOwl/DeferredLogging.pm (modified) Add a comment for documentation As per ... Sun, 06 Aug 2017 03:21:53 GMT Jason Gross [0d2c358] * perl/lib/BarnOwl/DeferredLogging.pm (modified) Remove a useless 0 + perl cast Sun, 06 Aug 2017 03:21:53 GMT Jason Gross [958752c] * perl/lib/BarnOwl/DeferredLogging.pm (modified) Set default deferred logging interval to 1 hour Sun, 06 Aug 2017 03:21:53 GMT Jason Gross [4511ac3] * commands.c (modified) * logging.c (modified) * perl/lib/BarnOwl/DeferredLogging.pm (modified) Better UI for :flush-logs and flush-logs-interval We now only print ... Sun, 06 Aug 2017 03:21:53 GMT Jason Gross [9d6e37c] * perl/Makefile.am (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/DeferredLogging.pm (added) Add a variable to auto-flush logs every n minutes Sat, 05 Aug 2017 21:54:22 GMT Jason Gross [1f92f39] * perl/lib/BarnOwl/Complete/Client.pm (modified) Revamp set/unset completion - unset only completes ... Sat, 05 Aug 2017 21:54:22 GMT Jason Gross [bf21c4e] * perl/lib/BarnOwl/Complete/Client.pm (modified) Correct tab-completion for set/unset They only allow -q at the front. Mon, 02 Dec 2013 08:55:41 GMT Anders Kaseorg [ebc6f77] * perl/lib/BarnOwl/Style/Default.pm (modified) Humanize zsigs Stop throwing away parts of multiline zsigs; we have ... Thu, 08 Aug 2013 18:38:50 GMT Edward Z. Yang [120dac7] * global.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Hooks.pm (modified) Added a hook for wakeup/user input. I wanted to add a hook that got ... Thu, 08 Aug 2013 18:38:50 GMT Edward Z. Yang [a38becd] * commands.c (modified) * functions.c (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * sepbar.c (modified) Added a perl hook for :away Note: The sepbar no longer ... Mon, 27 May 2013 18:09:44 GMT Jason Gross [0adbce1] * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Make is_personal like owl_message_is_personal Before we were ... Sun, 19 May 2013 23:35:03 GMT Alex Dehnert [53151d4] * perl/lib/BarnOwl/Zephyr.pm (modified) Use "our" instead of "my" for zephyrStartup hook All our other ... Fri, 11 Jan 2013 05:30:01 GMT Alejandro R. Sedeño [4626016] * perl/lib/BarnOwl/Complete/Client.pm (modified) Remove completion for nonexistent ':show information' Sat, 01 Dec 2012 22:16:21 GMT David Benjamin [6401db3] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * perlconfig.c (modified) Fix display of pseudologins After ... Fri, 27 Apr 2012 04:00:31 GMT David Benjamin [e6e7842] * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) Complete viewperson and vp as viewuser and vu Mon, 23 Jan 2012 23:41:05 GMT Anders Kaseorg [bf70350] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * zephyr.c (modified) Stop pretending to support zwrite * ‘*’ is not a valid recipient, ... Sun, 02 Oct 2011 02:59:21 GMT Alex Dehnert [f34728b] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Add completion for reload-module Fri, 16 Sep 2011 05:18:29 GMT Jason Gross [d973a73] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete unstartup command just like startup command Fri, 16 Sep 2011 05:14:30 GMT Anders Kaseorg [732d5c0] * perl/lib/BarnOwl/Style/Default.pm (modified) Show foreign realms on non-personal zephyrs like Owl did ... Sat, 09 Jul 2011 20:11:45 GMT Jason Gross [a130fc5] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Message.pm (modified) * perlglue.xs (modified) Improved ability to delete messages from perl BarnOwl::Message now ... Sat, 25 Jun 2011 17:17:27 GMT David Benjamin [b8a3e00] * doc/barnowl.1 (modified) * functions.c (modified) * owl.c (modified) * owl_perl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/Module/Install/BarnOwl.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (modified) * perl/modules/Twitter/README (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm (modified) * scripts/do-release (modified) * util.c (modified) Consistently use BarnOwl or barnowl BarnOwl refers to the program, ... Wed, 22 Jun 2011 04:37:21 GMT David Benjamin [074bdaa] * global.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * select.c (modified) Replace BarnOwl::Timer with a perl wrapper over AnyEvent This also ... Wed, 22 Jun 2011 04:37:21 GMT David Benjamin [58f4fb2] * commands.c (modified) * functions.c (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) Drop show timers feature It was useful to access programmatically ... Wed, 22 Jun 2011 04:37:21 GMT David Benjamin [9179fd7] * README (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/AnyEvent.pm (deleted) Use AnyEvent's Glib backend Sun, 03 Apr 2011 19:05:59 GMT Nelson Elhage [21bab95] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/AnyEvent.pm (modified) Fix some bugs in asedeno's AnyEvent implementation. Sun, 03 Apr 2011 18:57:58 GMT Nelson Elhage [0b20de4] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/AnyEvent.pm (added) First pass at AnyEvent. Implementing io and timer. Not implementing ... Wed, 23 Feb 2011 04:09:32 GMT Nelson Elhage [5738650] * perl/lib/BarnOwl/Style/Default.pm (modified) Prepend "UNAUTH: " to displayed sender for unauthenticated zephyrs ... Fri, 11 Feb 2011 02:10:56 GMT David Benjamin [edd0be7] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Only handle CCs in messages sent directly to you. A zephyr with a ... Sun, 06 Feb 2011 04:28:27 GMT David Benjamin [8d553bf] * perl/lib/BarnOwl/Message/Zephyr.pm (modified) Append sender's realm to Cc'd unqualified names when replying ... Mon, 08 Nov 2010 21:01:44 GMT Alejandro R. Sedeño [1522e5d] * commands.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * zephyr.c (modified) webzephyr principal changed Signed-off-by: Alejandro R. Sedeño ... Sat, 02 Oct 2010 01:22:20 GMT David Benjamin [c6adf17] * aim.c (modified) * commands.c (modified) * functions.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) * perlglue.xs (modified) * select.c (modified) * variable.c (modified) Track names along with timers, add :show timers This will help ... Fri, 01 Oct 2010 00:07:17 GMT David Benjamin [385cce2] * perl/lib/BarnOwl/MainLoopCompatHook.pm (modified) Remove the DESTROY hook in MainLoopCompatHook It can't cause a ... Sun, 26 Sep 2010 02:26:08 GMT David Benjamin [c8d9f84] * perl/lib/BarnOwl/MainLoopCompatHook.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) More aggressively stop Timers created in perl In case something ... Sat, 11 Sep 2010 21:25:04 GMT Nelson Elhage [f544216] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Fix module-loading priorities. I think we actually get this right, ... Sun, 23 May 2010 16:48:40 GMT Nelson Elhage [7cc1092] * perl/lib/BarnOwl/Message/Generic.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * Makefile.am (modified) * commands.c (modified) * configure.ac (modified) * doc/releasing-barnowl.txt (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * logging.c (modified) * message.c (modified) * obarray.c (deleted) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlconfig.c (modified) * popwin.c (modified) * scripts/do-release (modified) * select.c (modified) * tester.c (modified) * variable.c (modified) * viewwin.c (modified) * zephyr.c (modified) Merge branch 'style-undef' Sun, 23 May 2010 03:00:11 GMT Nelson Elhage [5d1324f] * perl/lib/BarnOwl/Message/Generic.pm (modified) Generic Messages: Return an empty body. Sun, 23 May 2010 03:00:04 GMT Nelson Elhage [08544e0] * perl/lib/BarnOwl/Style/Default.pm (modified) Default style: Be more robust against undefs Thu, 20 May 2010 01:58:09 GMT David Benjamin [3aa0522] * owl.c (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perlconfig.c (modified) Deprecate the main loop hook, use on-demand perl timer Users ... Tue, 18 May 2010 01:44:01 GMT Nelson Elhage [8d16e58] * perl/lib/BarnOwl/Timer.pm (modified) Allow explicitly cancelling timers from perl. Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [6dba228] * perl/lib/BarnOwl/Complete/Filter.pm (modified) * t/completion.t (modified) Fix filter tests to account for new deleted syntax Sat, 24 Apr 2010 18:22:30 GMT Nelson Elhage [a1d98e4] * filterelement.c (modified) * perl/lib/BarnOwl/Complete/Filter.pm (modified) Support filtering on whether a message has been deleted. Tue, 30 Mar 2010 03:12:01 GMT Nelson Elhage [0fe69d2] * perl/lib/BarnOwl/Style/Default.pm (modified) Don't assume that [:print:] includes "\n". In particular, as of ... Mon, 15 Mar 2010 14:42:26 GMT Alex Vandiver [25bfc10] * perl/lib/BarnOwl/Style/Default.pm (modified) Fix minor documentation typo Sun, 07 Mar 2010 23:56:51 GMT David Benjamin [b30c256] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Help.pm (added) * perl/lib/BarnOwl/Hooks.pm (modified) Add edit:help command for zsh-style in-edit help zsh has this ... Sun, 07 Mar 2010 23:54:59 GMT David Benjamin [30c5aab] * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Parse.pm (modified) Add function for point-less parses Often, you don't care very much ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [2d232ed] * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Parse.pm (added) Move Completion::Context::tokenize into own module Also add TODO ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [af21934] * perl/lib/BarnOwl/Completion/Context.pm (modified) Fix leading whitespace in tokenizer and refactor Should make tests ... Mon, 28 Dec 2009 05:03:29 GMT Nelson Elhage [dc8f6e0] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete several commands that accept a filename. Mon, 28 Dec 2009 05:03:29 GMT Nelson Elhage [e6cec01] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) Completion: Add a helper function to complete paths. Add tests as ... Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [880311d] * perl/lib/BarnOwl/Completion.pm (modified) Completion: Allow completers to provide partial completion. Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [4815492] * perl/lib/BarnOwl/Completion.pm (modified) Completion: Allow for separate display and replacement strings. Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [4d26776] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the 'print' command. Mon, 28 Dec 2009 05:03:28 GMT Nelson Elhage [1dc839b] * perl/lib/BarnOwl/Complete/Client.pm (modified) Complete the 'bindkey' command. Mon, 21 Dec 2009 22:54:21 GMT Nelson Elhage [7574eed] * perl/lib/BarnOwl/Hooks.pm (modified) _get_blist: Ignore undefined or empty buddy list entries. Mon, 21 Dec 2009 22:36:30 GMT Nelson Elhage [fa0114b] * perl/lib/BarnOwl/Hooks.pm (modified) _get_blist: Correctly strip leading and trailing whitespace. 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, 20 Nov 2009 08:28:56 GMT Alex Dehnert [dab89e28] * perl/lib/BarnOwl/Complete/Client.pm (modified) Add completion for :filter* 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