1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
Go to file
2012-02-26 03:15:42 +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 Updated tasks 2012-02-17 01:20:38 +00:00
roster.c DIsabling tls on server 2012-02-26 03:15:42 +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 IM client.

Requires ncurses and libstrophe.

To make:

    make

To run:

    ./profanity

WORKLIST:

Features:
    Dont start chat window when no such recipient
    Handle resize terminal in X windows
    Secure XMPP
    Window buffers for scrolling, with page up and down
    Left right arrow keys whilst typing commands
    Up down arrow keys for command history
    
Bugs:
    Correctly handling string lengths

One day:
    Other IM protocols
    Log chat history to file option
    Tab completion on commands
    Tab completion on users