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 COPYING Fri Feb 13 10:33:02 -0800 2009 Bump the copyright year range to 2009. [nelhage]
file ChangeLog
file Makefile.am
file README Fri Jan 11 23:00:53 -0800 2008 Adding a note about IRC deps [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 Fri Aug 21 21:50:08 -0700 2009 Replace several owl_malloc, sprintf sequences w... [andersk]
file codelist.pl Mon Sep 14 18:00:07 -0700 2009 Death to more RCS keywords. Signed-off-by: And... [andersk]
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 Thu Aug 20 18:19:01 -0700 2009 owl_list_grow, owl_dict_insert_element: Don’t u... [andersk]
directory doc/ Mon Sep 14 18:00:07 -0700 2009 Death to more RCS keywords. Signed-off-by: And... [andersk]
file editwin.c
file errqueue.c Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for owl_errqueue *. Signe... [andersk]
directory examples/ Mon Sep 14 18:00:07 -0700 2009 Death to more RCS keywords. Signed-off-by: And... [andersk]
file filter.c Mon Aug 17 18:52:16 -0700 2009 Move all regression tests into tester.c. [nelhage]
file filterelement.c Fri Aug 21 21:47:44 -0700 2009 Consistently use owl_malloc and friends. Signe... [andersk]
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 Fri Aug 21 21:50:08 -0700 2009 Replace several owl_malloc, sprintf sequences w... [andersk]
file keypress.c Sat Aug 15 16:08:21 -0700 2009 Add const qualifiers for struct _owl_keypress_s... [andersk]
file keys.c Wed Sep 23 09:49:31 -0700 2009 Refresh popwin border when we redisplay viewwin... [davidben]
directory libfaim/ Mon Sep 14 20:35:45 -0700 2009 Compile libfaim with -Wno-pointer-sign if the c... [andersk]
file list.c Thu Aug 20 18:19:01 -0700 2009 owl_list_grow, owl_dict_insert_element: Don’t u... [andersk]
file logging.c
directory m4/
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 Mon Aug 17 18:52:16 -0700 2009 Move all regression tests into tester.c. [nelhage]
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 Fri Aug 21 21:47:44 -0700 2009 Use pid_t type for pids. Signed-off-by: Anders... [andersk]
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 style.c Sat Aug 15 16:08:19 -0700 2009 Add const qualifiers for owl_style *. Signed-o... [andersk]
directory t/
file tester.c
file text.c
file util.c
file variable.c
file varlist.h
file varstubs.c
file varstubs.h
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