name age message
file AUTHORS Fri May 30 11:13:49 -0700 2008 Rename doc/contributors to the more canonical A... [nelhage]
file BUGS Thu Mar 15 21:45:19 -0700 2007 First phase of the module rewrite. Internals no... [nelhage]
file COPYING Loading commit data...
file ChangeLog
file Makefile.in
file NEWS Thu Jun 27 23:18:34 -0700 2002 * Added RCS Id strings to all files. * 'show ke... [Erik Nygren]
file README Fri Jan 11 23:00:53 -0800 2008 Adding a note about IRC deps [nelhage]
file TODO Sat Feb 17 13:35:55 -0800 2007 Some TODO updates. [nelhage]
file aim.c
file athstatic Tue Jan 16 12:57:51 -0800 2007 Not statically linking perl (This may or may no... [nelhage]
file buddy.c Fri Oct 10 14:12:19 -0700 2003 Fixed bug with idle times causing broken pipes.... [James M. Kretchmar]
file buddylist.c
file cmd.c
file codelist.pl Wed Jul 02 15:15:24 -0700 2003 First pass at making owl build without zephyr [James M. Kretchmar]
file commands.c
file config.h.in
file configure.ac
file context.c Mon Jun 30 15:12:40 -0700 2003 Started adding code to do question/response stuff [James M. Kretchmar]
file dict.c Sat Feb 02 22:01:07 -0800 2008 Portability - removing C++ style comments. [asedeno]
directory doc/
file editwin.c
file encapsulate.pl Sun Jul 06 15:42:06 -0700 2003 New API for perl message formatting functions.... [Erik Nygren]
file errqueue.c Fri Oct 17 14:16:25 -0700 2003 Added the 'show errors' command Added the error... [James M. Kretchmar]
directory examples/
file filter.c
file filterelement.c
file fmtext.c
file functions.c
file glib_compat.c
file global.c
file help.c
file history.c Thu Nov 06 11:56:04 -0800 2003 Changed startup message to reflect new mailing ... [James M. Kretchmar]
file install.sh Sun Apr 20 09:21:48 -0700 2003 Remove some ancient stuff from zcrypt.c [James M. Kretchmar]
file keybinding.c Fri Mar 02 06:22:27 -0800 2007 Fix two more stupid memory leaks. [nelhage]
file keymap.c Wed Jan 09 11:17:57 -0800 2008 take two for input processing [asedeno]
file keypress.c Wed Jan 09 11:17:57 -0800 2008 take two for input processing [asedeno]
file keys.c
directory libfaim/
file list.c
file logging.c
file mainwin.c Wed Mar 28 19:54:33 -0700 2007 Adding 256-color support. This requires a versi... [asedeno]
file message.c
file messagelist.c Tue Jan 23 20:55:31 -0800 2007 Binary search to find a message with a specific... [asedeno]
file mkinstalldirs Fri Dec 26 12:47:57 -0800 2003 Added mkinstalldirs [James M. Kretchmar]
file muxevents.c
file obarray.c Sat Feb 02 22:01:07 -0800 2008 Portability - removing C++ style comments. [asedeno]
file owl.c
file owl.h
file owl_perl.h Mon Apr 28 22:21:12 -0700 2008 Clone owl_perl from the sqlite branch because I... [nelhage]
file pair.c
directory perl/
file perlconfig.c
file perlglue.xs
file perlwrap.pm
file popexec.c
file popwin.c
file regex.c
file select.c
file stubgen.pl Thu Jun 27 23:18:34 -0700 2002 * Added RCS Id strings to all files. * 'show ke... [Erik Nygren]
file style.c Mon Apr 28 22:21:13 -0700 2008 Initial step of moving styles from the current ... [nelhage]
file svkversion
directory t/ Sat Jul 07 14:42:45 -0700 2007 Make the built-in regression tests output TAP a... [nelhage]
file test.h Sat Jul 07 14:42:45 -0700 2007 Make the built-in regression tests output TAP a... [nelhage]
file tester.c
file text.c
file timer.c
file util.c
file variable.c
file view.c Tue Feb 06 15:05:13 -0800 2007 functions.c: tweak owl_function_calculate_topms... [asedeno]
file viewwin.c Tue Jan 01 23:42:05 -0800 2008 text entry: * first pass at utf-8 text entry. T... [asedeno]
file wcwidth.c
file zbuddylist.c Tue Dec 23 20:23:13 -0800 2003 added zbuddylist.c to repository [James M. Kretchmar]
file zcrypt.c
file zephyr.c
file zwrite.c
README
BarnOwl - owl, with more ponies

Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org)

This project is a work in progress.
We guarantee no stability of form or function.

Notes:
-----
This project's perl/lib/ contains the lib directories from the
following CPAN modules:

Net::Jabber
Net::XMPP
XML::Stream

They have been modified slightly for the needs of this project.

BarnOwl currently requires the following perl modules off of CPAN:

PAR
Net::DNS
Authen::SASL::Perl
IO::Socket::SSL
Digest::SHA1

(Note that these are all available as Debian packages)
We plan to soon add targets to the Makefile to check for and install
these for you.

The IRC module requires:

Net::IRC
Class::Accessor