1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Go to file
2012-02-26 16:59:09 +00:00
.gitignore Change to use local libstrophe 2012-02-25 20:51:05 +00:00
command.c Added GPL 2012-02-20 20:07:38 +00:00
command.h Added GPL 2012-02-20 20:07:38 +00:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
input_win.c Added GPL 2012-02-20 20:07:38 +00:00
jabber.c DIsabling tls on server 2012-02-26 03:15:42 +00:00
jabber.h Added GPL 2012-02-20 20:07:38 +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 GPL 2012-02-20 20:07:38 +00:00
Makefile Change to use local libstrophe 2012-02-25 20:51:05 +00:00
profanity.c Added GPL 2012-02-20 20:07:38 +00:00
profanity.h Added GPL 2012-02-20 20:07:38 +00:00
README Removed roster.c, updated README 2012-02-26 16:59:09 +00:00
status_bar.c Added GPL 2012-02-20 20:07:38 +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 GPL 2012-02-20 20:07:38 +00:00
windows.h Added GPL 2012-02-20 20:07:38 +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:
    Disable server tls with command line parameter
    Trim domain/resourse from usernames in UI
    Allow subscription management
    Allow presence notification
    Dont start chat window when no such recipient
    Handle resize terminal
    Window buffers for scrolling
    Left right arrow keys whilst typing commands
    Up down arrow keys for command history
    Managing and storing user profiles
    Other IM protocols
    Support chat logging
    Tab completion on commands
    Tab completion on users