1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
Go to file
2012-05-04 01:16:37 +01:00
.gitignore Started work on bash style history 2012-04-30 01:09:42 +01:00
command.c Bash style history 2012-05-01 00:24:31 +01:00
command.h Bash style history 2012-05-01 00:24:31 +01:00
contact_list.c Added contact module 2012-05-04 01:00:01 +01:00
contact_list.h Removed contact type from contact list 2012-05-04 01:14:57 +01:00
contact.c Added license to contact module src 2012-05-04 01:16:37 +01:00
contact.h Added license to contact module src 2012-05-04 01:16:37 +01:00
COPYING
history.c Refactored history 2012-05-02 02:14:29 +01:00
history.h Bash style history 2012-05-01 00:24:31 +01:00
input_win.c Bash style history 2012-05-01 00:24:31 +01:00
jabber.c
jabber.h
log.c
log.h
main.c
Makefile Added contact module 2012-05-04 01:00:01 +01:00
prof_history.c Added license to new files 2012-05-02 00:15:56 +01:00
prof_history.h Added license to new files 2012-05-02 00:15:56 +01:00
profanity.c Bash style history 2012-05-01 00:24:31 +01:00
profanity.h
README
status_bar.c
test_contact_list.c Added contact module 2012-05-04 01:00:01 +01:00
test_prof_history.c Fixed segfault in prof_history 2012-05-01 22:09:33 +01:00
test_util.c
testsuite.c Bash style history 2012-05-01 00:24:31 +01:00
testsuite.h Bash style history 2012-05-01 00:24:31 +01:00
title_bar.c
TODO
util.c
util.h
windows.c Added contact module 2012-05-04 01:00:01 +01:00
windows.h

Ncurses based Irssi inspired Jabber client.

Requires ncurses.

Run with -notls if the Jabber server doesn't
properly support it

Note
----
Currently requires modified version of libstrophe
found at:
    
    git://github.com/boothj5/libstrophe.git