1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
Go to file
2012-02-20 01:42:29 +00:00
.gitignore Added app module 2012-02-07 00:08:59 +00:00
command.c Merged input processing loops 2012-02-20 01:42:29 +00:00
command.h Merged input processing loops 2012-02-20 01:42:29 +00:00
input_win.c Safe string handling on get password 2012-02-19 20:16:33 +00:00
jabber.c Merged input processing loops 2012-02-20 01:42:29 +00:00
jabber.h Merged input processing loops 2012-02-20 01:42:29 +00:00
log.c Moved XMPP logging to jabber.c 2012-02-12 22:10:30 +00:00
log.h Moved XMPP logging to jabber.c 2012-02-12 22:10:30 +00:00
main.c Merged input processing loops 2012-02-20 01:42:29 +00:00
Makefile Start command validation 2012-02-18 22:51:08 +00:00
profanity.c Merged input processing loops 2012-02-20 01:42:29 +00:00
profanity.h Merged input processing loops 2012-02-20 01:42:29 +00:00
README Updated tasks 2012-02-17 01:20:38 +00:00
status_bar.c UI tweaks 2012-02-18 21:10:51 +00:00
title_bar.c Merged input processing loops 2012-02-20 01:42:29 +00:00
util.c Start command validation 2012-02-18 22:51:08 +00:00
util.h Start command validation 2012-02-18 22:51:08 +00:00
windows.c Merged input processing loops 2012-02-20 01:42:29 +00:00
windows.h Merged input processing loops 2012-02-20 01:42:29 +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