name age message
file .gitignore Loading commit data...
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 Fri Feb 13 10:33:02 -0800 2009 Bump the copyright year range to 2009. [nelhage]
file ChangeLog
file Makefile.am
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 autogen.sh Fri Jul 17 18:44:39 -0700 2009 Switch the build system to using automake. Use... [nelhage]
file barnowl Tue Jun 02 08:53:13 -0700 2009 Build to barnowl.bin and replace 'barnowl' with... [nelhage]
file buddy.c Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for owl_buddy *. Signed-o... [andersk]
file buddylist.c Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for owl_buddylist *. Sign... [andersk]
file cmd.c
file codelist.pl
file commands.c
file configure.ac
file context.c Sat Aug 15 16:08:19 -0700 2009 Add const qualifiers for owl_context *. Signed... [andersk]
file dict.c
directory doc/ Mon Jun 23 19:57:18 -0700 2008 barnowl.1: Update slightly for barnowl (We're n... [nelhage]
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 Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for owl_errqueue *. Signe... [andersk]
directory examples/ Thu Dec 11 22:27:39 -0800 2008 Rip out the webbrowser variable. [andersk]
file filter.c
file filterelement.c
file fmtext.c
file functions.c
file glib_compat.c Sun Aug 03 16:18:56 -0700 2008 Do we really need gcc -I. and #include <owl.h>? [geofft]
file global.c
file help.c
file history.c Sat Aug 15 16:08:20 -0700 2009 Add const qualifiers for owl_history *. Signed... [andersk]
file keybinding.c Sat Aug 15 16:08:20 -0700 2009 Add const qualifiers for owl_keyhandler *. Sig... [andersk]
file keymap.c
file keypress.c Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for struct _owl_keypress_s... [andersk]
file keys.c
directory libfaim/
file list.c
file logging.c
file mainwin.c
file message.c
file messagelist.c Sat Aug 15 16:08:20 -0700 2009 Add const qualifiers for owl_messagelist *. Si... [andersk]
file obarray.c
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 Sat Aug 15 16:08:19 -0700 2009 Add const qualifiers for owl_pair *. Signed-of... [andersk]
directory perl/
file perlconfig.c
file perlglue.xs
file popexec.c
file popwin.c
file regex.c Sat Aug 15 16:08:20 -0700 2009 Add const qualifiers for owl_regex *. Signed-o... [andersk]
file runtests.sh
directory scripts/
file select.c
file stubgen.pl
file style.c Sat Aug 15 16:08:19 -0700 2009 Add const qualifiers for owl_style *. Signed-o... [andersk]
directory t/
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 util.c
file variable.c
file view.c Sat Aug 15 16:08:20 -0700 2009 Add const qualifiers for owl_view *. Signed-of... [andersk]
file viewwin.c
file wcwidth.c Sat Dec 06 15:55:29 -0800 2008 Fix three small warnings. [nelhage]
file zbuddylist.c Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for owl_zbuddylist *. Sig... [andersk]
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