source: @ 130633c

release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Name Size Rev Age Author Last Change
doc fa1b15b   16 years nelhage barnowl.1: Update slightly for barnowl (We're not owl anymore...)
examples 4f15e8e   15 years andersk Rip out the webbrowser variable.
libfaim ed62482   15 years nelhage Remove -Wno-pointer-sign from libfaim's compile flags. This is a port ...
perl 37f27bc   15 years nelhage Switch the build system to using automake. Use automake for the build ...
scripts db98968   15 years nelhage Update build scripts for automake.
t 1cf3f8d3   17 years nelhage Make the built-in regression tests output TAP and add a perl wrapper ...
.gitignore 355 bytes 37f27bc   15 years nelhage Switch the build system to using automake. Use automake for the build ...
aim.c 66.7 KB c0b1a40   15 years nelhage aim.c: Get rid of some warnings. gcc was giving warnings because ...
AUTHORS 1.0 KB 1d2c4c3   16 years nelhage Rename doc/contributors to the more canonical AUTHORS
autogen.sh 27 bytes 37f27bc   15 years nelhage Switch the build system to using automake. Use automake for the build ...
barnowl 350 bytes d5ef539   15 years nelhage Build to barnowl.bin and replace 'barnowl' with a wrapper script. The ...
buddy.c 1.1 KB f4d0975   20 years kretch Fixed bug with idle times causing broken pipes. New libfaim
buddylist.c 3.5 KB b7bb454   15 years nelhage Make owl_timer have a callback and integrate into the select() loop. ...
BUGS 303 bytes 0337203   17 years nelhage First phase of the module rewrite. Internals now (IMO) somewhat ...
ChangeLog 70.1 KB 5df4b9a   15 years nelhage BarnOwl 1.2.1
cmd.c 8.9 KB c4ba74d   16 years nelhage Make BarnOwl::command() accept a pre-tokenized command. If given more ...
codelist.pl 675 bytes 0982901   15 years nelhage codelist.pl: Don't scan perlglue.c for declarations.
commands.c 81.3 KB 2fc8397   15 years nelhage Implement {forward,backward}-paragraph
configure.ac 4.8 KB c08a725   15 years nelhage Add perl libraries to LIBS instead of LDFLAGS. For reasons I don't ...
context.c 2.1 KB cf83b7a   21 years kretch Started adding code to do question/response stuff
COPYING 27.6 KB 23e1110   15 years nelhage Bump the copyright year range to 2009.
dict.c 5.5 KB af1920fd   16 years asedeno Portability - removing C++ style comments.
editwin.c 30.3 KB 72ab15f   15 years nelhage editwin: Simplify zdot handling. I'm frankly not sure what the old ...
encapsulate.pl 455 bytes f1e629d   21 years nygren New API for perl message formatting functions. Legacy ...
errqueue.c 526 bytes ec6ff52   20 years kretch Added the 'show errors' command Added the error queue Converted most ...
filter.c 8.6 KB e6a4dd5   15 years nelhage Propagate regex compile failures out of filter creation. Make calls ...
filterelement.c 8.9 KB e6a4dd5   15 years nelhage Propagate regex compile failures out of filter creation. Make calls ...
fmtext.c 25.8 KB 1490327   15 years nelhage fmtext.c: Add owl_fmtext_appendf_normal.
functions.c 96.8 KB e6d989f   15 years adehnert Fix converstaion to conversation
glib_compat.c 427 bytes 731dd1e   16 years geofft Do we really need gcc -I. and #include <owl.h>?
global.c 20.2 KB a556caa   15 years nelhage Mostly refactor the editwin to use a linear buffer position. Use a ...
help.c 5.8 KB e6d989f   15 years adehnert Fix converstaion to conversation
history.c 2.0 KB 52f3507   20 years kretch Changed startup message to reflect new mailing list.
keybinding.c 3.4 KB e1b136bf   15 years nelhage Fix handling of C-SPACE, etc. Instead of storing key sequences ...
keymap.c 8.3 KB e1b136bf   15 years nelhage Fix handling of C-SPACE, etc. Instead of storing key sequences ...
keypress.c 5.1 KB 428834d   16 years asedeno take two for input processing
keys.c 14.9 KB 2fc8397   15 years nelhage Implement {forward,backward}-paragraph
list.c 1.6 KB f34dd65   15 years nelhage Kill a whole bunch of unused code. I generated a list of dead ...
logging.c 10.2 KB d8671a1   15 years nelhage logging.c: Replace / with _ in JIDs when logging Jabber
mainwin.c 4.2 KB c2c5c77   17 years asedeno Adding 256-color support. This requires a version of ncurses that ...
Makefile.am 2.0 KB 0b65bd7   15 years nelhage Makefile.am: Add rules to build the tester.
message.c 22.4 KB f34dd65   15 years nelhage Kill a whole bunch of unused code. I generated a list of dead ...
messagelist.c 2.3 KB 0c8ab5e   17 years asedeno Binary search to find a message with a specific id.
NEWS 7.0 KB 1aee7d9   22 years nygren * Added RCS Id strings to all files. * 'show keymaps' shows details of ...
obarray.c 2.6 KB af1920fd   16 years asedeno Portability - removing C++ style comments.
owl.c 21.5 KB 301c975   15 years nelhage Unset IEXTEN on the terminal. This should prevent VLNEXT (C-v) from ...
owl.h 16.6 KB 37f27bc   15 years nelhage Switch the build system to using automake. Use automake for the build ...
owl_perl.h 1.4 KB 120291c   16 years nelhage Clone owl_perl from the sqlite branch because I'm about to make use of it.
pair.c 372 bytes de1c8a5   15 years andersk Specialize owl_pair to strings.
perlconfig.c 13.4 KB a556caa   15 years nelhage Mostly refactor the editwin to use a linear buffer position. Use a ...
perlglue.xs 9.1 KB c6ecf5c   15 years nelhage Implement text_{before,after)_point in Perl. These can easily be ...
popexec.c 4.7 KB 40c6657   15 years nelhage Use owl_select instead of owl_muxevents for owl_popexec.
popwin.c 2.4 KB f34dd65   15 years nelhage Kill a whole bunch of unused code. I generated a list of dead ...
README 704 bytes 6824a76   16 years nelhage Adding a note about IRC deps
regex.c 1.6 KB 554a2b8   15 years andersk Fix format string injection bugs.
select.c 10.2 KB 5a35c708   15 years nelhage Fix the build for 'make test' The tester build doesn't include owl.c, ...
stubgen.pl 1.7 KB 1aee7d9   22 years nygren * Added RCS Id strings to all files. * 'show keymaps' shows details of ...
style.c 2.1 KB e574a00   15 years andersk owl_style_get_formattext(): decrement the refcount of an sv, not a ...
test.h 290 bytes 1cf3f8d3   17 years nelhage Make the built-in regression tests output TAP and add a perl wrapper ...
tester.c 853 bytes 3e8ff1e   15 years nelhage Implement owl_text_expand_tabs, and tests.
text.c 7.4 KB 3e8ff1e   15 years nelhage Implement owl_text_expand_tabs, and tests.
TODO 514 bytes 94cbc453   17 years nelhage Some TODO updates.
util.c 18.9 KB 3e8ff1e   15 years nelhage Implement owl_text_expand_tabs, and tests.
variable.c 38.8 KB 81a96af   15 years nelhage Update the docs on 'zsig' and 'zsigproc'. Correctly document the ...
view.c 3.9 KB 801b7ac   17 years asedeno functions.c: tweak owl_function_calculate_topmsg_normal to not suck as ...
viewwin.c 3.7 KB 47519e1b   16 years asedeno text entry: * first pass at utf-8 text entry. This is not yet ...
wcwidth.c 13.6 KB 49a8434   15 years nelhage Fix three small warnings.
zbuddylist.c 1.2 KB dad943e   20 years kretch added zbuddylist.c to repository
zcrypt.c 7.1 KB f34dd65   15 years nelhage Kill a whole bunch of unused code. I generated a list of dead ...
zephyr.c 32.3 KB 1e550b2   15 years nelhage Fix comments from d73e3af3
zwrite.c 8.7 KB a52d13a   15 years nelhage zephyr: Expand tabs in outgoing messages. While we're at it, refactor ...
Note: See TracBrowser for help on using the repository browser.