# # ChangeLog for perl/lib # # Generated by Trac 1.0.2 # Apr 25, 2024, 10:54:42 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. Wed, 16 Aug 2017 00:20:01 GMT Jason Gross [a619eda] * perl/lib/BarnOwl.pm (modified) Describe get_variable_info 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 [ecd4edf] * perl/lib/BarnOwl.pm (modified) Added perl methods to register and unregister idle watchers. 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 ... Thu, 20 Jun 2013 13:25:24 GMT Anders Kaseorg [e4b8f93] * configure.ac (modified) * perl/lib/Module/Install/BarnOwl.pm (modified) * perl/modules/Makefile.am (modified) Really support building Perl modules from a separate builddir ... 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 ... Mon, 27 May 2013 18:09:44 GMT Jason Gross [1ced34f] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Expose message_matches_filter to perl 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 ... Sun, 24 Feb 2013 00:28:42 GMT David Benjamin [104a4eb] * perl/lib/BarnOwl.pm (modified) Accept validsettings in new_variable_string If people reeeaaally ... Sat, 23 Feb 2013 22:44:23 GMT David Benjamin [4953c44] * perl/lib/BarnOwl.pm (modified) * t/variable.t (modified) Change set_fromstring to die on failure Returning zero/non-zero is ... Sat, 23 Feb 2013 22:44:21 GMT David Benjamin [e26abb6] * perl/lib/BarnOwl.pm (modified) Add new_variable_enum This seems to work. Yay. Sat, 23 Feb 2013 22:44:20 GMT David Benjamin [523146b] * perl/lib/BarnOwl.pm (modified) Add new_variable_full Route everything through that. Wed, 20 Feb 2013 01:29:38 GMT David Benjamin [3b9ca71] * commands.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) * variable.c (modified) Allow perl variables to participate in argumentless set/unset Wed, 20 Feb 2013 01:29:34 GMT David Benjamin [69f74c2] * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) * variable.c (modified) And now... the moment you've all been waiting for... Expose ... Sun, 13 Jan 2013 00:07:34 GMT Jason Gross [374089a] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Die on a failed zephyr_zwrite; don't silently ignore it 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 ... Mon, 25 Jun 2012 15:50:18 GMT Alejandro R. Sedeño [b303ba2] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Add getnumlines() to perl interface 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, ... Mon, 23 Jan 2012 22:12:56 GMT David Benjamin [8135737] * doc/barnowl.1 (modified) * owl.c (modified) * perl/lib/BarnOwl.pm (modified) rename default config file to .owl/init.pl motivations: to make ... Sun, 02 Oct 2011 02:59:21 GMT Alex Dehnert [f34728b] * perl/lib/BarnOwl/ModuleLoader.pm (modified) Add completion for reload-module Fri, 30 Sep 2011 12:07:53 GMT Jason Gross [7803326] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * perl/lib/BarnOwl.pm (modified) * perlconfig.c (modified) * viewwin.c (modified) editwin callback for canceling the editwin The code for editwin ... Fri, 30 Sep 2011 12:06:58 GMT Jason Gross [e89ec48] * perl/lib/BarnOwl.pm (modified) * perlglue.xs (modified) Made BarnOwl::start_* wrappers around a new BarnOwl::start_edit A ... 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 ... Mon, 04 Jul 2011 00:43:07 GMT Jason Gross [785ee77] * perl/lib/BarnOwl.pm (modified) Allow zsigs to be '0' Also, keep the feature that setting the zsig ... 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 [bcde7926] * perl/lib/BarnOwl.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * select.c (modified) Reimplement BarnOwl::add_io_dispatch with AnyEvent We can emulate ... 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:06:00 GMT Nelson Elhage [f2d71cfa] * perl/lib/BarnOwl.pm (modified) * perlconfig.c (modified) Export version string in $BarnOwl::VERSION. 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, 25 Sep 2010 21:58:38 GMT Nelson Elhage [b120bd3] * perl/lib/BarnOwl.pm (modified) * variable.c (modified) add a random zsig function 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. Wed, 28 Apr 2010 15:11:52 GMT Nelson Elhage [675a998] * perl/lib/BarnOwl.pm (modified) Fix an 'uninitialized' warning in recv:shift-right I have no idea ... 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. Fri, 16 Apr 2010 22:04:05 GMT Nelson Elhage [ef4700c] * perl/lib/BarnOwl.pm (modified) * text.c (modified) Properly quote strings containing newlines or tabs. 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 ... Thu, 07 Jan 2010 20:51:02 GMT Nelson Elhage [365950b] * perl/lib/BarnOwl.pm (modified) Squelch an 'uninitialized' warning in recv:shift-left. 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. Thu, 24 Dec 2009 23:18:51 GMT Alex Dehnert [6700c605] * commands.c (modified) * perl/lib/BarnOwl.pm (modified) Allow left/right scrolling by arbitrary amount Move ... 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. ...