1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Go to file
2012-03-05 00:44:24 +00:00
.gitignore Added head_unit tests 2012-03-02 01:51:40 +00:00
command.c Removed cons_good_show 2012-03-01 00:43:44 +00:00
command.h Added input editing and buffer 2012-02-26 23:33:14 +00:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
history.c Added head_unit tests 2012-03-02 01:51:40 +00:00
history.h Renamed input buffer to history 2012-02-27 01:44:09 +00:00
input_win.c Paging in console window 2012-03-05 00:06:24 +00:00
jabber.c Implemented basic paging of chat windows 2012-03-05 00:35:05 +00:00
jabber.h Added input editing and buffer 2012-02-26 23:33:14 +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 Tidied initialisation 2012-03-01 01:44:47 +00:00
Makefile Added head_unit tests 2012-03-02 01:51:40 +00:00
profanity.c Paging in console window 2012-03-05 00:06:24 +00:00
profanity.h Tidied initialisation 2012-03-01 01:44:47 +00:00
README Added new keys to help 2012-03-05 00:44:24 +00:00
status_bar.c Added GPL 2012-02-20 20:07:38 +00:00
test_history.c History test uses assert_is_null 2012-03-02 01:59:36 +00:00
testsuite.c Added head_unit tests 2012-03-02 01:51:40 +00:00
testsuite.h Added head_unit tests 2012-03-02 01:51:40 +00:00
title_bar.c Added GPL 2012-02-20 20:07:38 +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 Added new keys to help 2012-03-05 00:44:24 +00:00
windows.h Paging in console window 2012-03-05 00:06:24 +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
--------

Features:
    Trim domain/resourse from usernames in UI
    Allow subscription management
    Allow presence notification
    Dont start chat window when no such recipient
    Managing and storing user profiles
    Other IM protocols
    Support chat logging
    Tab completion on commands
    Tab completion on users