# # ChangeLog for functions.c # # Generated by Trac 1.0.2 # Mar 19, 2024, 5:17:40 AM Sun, 05 Jul 2009 07:18:56 GMT Alex Dehnert [e6d989f] * functions.c (modified) * help.c (modified) Fix converstaion to conversation Sun, 05 Jul 2009 07:18:10 GMT Alex Dehnert [13fe062] * functions.c (modified) Fixing comments to reflect rename of owl_function_add_message to ... Tue, 30 Jun 2009 00:02:01 GMT Alejandro R. Sedeno [b72670b] * functions.c (modified) Recalculate topmsg when swaping the cursor and mark in the ... Tue, 23 Jun 2009 04:45:56 GMT Geoffrey Thomas [94af438] * functions.c (modified) Display a nicer error in :blist if .anyone doesn't exist. ... Tue, 02 Jun 2009 16:48:48 GMT Nelson Elhage [8daf504] * functions.c (modified) Allow SIGINT to interrupt getting the Zephyr buddy list If we're ... Tue, 02 Jun 2009 03:17:51 GMT Nelson Elhage [7433402] * functions.c (modified) Don't attempt to send a Zephyr logout if we never initialized Zephyr. Wed, 13 May 2009 03:41:35 GMT Nelson Elhage [3d08168] * functions.c (modified) Display 'Mark set' when setting the mark. Wed, 13 May 2009 03:39:44 GMT Alejandro R. Sedeño [bd783db] * functions.c (modified) * global.c (modified) * owl.h (modified) Error on swap when mark has not been set. Also, initialize the mark ... Wed, 13 May 2009 03:25:10 GMT Alejandro R. Sedeño [70110286] * commands.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * owl.h (modified) Implement mark and swap. Tue, 05 May 2009 05:30:07 GMT Nelson Elhage [0cb6c26] * functions.c (modified) * global.c (modified) * select.c (modified) Fix a race that could cause us to miss a SIGINT When I refactored ... Tue, 05 May 2009 01:55:22 GMT Nelson Elhage [bf66f4e] * functions.c (modified) Make ^C (really, SIGINT) interrupt searches. Sat, 04 Apr 2009 18:13:49 GMT Nelson Elhage [e6c59ba] * functions.c (modified) zephyr: Handle zpunts with recipient '%me%' Reported-By: Ken T ... Sun, 29 Mar 2009 20:47:48 GMT Alejandro R. Sedeño [d9bfc82] * functions.c (modified) Fix zpunts display. Each zpunt line was followed by its number on ... Mon, 23 Feb 2009 22:42:47 GMT Nelson Elhage [45cf49f] * functions.c (modified) * owl.c (modified) Don't send stderr to admin messages. We've been getting a lot of ... Fri, 20 Feb 2009 05:44:46 GMT Nelson Elhage [10d67d5] * functions.c (modified) Expand ~ in the argument to :source Mon, 16 Feb 2009 19:48:16 GMT Nelson Elhage [52a0f14] * functions.c (modified) * owl.c (modified) * owl.h (modified) * zephyr.c (modified) stat the zhm asynchronously at startup. If Zephyr is not present, ... Fri, 13 Feb 2009 18:33:02 GMT Nelson Elhage [23e1110] * COPYING (modified) * functions.c (modified) * owl.c (modified) * owl.h (modified) Bump the copyright year range to 2009. Wed, 11 Feb 2009 17:20:22 GMT Nelson Elhage [b4c270c] * functions.c (modified) owl_function_printallvars: Use a GString instead of a static buffer. Wed, 11 Feb 2009 17:20:22 GMT Nelson Elhage [7980fb2] * functions.c (modified) owl_function_zpunt: Actually populate recipexpr when recip isn't '*' Wed, 11 Feb 2009 17:20:22 GMT Nelson Elhage [f34dd65] * commands.c (modified) * filter.c (modified) * functions.c (modified) * global.c (modified) * list.c (modified) * message.c (modified) * owl.h (modified) * popwin.c (modified) * text.c (modified) * util.c (modified) * zcrypt.c (modified) Kill a whole bunch of unused code. I generated a list of dead ... Wed, 11 Feb 2009 17:20:21 GMT Nelson Elhage [99b50a5] * functions.c (modified) owl_function_buddylist: Replace sprintf() usages. Wed, 11 Feb 2009 17:20:21 GMT Nelson Elhage [c894c15] * functions.c (modified) owl_function_zpunt: Replace sprintf with owl_sprintf Wed, 11 Feb 2009 17:20:21 GMT Nelson Elhage [a0e6082] * functions.c (modified) owl_function_classinstfilt: Replace sprintf with owl_sprintf. The ... Wed, 11 Feb 2009 17:20:21 GMT Nelson Elhage [c1d166b] * functions.c (modified) functions.c: Remove some more sprintf()s Fix ... Wed, 11 Feb 2009 17:20:21 GMT Nelson Elhage [57609b3] * functions.c (modified) owl_function_info: Clean up code using owl_fmtext_appendf_normal ... Wed, 11 Feb 2009 17:20:21 GMT Nelson Elhage [2101a50] * functions.c (modified) owl_function_about: suppress unsafe use of sprintf/strcat Thu, 29 Jan 2009 06:40:07 GMT Nelson Elhage [637d983] * functions.c (modified) Make one-line error messages display better. When we have one-line ... Sun, 21 Dec 2008 03:17:35 GMT Nelson Elhage [bd8b991] * functions.c (modified) Turn multi-line error messages into admin messages. This should ... Fri, 12 Dec 2008 06:27:39 GMT Anders Kaseorg [8e5935d] * commands.c (modified) * functions.c (modified) * keys.c (modified) Rip out the openurl function. Sun, 07 Dec 2008 04:25:33 GMT Anders Kaseorg [b9cb41b] * functions.c (modified) * global.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Replace questionable sprintf(buf, "%s...", buf, ...) pattern, which ... Sat, 06 Dec 2008 23:55:29 GMT Nelson Elhage [49a8434] * functions.c (modified) * popexec.c (modified) * wcwidth.c (modified) Fix three small warnings. Sat, 06 Dec 2008 07:33:28 GMT Anders Kaseorg [2aaca94] * fmtext.c (modified) * functions.c (modified) Make format_fn accept a char * instead of a void *. Sat, 06 Dec 2008 05:04:44 GMT Anders Kaseorg [1d12db24] * functions.c (modified) Zephyr: Escape interpolated variables in regexes using owl_text_quote(). Mon, 17 Nov 2008 23:53:45 GMT Geoffrey Thomas [9a2ae6c] * functions.c (modified) Clean up some uses of owl_malloc/sprintf to owl_sprintf for security. Mon, 17 Nov 2008 23:53:44 GMT Geoffrey Thomas [2c09826] * functions.c (modified) Make 'r' on a question start a command. This eliminates one common ... Sat, 15 Nov 2008 13:49:55 GMT Geoffrey Thomas [799b60e] * commands.c (modified) * functions.c (modified) * help.c (modified) * owl.c (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlwrap.pm (modified) Add the :show quickstart command. In an effort to make barnowl more ... Thu, 30 Oct 2008 01:38:18 GMT Alejandro R. Sedeño [3f3ee61] * functions.c (modified) * zwrite.c (modified) Factor the code used to populate zsigs out of the function used to ... Tue, 16 Sep 2008 03:43:56 GMT Alejandro R. Sedeño [559076c] * functions.c (modified) Fix the zcrypt bug. This should fix the segfault on short zcrpyt ... Tue, 26 Aug 2008 00:11:16 GMT Nelson Elhage [740d5f7] * functions.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Move Zephyr and AIM reply command logic into perl. This has the ... Fri, 22 Aug 2008 16:22:37 GMT Nelson Elhage [cdc6ff1] * commands.c (modified) * filter.c (modified) * functions.c (modified) Implement a getfilter command to get the text of a filter. Thu, 21 Aug 2008 22:18:51 GMT Nelson Elhage [57cf4f9] * functions.c (modified) * perlwrap.pm (modified) Make owl_function_reply call methods to get the replycmd. For ... Thu, 21 Aug 2008 04:52:04 GMT Nelson Elhage [c4ba74d] * cmd.c (modified) * functions.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Make BarnOwl::command() accept a pre-tokenized command. If given ... Sun, 10 Aug 2008 21:38:44 GMT Nelson Elhage [0504f63] * filter.c (modified) * filterelement.c (modified) * functions.c (modified) * owl.h (modified) Rewrite owl_filter_print to use GString. barnowl will no longer ... Sun, 10 Aug 2008 12:33:50 GMT Geoffrey Thomas [d81f8d0] * functions.c (modified) Fix a buffer overflow -> segfault due to strcat Wed, 30 Jul 2008 22:35:08 GMT Alejandro R. Sedeño [601733d] * filter.c (modified) * functions.c (modified) * owl.h (modified) * util.c (modified) The color default has been -1 for a while now, so we match what ... Tue, 03 Jun 2008 20:27:39 GMT Alejandro R. Sedeño [dd28b51] * ChangeLog (modified) * functions.c (modified) Don't complain about non-existant ~/.owl/startup when starting. Sun, 01 Jun 2008 02:17:37 GMT Geoffrey Thomas [b1fd36e] * commands.c (modified) * functions.c (modified) * owl.c (modified) Clean up some crufty stubs that haven't been implemented in years, ... Wed, 28 May 2008 17:21:45 GMT Nelson Elhage [4367915] * functions.c (modified) BarnOwl is copyright us as well as kretch. Tue, 27 May 2008 18:16:46 GMT Alejandro R. Sedeño [6a990fb] * functions.c (modified) Don't fail silently when sourcing a file; actually let the user know. Sun, 25 May 2008 04:28:38 GMT Nelson Elhage [81001c0] * COPYING (added) * functions.c (modified) * owl.c (modified) * owl.h (modified) Clean up licensing information and add a COPYING file. We're going to ... Tue, 13 May 2008 00:01:58 GMT Alejandro R. Sedeño [81655f8] * filterelement.c (modified) * functions.c (modified) * global.c (modified) * owl.h (modified) * filterelement.c - quote regexp filter elements with spaces in them. ... Sat, 03 May 2008 16:52:32 GMT Alejandro R. Sedeño [db0ac7e] * Makefile.in (modified) * aim.c (modified) * commands.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * owl.c (modified) * owl.h (modified) * owl_perl.h (added) * perl/lib/BarnOwl/ModuleLoader.pm (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/Net/Jabber/Data.pm (modified) * perl/modules/Jabber/lib/Net/Jabber/Protocol.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) * style.c (modified) * stylefunc.c (deleted) * svkversion (modified) * variable.c (modified) * cmd.c (modified) * config.h.in (modified) * configure.ac (moved) * editwin.c (modified) * fmtext.c (modified) * glib_compat.c (added) * keymap.c (modified) * keypress.c (modified) * logging.c (modified) * message.c (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) * perl/modules/Jabber/lib/Net/XMPP/Debug.pm (modified) * perl/modules/Jabber/lib/Net/XMPP/Message.pm (modified) * perl/modules/Jabber/lib/XML/Stream.pm (modified) * text.c (modified) * util.c (modified) * viewwin.c (modified) * wcwidth.c (added) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merged revisions 983-1032 via svnmerge from ... Wed, 09 Apr 2008 22:16:02 GMT Alex Vandiver [cdd3959] * functions.c (modified) * perl/modules/Jabber/lib/Net/Jabber/Data.pm (modified) * perl/modules/Jabber/lib/Net/Jabber/Protocol.pm (modified) It's apparently a popular typo Wed, 09 Apr 2008 22:08:26 GMT Nelson Elhage [d768834] * commands.c (modified) * functions.c (modified) Fix some stupid typos Tue, 19 Feb 2008 02:07:22 GMT Alejandro R. Sedeño [5f3168a] * Makefile.in (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl/ModuleLoader.pm (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) * aim.c (modified) * cmd.c (modified) * config.h.in (modified) * configure.ac (moved) * editwin.c (modified) * fmtext.c (modified) * glib_compat.c (added) * keymap.c (modified) * keypress.c (modified) * logging.c (modified) * message.c (modified) * perl/modules/Jabber/lib/Net/XMPP/Debug.pm (modified) * perl/modules/Jabber/lib/Net/XMPP/Message.pm (modified) * perl/modules/Jabber/lib/XML/Stream.pm (modified) * text.c (modified) * util.c (modified) * viewwin.c (modified) * wcwidth.c (added) * zcrypt.c (modified) * zwrite.c (modified) Merged revisions 928-950 via svnmerge from ... 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 ... Sun, 03 Feb 2008 06:08:11 GMT Alejandro R. Sedeño [ee310eb] * dict.c (modified) * editwin.c (modified) * filter.c (modified) * filterelement.c (modified) * fmtext.c (modified) * functions.c (modified) * logging.c (modified) * obarray.c (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perlconfig.c (modified) * util.c (modified) * variable.c (modified) * Makefile.in (modified) * aim.c (modified) * cmd.c (modified) * config.h.in (modified) * configure.in (modified) * glib_compat.c (added) * global.c (modified) * keymap.c (modified) * keypress.c (modified) * keys.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (modified) * perl/modules/Jabber/lib/Net/XMPP/Debug.pm (modified) * perl/modules/Jabber/lib/Net/XMPP/Message.pm (modified) * perl/modules/Jabber/lib/XML/Stream.pm (modified) * text.c (modified) * viewwin.c (modified) * wcwidth.c (added) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merged revisions 909-923 via svnmerge from ... Sun, 03 Feb 2008 06:01:07 GMT Alejandro R. Sedeño [af1920fd] * dict.c (modified) * editwin.c (modified) * filter.c (modified) * filterelement.c (modified) * fmtext.c (modified) * functions.c (modified) * logging.c (modified) * obarray.c (modified) * perlconfig.c (modified) * util.c (modified) * variable.c (modified) Portability - removing C++ style comments. Tue, 08 Jan 2008 04:11:57 GMT Alejandro R. Sedeño [f9eea4c] * functions.c (modified) Strip formmating characters when dumping to file. Wed, 02 Jan 2008 07:42:05 GMT Alejandro R. Sedeño [47519e1b] * Makefile.in (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * keymap.c (modified) * message.c (modified) * owl.c (modified) * text.c (modified) * viewwin.c (modified) * wcwidth.c (added) text entry: * first pass at utf-8 text entry. This is not yet ... Tue, 01 Jan 2008 03:38:43 GMT Alejandro R. Sedeño [2febcae] * commands.c (modified) * functions.c (modified) * aim.c (modified) * cmd.c (modified) * configure.in (modified) * fmtext.c (modified) * global.c (modified) * logging.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perlconfig.c (modified) * text.c (modified) * util.c (modified) * viewwin.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merged revisions 785-790 via svnmerge from ... Mon, 31 Dec 2007 01:53:07 GMT Alex Vandiver [3617286] * commands.c (modified) * functions.c (modified) Don't conceal subscription errors with the "ok, we added it to the ... Fri, 28 Dec 2007 22:04:34 GMT Alejandro R. Sedeño [5376a95] * fmtext.c (modified) * functions.c (modified) * message.c (modified) * perlconfig.c (modified) * util.c (modified) * zephyr.c (modified) First pass at incoming zephyr -> UTF-8 sanitizing. This only ... Mon, 24 Dec 2007 07:53:11 GMT Alejandro R. Sedeño [28ee32b] * fmtext.c (modified) * functions.c (modified) * logging.c (modified) * text.c (modified) * util.c (modified) UTF-8 - first pass unicode changes: * remove downstr() from ... Mon, 24 Dec 2007 00:52:17 GMT Alejandro R. Sedeño [93ee554] * Makefile.in (modified) * commands.c (modified) * configure.in (modified) * debian/control (modified) * dict.c (modified) * filter.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * message.c (modified) * obarray.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl/ModuleLoader.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/Net/Jabber/MUC.pm (modified) * perl/modules/Jabber/lib/XML/Stream.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) * t/00-core-tests.t (added) * test.h (modified) * tester.c (modified) * util.c (modified) * variable.c (modified) * zephyr.c (modified) * zwrite.c (modified) * aim.c (modified) * cmd.c (modified) * text.c (modified) * zcrypt.c (modified) Merged revisions 734-776 via svnmerge from ... Mon, 24 Dec 2007 00:48:01 GMT Alejandro R. Sedeño [34509d5] * aim.c (modified) * cmd.c (modified) * configure.in (modified) * functions.c (modified) * global.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * text.c (modified) * util.c (modified) * zcrypt.c (modified) * zwrite.c (modified) GLib/Unicode branch - adding glib dependency. Linking BarnOwl to ... Sun, 23 Dec 2007 20:16:26 GMT Alex Vandiver [3939268] * functions.c (modified) Allow C-r on outgoing messages (useful for CCs) Thu, 13 Sep 2007 01:37:41 GMT Nelson Elhage [27d8d83] * functions.c (modified) Do ~-expansion in :loadsubs. closes #26 Fri, 17 Aug 2007 21:26:44 GMT Nelson Elhage [ef9438a] * functions.c (modified) When we're narrowing to an instance, properly include un-instances. ... Sat, 11 Aug 2007 05:04:07 GMT Nelson Elhage [ce7b824] * commands.c (modified) * functions.c (modified) Implement :punt and :unpunt to punt arbitrary filters, rather than ... Wed, 08 Aug 2007 22:01:51 GMT Nelson Elhage [ad15610] * commands.c (modified) * filter.c (modified) * functions.c (modified) * global.c (modified) * message.c (modified) * perlconfig.c (modified) * variable.c (modified) Applying ctl's variable shuffling patch for better ANSI C-ness. ... Wed, 01 Aug 2007 05:52:08 GMT Nelson Elhage [0ef0e8f] * functions.c (modified) zephyr smartnarrow now uses the ``personal'' filter to decide whether ... Thu, 12 Jul 2007 02:37:16 GMT Nelson Elhage [5763474] * functions.c (modified) Don't allow you to go off the end of an empty message list. [fixes: #9] Sun, 08 Jul 2007 19:37:43 GMT Nelson Elhage [b363d83] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * perlglue.xs (modified) * perlwrap.pm (modified) Adding a -s switch to change the location of the config dir (~/.owl) Thu, 07 Jun 2007 01:06:17 GMT Alex Vandiver [48609ce] * functions.c (modified) * message.c (modified) Don't include self when replying to CC'd messages 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 ... Sun, 22 Apr 2007 19:12:12 GMT Nelson Elhage [ce74deb] * functions.c (modified) * message.c (modified) Improving the private/personal distinction by fixing ... Thu, 19 Apr 2007 18:33:36 GMT Nelson Elhage [4228f8b] * functions.c (modified) Updating the about text to reflect barnowl Thu, 19 Apr 2007 17:04:43 GMT Alejandro R. Sedeño [4099cf8] * functions.c (modified) When generating filters, change single quotes and double quotes into ... Thu, 29 Mar 2007 02:54:33 GMT Alejandro R. Sedeño [c2c5c77] * filter.c (modified) * fmtext.c (modified) * functions.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) * perlglue.xs (modified) * util.c (modified) Adding 256-color support. This requires a version of ncurses that ... Thu, 29 Mar 2007 02:30:15 GMT Nelson Elhage [af9b92e] * functions.c (modified) Escape aim users' names in smartfilters. 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 ... Wed, 14 Mar 2007 21:55:07 GMT Nelson Elhage [a5fc448] * functions.c (modified) Fixing sending of zcrypted zephyrs Fri, 23 Feb 2007 20:12:49 GMT Alejandro R. Sedeño [be5aa09] * functions.c (modified) * util.c (modified) Fixing a bug reported over zephyr in which narrowing would ... Tue, 13 Feb 2007 03:04:56 GMT Alejandro R. Sedeño [38d70f3] * functions.c (modified) Allow for comments in the ~/.owl/startup file, for lines prefixed by ... Thu, 08 Feb 2007 21:39:31 GMT Nelson Elhage [7a20e4c] * functions.c (modified) * util.c (modified) smartnarrowing to an unclass is now the same as narrowing to the ... Tue, 06 Feb 2007 23:05:13 GMT Alejandro R. Sedeño [801b7ac] * fmtext.c (modified) * functions.c (modified) * view.c (modified) functions.c: tweak owl_function_calculate_topmsg_normal to not suck ... Tue, 30 Jan 2007 03:37:47 GMT Nelson Elhage [29ebcea] * functions.c (modified) Fixing the smartnarrow bug on instances with lots of periods or other ... 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 ... Wed, 10 Jan 2007 04:33:44 GMT Nelson Elhage [8203afd] * functions.c (modified) * owl.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) * perlwrap.pm (modified) * Renaming package owl to BarnOwl:: * Moving hooks into the ... Mon, 08 Jan 2007 21:17:55 GMT Nelson Elhage [25729b2] * functions.c (modified) * perl/modules/jabber.pl (modified) * perlconfig.c (modified) * perlwrap.pm (modified) Adding basic smartnarrow support for jabber, and infrastructure to ... Sat, 30 Dec 2006 06:28:40 GMT Alex Vandiver [451becb] * functions.c (modified) Kinda hacky fix for ^L at small window sizes Sun, 24 Dec 2006 23:26:33 GMT Nelson Elhage [bfbf590] * functions.c (modified) * owl.c (modified) * zephyr.c (modified) Don't quit if we can't contact the hostmaster. Sun, 24 Dec 2006 19:15:05 GMT Alejandro R. Sedeño [f62550d] * TODO (modified) * functions.c (modified) * owl.c (modified) * perl/modules/jabber.pl (modified) Updates I've had pending for a while. * First pass of Roster ... Mon, 30 Oct 2006 01:40:36 GMT Nelson Elhage [f8b42ac] * functions.c (modified) Adding a perl hook to the blist function. Sat, 28 Oct 2006 20:41:36 GMT Nelson Elhage [e0540e4] * functions.c (modified) Fixing a segfault when replying to unknown message types Fri, 27 Oct 2006 19:07:59 GMT Nelson Elhage [db8b00b] * commands.c (modified) * functions.c (modified) * global.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Exposing edit window hooks to perl Fri, 27 Oct 2006 17:17:18 GMT Nelson Elhage [1b6b2f3] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.h (modified) * perlglue.xs (modified) Refactoring the editwin code somewhat, and adding the ability to hang ... Tue, 24 Oct 2006 15:45:16 GMT Nelson Elhage [4211f50b] * commands.c (modified) * functions.c (modified) * global.c (modified) * owl.h (modified) Refactoring the editwin code to use an explicit callback. Tue, 24 Oct 2006 05:10:49 GMT Alex Vandiver [1aa2b1a] * functions.c (modified) Default narrows are un- and .d-aware