# # ChangeLog for / # # Generated by Trac 1.0.2 # Mar 28, 2024, 4:20:24 PM Sun, 16 May 2010 05:15:25 GMT David Benjamin [f034ac0] * tester.c (modified) Actually initialize owl_global in tester.c Fixes tests relying on ... Sun, 16 May 2010 05:15:23 GMT David Benjamin [3687413] * owl.c (modified) * variable.c (modified) * zephyr.c (modified) Only enable pseudologin timer when we use it The feature defaults ... Sun, 16 May 2010 05:15:15 GMT David Benjamin [7ba9e0de] * commands.c (modified) * functions.c (modified) * owl.h (modified) Define constants for output switches Remembering 0, 1, and 2 is ... Sun, 16 May 2010 02:04:14 GMT David Benjamin [700dc91] * commands.c (modified) Add a start-command example to :bindkey since a lot of people asked ... Sun, 16 May 2010 02:04:14 GMT David Benjamin [9ed1278] * commands.c (modified) Fix small :help bugs for bindkey and unbindkey Thu, 13 May 2010 19:26:47 GMT Anders Kaseorg [447435a] * commands.c (modified) owl_command_smartnarrow: Correctly use const. Signed-off-by: Anders ... Thu, 13 May 2010 19:03:07 GMT Anders Kaseorg [ff426f9] * functions.c (modified) owl_function_classinstfilt: Don’t leak class and instance on early ... Thu, 13 May 2010 19:02:03 GMT Nelson Elhage [e54a746] * commands.c (modified) owl_command_smartnarrow: Correctly initalize optind. If we don't ... Thu, 13 May 2010 18:28:14 GMT David Benjamin [88e425f] * commands.c (modified) Free temporary argv in done segment Otherwise we leak memory when ... Tue, 11 May 2010 23:42:13 GMT David Benjamin [0881cdd] * global.c (modified) * owl.c (modified) * owl.h (modified) * popwin.c (modified) Use a separate pad for input wgetch calls a wrefresh on regular ... Tue, 11 May 2010 23:42:13 GMT David Benjamin [bcff94d] * owl.c (modified) Drop pointless doupdate before the event loop Sat, 08 May 2010 16:25:56 GMT Nelson Elhage [5f08dbe] * doc/releasing-barnowl.txt (modified) releasing-barnowl.txt: Convert to org-mode Sat, 08 May 2010 16:25:55 GMT Nelson Elhage [f536399] * doc/releasing-barnowl.txt (modified) Update releasing-barnowl for the actual release. Sat, 08 May 2010 16:25:55 GMT Nelson Elhage [c62c755] * scripts/do-release (modified) do-release: Update the trac release text Sat, 08 May 2010 13:40:48 GMT Nelson Elhage [6cc3306] * functions.c (modified) owl_function_zuserfilt: Don't leak the filter name. Signed-off-by: ... Thu, 06 May 2010 04:59:30 GMT Anders Kaseorg [c3031f3] * select.c (modified) Mask all handled signals while running pre-select actions. This ... Thu, 06 May 2010 04:59:21 GMT Anders Kaseorg [1b5b975] * owl.c (modified) Make terminal refreshes a pre-select action. Signed-off-by: Anders ... Tue, 04 May 2010 01:09:18 GMT Nelson Elhage [9d7a720] * editwin.c (modified) Always disable wrapping in single-line editwins. Tue, 04 May 2010 01:09:18 GMT Nelson Elhage [4d9e4254] * variable.c (modified) Update the documentation for edit:max*cols. Tue, 04 May 2010 01:09:18 GMT Nelson Elhage [a4bbd80] * variable.c (modified) Set edit:maxwrapcols to 70 by default. New BarnOwl users may not be ... Tue, 04 May 2010 01:09:14 GMT Nelson Elhage [d625cfd] * editwin.c (modified) Allow disabling of both automatic wrapping and filling. In ... Tue, 04 May 2010 01:08:14 GMT Nelson Elhage [7149832] * editwin.c (modified) Visually indicate soft line-breaks in the editwin. Tue, 04 May 2010 00:10:49 GMT Nelson Elhage [7ce30a9] * editwin.c (modified) Never draw into the rightmost column of the editwin. Sat, 01 May 2010 15:35:01 GMT Nelson Elhage [7141d75] * editwin.c (modified) Fix a bug in editwin redraw with echochar set. Fri, 30 Apr 2010 04:23:11 GMT David Benjamin [fe4c786] * viewwin.c (modified) Avoids segfault on NULL curswin for viewwin When the screen is too ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [719173c4] * global.c (modified) Recreate the popwin on relayout This should fix redraws when ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [06cc8d9] * popwin.c (modified) Simplify owl_popwin_is_active The current implementation is ridiculous. Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [c21b8b7] * popwin.c (modified) Punt some redisplays in the popwin libpanel already takes care of ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [644a0f8] * functions.c (modified) Use touchwin in owl_function_full_redisplay redrawwin also memsets ... Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [0e3cdf1] * global.c (modified) Punt a pointless debug and a trailing newline Wed, 28 Apr 2010 18:27:59 GMT David Benjamin [f92acd7] * functions.c (modified) * variable.c (modified) Only relayout on widget resizes We needn't compute a new window ... Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [f7cf6c2] * global.c (modified) * owl.c (modified) * owl.h (modified) Allow scheduling of relayouts as well as resizes Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [263320f] * configure.ac (modified) * global.c (modified) Require resizeterm This allows us to get rid of the endwin, which ... Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [f9f88f3] * global.c (modified) Separate relayout from resize Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [285bc9a] * global.c (modified) Refactor the ioctl and size work into a separate function Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [1f3a423] * global.c (modified) Consistently use g->{lines,cols} for the final size We have various ... 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 ... Wed, 28 Apr 2010 03:46:52 GMT Nelson Elhage [14965e5] * commands.c (modified) make viewperson, vp aliases for viewuser named in the same fashion ... Wed, 28 Apr 2010 03:14:58 GMT Nelson Elhage [07f655b] * configure.ac (modified) Bump version for development. Tue, 27 Apr 2010 21:21:36 GMT Anders Kaseorg [8479494] * global.c (modified) Clear the resizepending flag before doing a resize, not after. This ... Tue, 27 Apr 2010 21:21:31 GMT Anders Kaseorg [7892963] * global.c (modified) * owl.h (modified) Mark variables modified from signal handlers as volatile ... Tue, 27 Apr 2010 03:22:41 GMT Nelson Elhage [72634c5] * scripts/locker-update (modified) locker-update: Don't skip arches because the bare binary is missing. Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [cef53f9] * configure.ac (modified) BarnOwl 1.6rc2 Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [a06334e] * scripts/locker-update (modified) Use a wrapper script for zcrypt Actual binaries get zcrypt.real ... Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [0be790a] * scripts/locker-update (modified) Also create symlinks properly for zcrypt Mon, 26 Apr 2010 23:52:03 GMT Nelson Elhage [751ae8c] * scripts/locker-update (modified) If the targets do not exist, remove the link This should correctly ... Mon, 26 Apr 2010 23:49:28 GMT Nelson Elhage [0fd5bd5] * scripts/locker-build (modified) Incorporate the zephyr soname into the executable for *_deb50. Mon, 26 Apr 2010 23:49:28 GMT Nelson Elhage [a4b0572] * scripts/locker-update (modified) locker-update: Create zephyr{3,4} symlinks as-needed Checks ... Mon, 26 Apr 2010 23:49:27 GMT Nelson Elhage [0ee43c8] * scripts/locker-update (modified) Unify the beta and non-beta code paths Mon, 26 Apr 2010 23:48:51 GMT Nelson Elhage [60fcd71] * zcrypt.c (modified) zcrypt: des_ecb_encrypt doesn't NULL-terminate the output block. ... Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [3001c11] * t/completion.t (modified) Add a test case for deleted syntax 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 Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [ae333f0] * Makefile.am (modified) Add filterproc.c to BASE_SRCS Fixes linking of the two tester ... Mon, 26 Apr 2010 19:46:12 GMT David Benjamin [4123da1] * tester.c (modified) Fix references to old editwin API in tester Sun, 25 Apr 2010 20:14:09 GMT David Benjamin [1ea0249] * doc/releasing-barnowl.txt (added) Add releasing-barnowl.txt Sun, 25 Apr 2010 19:57:24 GMT Nelson Elhage [1cfcab7] * COPYING (modified) * functions.c (modified) * owl.c (modified) * owl.h (modified) Update copyright notices for 2010. Sun, 25 Apr 2010 19:50:30 GMT Nelson Elhage [858c9c4] * Makefile.am (modified) Our source actually expects DATADIR to be $(pkgdatadir). Sat, 24 Apr 2010 21:38:25 GMT Nelson Elhage [5a57386] * Makefile.am (modified) * configure.ac (modified) Define DATADIR and BINDIR in the Makefile, not config.h This is the ... Sat, 24 Apr 2010 19:02:43 GMT Nelson Elhage [9d2a105] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.6rc1 Sat, 24 Apr 2010 18:44:50 GMT Nelson Elhage [c18d069] * scripts/add-changelog (modified) add-changelog: Fix the usage message 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 23:18:30 GMT Nelson Elhage [63de71c] * libfaim/aim.h (modified) aim.h: Do the same stdbool.h dance This generates warnings (about ... Fri, 16 Apr 2010 23:17:43 GMT Nelson Elhage [13d6a53] * scripts/locker-update (modified) scripts/locker-update: Install a zcrypt symlink Fri, 16 Apr 2010 22:34:50 GMT Nelson Elhage [75b0adb] * configure.ac (modified) * owl.h (modified) Check for stdbool.h in configure. Athena 9 Solaris doesn't have a ... 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. Fri, 16 Apr 2010 22:04:00 GMT Nelson Elhage [6e58ff2] * editwin.c (modified) Check for an unset mark in owl_editwin_replace_region. Fixes #134. Fri, 16 Apr 2010 22:01:54 GMT Nelson Elhage [7ba7d66] * zcrypt.c (modified) zcrypt: Fix a segfault without any arguments. Fri, 09 Apr 2010 03:36:09 GMT Nelson Elhage [b094191] * zcrypt.c (modified) Include config.h in zcrypt.c Fri, 09 Apr 2010 02:00:41 GMT Nelson Elhage [e2cbbbe] * .gitignore (modified) * Makefile.am (modified) * barnowl (modified) * commands.c (modified) * configure.ac (modified) * filterproc.c (added) * filterproc.h (added) * functions.c (modified) * message.c (modified) * tester.c (modified) * util.c (modified) * zcrypt.c (modified) * editwin.c (modified) * global.c (modified) * keybinding.c (modified) * keymap.c (modified) * keys.c (modified) * m4/ax_prog_perl_modules.m4 (added) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * scripts/add-changelog (modified) * scripts/do-release (modified) * scripts/locker-build (modified) * variable.c (modified) * zephyr.c (modified) Merge branch 'refactor-zcrypt' Fri, 09 Apr 2010 02:00:31 GMT Nelson Elhage [9a7b4f2] * barnowl (modified) * configure.ac (modified) * functions.c (modified) * message.c (modified) * util.c (modified) Use zcrypt from our own bin directory. Fri, 09 Apr 2010 02:00:29 GMT Nelson Elhage [7d03c8d] * .gitignore (modified) * Makefile (deleted) * Makefile.am (modified) * configure.ac (modified) Add zcrypt to our build system. Sat, 03 Apr 2010 02:40:39 GMT Nelson Elhage [8a5b5a1] * commands.c (modified) * functions.c (modified) * keys.c (modified) Add option to smartnarrow to temporarily invert narrow-related. ... Sat, 03 Apr 2010 02:40:39 GMT Nelson Elhage [66e409c] * commands.c (modified) * functions.c (modified) * variable.c (modified) Add the "narrow-related" variable. This controls whether narrowing ... 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 ... Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [9186c75] * commands.c (modified) * functions.c (modified) * perlglue.xs (modified) Make functions that start an editwin return it, too. Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [98d296d] * global.c (modified) * owl.c (modified) * owl.h (modified) Remove owl_global_is_typwin_active This is now redundant with ... Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [58d47ca] * functions.c (modified) * global.c (modified) Make owl_global_set_typwin-active return the new editwin. This ... Tue, 30 Mar 2010 03:11:32 GMT Nelson Elhage [73eda8c] * global.c (modified) Only use typewindelta when opening multiline editwins. Tue, 30 Mar 2010 02:22:25 GMT Nelson Elhage [21dd391] * editwin.c (modified) Remove the defunct oe_count_glyphs. We may want this again later, ... Tue, 30 Mar 2010 02:11:45 GMT Nelson Elhage [b4a95fc] * commands.c (modified) Fix a warning in commands.c Tue, 30 Mar 2010 02:09:45 GMT Nelson Elhage [2d3ed95] * configure.ac (modified) * m4/ax_prog_perl_modules.m4 (added) Check for some perl modules. These are the modules needed by the ... Tue, 30 Mar 2010 02:09:28 GMT Nelson Elhage [4c97193] * configure.ac (modified) Explicitly check for the presence of libperl. Apparently ... Tue, 30 Mar 2010 02:08:45 GMT Nelson Elhage [db4b293] * configure.ac (modified) Add a check for the 'zip' program. Reviewed-by: Anders Kaseorg ... Tue, 30 Mar 2010 00:36:18 GMT Nelson Elhage [125fd21] * popexec.c (modified) Fix a use-after-free in popexec.c Fixes: #130 Wed, 24 Mar 2010 20:24:38 GMT Alejandro R. Sedeño [f25812b] * functions.c (modified) * global.c (modified) * owl.h (modified) * zephyr.c (modified) Make pseudologins asynchronous Signed-off-by: Alejandro R. Sedeño ... Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [59ab8dd] * global.c (modified) Erase the editwin WINDOW on resizes if there is no editwin Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [5934b87] * commands.c (modified) * functions.c (modified) Merge editline:done with edit:done as well. Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [d83621c4] * commands.c (modified) * functions.c (modified) * global.c (modified) Call the editwin callback after deactivating the editwin. This ... Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [0d17295] * commands.c (modified) * functions.c (modified) Merge editresponse:done and edit:done into a single command. Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [38cc669] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * perlglue.xs (modified) Create/destroy editwins rather than reusing a single one. Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [8dfb59c] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) Nuke the editwin buffercommand. This was really just an alternate ... Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [1b1cd2c] * editwin.c (modified) * functions.c (modified) * perlconfig.c (modified) * perlglue.xs (modified) Editwin: Add a callback to destroy cbdata Tue, 23 Mar 2010 21:23:43 GMT Nelson Elhage [6b78afb] * functions.c (modified) start_question: Use the proper keymap Tue, 23 Mar 2010 03:13:41 GMT Leonid Grinberg [8a921b5] * commands.c (modified) * keybinding.c (modified) * keymap.c (modified) Add new command unbindkey for removing keybindings Sun, 21 Mar 2010 05:12:11 GMT Leonid Grinberg [5643f99] * keybinding.c (modified) Abstract owl_keybinding_make_keys from owl_keybinding_init Thu, 18 Mar 2010 03:30:31 GMT Nelson Elhage [2b7ef0a] * Makefile (added) * zcrypt.c (added) * .gitignore (added) * AUTHORS (added) * COPYING (added) * ChangeLog (added) * Makefile.am (added) * README (added) * aim.c (added) * autogen.sh (added) * barnowl (added) * buddy.c (added) * buddylist.c (added) * cmd.c (added) * codelist.pl (added) * commands.c (added) * configure.ac (added) * context.c (added) * dict.c (added) * doc/advanced.txt (added) * doc/barnowl.1 (added) * doc/code.txt (added) * doc/intro.txt (added) * editwin.c (added) * errqueue.c (added) * examples/owlconf.erik (added) * examples/owlconf.simple (added) * examples/owlconf.vtformat (added) * filter.c (added) * filterelement.c (added) * fmtext.c (added) * functions.c (added) * glib_compat.c (added) * global.c (added) * help.c (added) * history.c (added) * keybinding.c (added) * keymap.c (added) * keypress.c (added) * keys.c (added) * libfaim/Makefile.am (added) * libfaim/admin.c (added) * libfaim/adverts.c (added) * libfaim/aim.h (added) * libfaim/aim_cbtypes.h (added) * libfaim/aim_internal.h (added) * libfaim/auth.c (added) * libfaim/bart.c (added) * libfaim/bos.c (added) * libfaim/bstream.c (added) * libfaim/buddylist.c (added) * libfaim/chat.c (added) * libfaim/chatnav.c (added) * libfaim/conn.c (added) * libfaim/email.c (added) * libfaim/faimconfig.h (added) * libfaim/ft.c (added) * libfaim/icq.c (added) * libfaim/im.c (added) * libfaim/invite.c (added) * libfaim/locate.c (added) * libfaim/md5.c (added) * libfaim/md5.h (added) * libfaim/misc.c (added) * libfaim/msgcookie.c (added) * libfaim/odir.c (added) * libfaim/oscar.c (added) * libfaim/popups.c (added) * libfaim/rxhandlers.c (added) * libfaim/rxqueue.c (added) * libfaim/search.c (added) * libfaim/service.c (added) * libfaim/snac.c (added) * libfaim/ssi.c (added) * libfaim/stats.c (added) * libfaim/tlv.c (added) * libfaim/translate.c (added) * libfaim/txqueue.c (added) * libfaim/util.c (added) * list.c (added) * logging.c (added) * 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 (added) * message.c (added) * messagelist.c (added) * obarray.c (added) * owl.c (added) * owl.h (added) * owl_perl.h (added) * pair.c (added) * perl/Makefile.am (added) * perl/lib/BarnOwl.pm (added) * perl/lib/BarnOwl/Complete/AIM.pm (added) * perl/lib/BarnOwl/Complete/Client.pm (added) * perl/lib/BarnOwl/Complete/Filter.pm (added) * perl/lib/BarnOwl/Complete/Zephyr.pm (added) * perl/lib/BarnOwl/Completion.pm (added) * perl/lib/BarnOwl/Completion/Context.pm (added) * perl/lib/BarnOwl/Completion/Util.pm (added) * perl/lib/BarnOwl/Editwin.pm (added) * perl/lib/BarnOwl/Help.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/ModuleLoader.pm (added) * perl/lib/BarnOwl/Parse.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) * perl/lib/BarnOwl/Zephyr.pm (added) * perl/lib/Module/Install/BarnOwl.pm (added) * perl/modules/IRC/Makefile.PL (added) * perl/modules/IRC/inc/Module/Install.pm (added) * perl/modules/IRC/inc/Module/Install/BarnOwl.pm (added) * perl/modules/IRC/inc/Module/Install/Base.pm (added) * perl/modules/IRC/inc/Module/Install/Can.pm (added) * perl/modules/IRC/inc/Module/Install/Fetch.pm (added) * perl/modules/IRC/inc/Module/Install/Makefile.pm (added) * perl/modules/IRC/inc/Module/Install/Metadata.pm (added) * perl/modules/IRC/inc/Module/Install/Win32.pm (added) * perl/modules/IRC/inc/Module/Install/WriteAll.pm (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/Completion.pm (added) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (added) * perl/modules/Jabber/Makefile.PL (added) * 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) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm (added) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm (added) * perl/modules/Jabber/lib/Net/Jabber.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Client.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Component.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Data.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Debug.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Dialback.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Dialback/Result.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Dialback/Verify.pm (added) * perl/modules/Jabber/lib/Net/Jabber/IQ.pm (added) * perl/modules/Jabber/lib/Net/Jabber/JID.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Key.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Log.pm (added) * perl/modules/Jabber/lib/Net/Jabber/MUC.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Message.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Namespaces.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Presence.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Protocol.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Server.pm (added) * perl/modules/Jabber/lib/Net/Jabber/Stanza.pm (added) * perl/modules/Jabber/lib/Net/Jabber/XDB.pm (added) * perl/modules/Jabber/lib/Net/XMPP.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Client.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Connection.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Debug.pm (added) * perl/modules/Jabber/lib/Net/XMPP/IQ.pm (added) * perl/modules/Jabber/lib/Net/XMPP/JID.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Message.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Namespaces.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Presence.pm (added) * perl/modules/Jabber/lib/Net/XMPP/PrivacyLists.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Protocol.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Roster.pm (added) * perl/modules/Jabber/lib/Net/XMPP/Stanza.pm (added) * perl/modules/Jabber/lib/XML/Stream.pm (added) * perl/modules/Jabber/lib/XML/Stream/Namespace.pm (added) * perl/modules/Jabber/lib/XML/Stream/Node.pm (added) * perl/modules/Jabber/lib/XML/Stream/Parser.pm (added) * perl/modules/Jabber/lib/XML/Stream/Parser/DTD.pm (added) * perl/modules/Jabber/lib/XML/Stream/Tree.pm (added) * perl/modules/Jabber/lib/XML/Stream/XPath.pm (added) * perl/modules/Jabber/lib/XML/Stream/XPath/Op.pm (added) * perl/modules/Jabber/lib/XML/Stream/XPath/Query.pm (added) * perl/modules/Jabber/lib/XML/Stream/XPath/Value.pm (added) * perl/modules/Makefile.am (added) * perl/modules/WordWrap/Makefile.PL (added) * perl/modules/WordWrap/inc/Module/Install.pm (added) * perl/modules/WordWrap/inc/Module/Install/BarnOwl.pm (added) * perl/modules/WordWrap/inc/Module/Install/Base.pm (added) * perl/modules/WordWrap/inc/Module/Install/Can.pm (added) * perl/modules/WordWrap/inc/Module/Install/Fetch.pm (added) * perl/modules/WordWrap/inc/Module/Install/Makefile.pm (added) * perl/modules/WordWrap/inc/Module/Install/Metadata.pm (added) * perl/modules/WordWrap/inc/Module/Install/Win32.pm (added) * perl/modules/WordWrap/inc/Module/Install/WriteAll.pm (added) * perl/modules/WordWrap/lib/BarnOwl/Module/WordWrap.pm (added) * perl_tester.c (added) * perlconfig.c (added) * perlglue.xs (added) * popexec.c (added) * popwin.c (added) * regex.c (added) * runtests.sh (added) * scripts/add-changelog (added) * scripts/do-release (added) * scripts/locker-build (added) * scripts/locker-update (added) * select.c (added) * stubgen.pl (added) * style.c (added) * t/00-core-tests.t (added) * t/completion.t (added) * t/mock.pl (added) * t/unicode.t (added) * tester.c (added) * text.c (added) * typemap (added) * util.c (added) * variable.c (added) * view.c (added) * viewwin.c (added) * wcwidth.c (added) * zbuddylist.c (added) * zephyr.c (added) * zwrite.c (added) Merge zcrypt into master. Merge commit ... Thu, 18 Mar 2010 03:30:31 GMT Nelson Elhage [e832a52] * zcrypt.c (modified) const-ify most of the strings in zcrypt.c Thu, 18 Mar 2010 03:30:31 GMT Nelson Elhage [6d7f2a8] * zcrypt.c (modified) zcrypt: Make encryption/decryption algorithms into a table. Thu, 18 Mar 2010 03:30:30 GMT Nelson Elhage [8bd190d] * Makefile (modified) * filterproc.c (added) * filterproc.h (added) * zcrypt.c (modified) zcrypt: Implement AES encryption support using GPG. Thu, 18 Mar 2010 03:15:36 GMT Nelson Elhage [d564c3d] * Makefile.am (modified) * commands.c (modified) * filterproc.c (added) * filterproc.h (added) * functions.c (modified) * message.c (modified) * tester.c (modified) * zcrypt.c (deleted) Replace the built-in zcrypt with shelling out to the zcrypt binary.