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-09 23:40:26 +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 Implemented DEL key on input 2012-04-09 23:40:26 +01:00
jabber.c Dealt with online notifications when no show 2012-03-10 00:22:57 +00: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 Contact list synch with server 2012-03-08 23:03:26 +00:00
profanity.c Moved page off, and added search_attempts 2012-03-10 23:01:59 +00:00
profanity.h Usage of const 2012-03-09 01:06:55 +00:00
README Updated help 2012-03-11 00:39:13 +00:00
status_bar.c Usage of const 2012-03-09 01:06:55 +00: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
testsuite.c Added basic online list 2012-03-08 00:46:24 +00:00
testsuite.h Added basic online list 2012-03-08 00:46:24 +00:00
title_bar.c Usage of const 2012-03-09 01:06:55 +00:00
util.c Added GPL 2012-02-20 20:07:38 +00:00
util.h Added GPL 2012-02-20 20:07:38 +00:00
windows.c Transparent terminal support 2012-04-04 09:51:30 +01:00
windows.h Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00

Ncurses based Irssi inspired Jabber client.

Requires ncurses.

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