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-23 01:14:14 +01:00
.gitignore Added head_unit tests 2012-03-02 01:51:40 +00:00
command.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
command.h Added input editing and buffer 2012-02-26 23:33:14 +00:00
contact_list.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00: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 Added atexit callback, for ctrl-c cleanup 2012-03-10 20:37:42 +00:00
Makefile Handle ampersand 2012-04-19 22:26:12 +01:00
profanity.c Input buffer 200 chars 2012-04-23 01:14:14 +01:00
profanity.h Usage of const 2012-03-09 01:06:55 +00:00
README Spelling in README 2012-04-18 00:37:16 +01:00
status_bar.c Moved windows on resize 2012-04-22 20:59:36 +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
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

WORKLIST
--------
Allow subscription management
Dont start chat window when no such recipient
Managing and storing user profiles
Other IM protocols
Support chat logging
Tab completion on commands