1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
Go to file
2012-05-09 23:22:48 +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 const qualifiers to contact module 2012-05-09 23:22:48 +01:00
contact.h Added const qualifiers to contact module 2012-05-09 23:22:48 +01:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
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 Handle ampersand 2012-04-19 22:26:12 +01:00
jabber.h Do not include self in presence notifications 2012-03-09 23:48:36 +00:00
log.c Added GPL 2012-02-20 20:07:38 +00:00
log.h DIsabling tls on server 2012-02-26 03:15:42 +00:00
main.c Removed commented code from main 2012-04-24 00:50:43 +01:00
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 Usage of const 2012-03-09 01:06:55 +00:00
README Pulled out TODO 2012-04-23 23:02:48 +01:00
status_bar.c Added flash notification and option 2012-04-24 01:39:23 +01:00
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 Removed trim method from util 2012-04-26 23:27:40 +01:00
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 Moved windows on resize 2012-04-22 20:59:36 +01:00
TODO Pulled out TODO 2012-04-23 23:02:48 +01:00
util.c Removed trim method from util 2012-04-26 23:27:40 +01:00
util.h Removed trim method from util 2012-04-26 23:27:40 +01:00
windows.c Added contact module 2012-05-04 01:00:01 +01:00
windows.h Added flash notification and option 2012-04-24 01:39:23 +01:00

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