1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Go to file
2012-04-24 00:52:41 +01:00
.gitignore Removed old files from .gitignore 2012-04-23 23:11:54 +01:00
command.c Removed ncurses.h from command.c 2012-04-24 00:49:48 +01:00
command.h Added input editing and buffer 2012-02-26 23:33:14 +00:00
contact_list.c Tidy commands and contact list 2012-04-23 22:43:12 +01:00
contact_list.h Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
history.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
history.h Usage of const 2012-03-09 01:06:55 +00:00
input_win.c Moved windows on resize 2012-04-22 20:59:36 +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 glib to Makefile 2012-04-24 00:40:10 +01:00
profanity.c Removed ncurses.h from profanity.c 2012-04-24 00:52:41 +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 different colour for notifications 2012-04-23 22:18:23 +01:00
test_contact_list.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
test_history.c Added basic online list 2012-03-08 00:46:24 +00:00
test_util.c Added more tests to str_replace 2012-04-19 22:57:22 +01:00
testsuite.c Handle ampersand 2012-04-19 22:26:12 +01:00
testsuite.h Handle ampersand 2012-04-19 22:26:12 +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 Added more tests to str_replace 2012-04-19 22:57:22 +01:00
util.h Handle ampersand 2012-04-19 22:26:12 +01:00
windows.c Removed resize debug 2012-04-23 01:07:09 +01:00
windows.h Moved windows on resize 2012-04-22 20:59:36 +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