public
Description: A multi-protocol curses IM client.
Homepage: http://barnowl.mit.edu
Clone URL: git://github.com/nelhage/barnowl.git
name age message
file .gbp.conf Loading commit data...
file .gitignore
file AUTHORS Fri May 30 11:13:49 -0700 2008 Rename doc/contributors to the more canonical A... [nelhage]
file BUGS
file COPYING
file ChangeLog
file Makefile.in
file NEWS
file README Fri Jan 11 23:00:53 -0800 2008 Adding a note about IRC deps [nelhage]
file TODO
file aim.c
file athstatic
file buddy.c
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
directory debian/
file dict.c
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
directory examples/ Sat Mar 28 14:00:34 -0700 2009 Don't crash on mobile device AIM messages [BZ 2... [James M. Kretchmar]
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
file install.sh Sun Apr 20 09:21:48 -0700 2003 Remove some ancient stuff from zcrypt.c [James M. Kretchmar]
file keybinding.c
file keymap.c
file keypress.c
file keys.c
directory libfaim/
file list.c
file logging.c
file mainwin.c
file message.c
file messagelist.c
file mkinstalldirs Fri Dec 26 12:47:57 -0800 2003 Added mkinstalldirs [James M. Kretchmar]
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
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
directory t/
file test.h
file tester.c
file text.c
file util.c
file variable.c
file view.c
file viewwin.c
file wcwidth.c Sat Dec 06 15:55:29 -0800 2008 Fix three small warnings. [nelhage]
file zbuddylist.c
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