1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
Go to file
2012-02-19 20:04:42 +00:00
.gitignore
command.c Validation on msg command 2012-02-19 00:17:36 +00:00
command.h
input_win.c
jabber.c Tidied message handler 2012-02-19 20:04:42 +00:00
jabber.h
log.c
log.h
main.c
Makefile
profanity.c
profanity.h
README
status_bar.c
title_bar.c Tidy up titlebar title 2012-02-19 00:23:45 +00:00
util.c
util.h
windows.c Fixed string handling on incomming messages 2012-02-19 19:36:34 +00:00
windows.h Tarted up console 2012-02-19 00:43:35 +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