1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
Go to file
2012-02-18 23:09:21 +00:00
.gitignore
command.c Tidy start commands 2012-02-18 23:09:21 +00:00
command.h Start command validation 2012-02-18 22:51:08 +00:00
input_win.c
jabber.c
jabber.h
log.c
log.h
main.c UI tweaks 2012-02-18 21:02:51 +00:00
Makefile Start command validation 2012-02-18 22:51:08 +00:00
profanity.c
profanity.h
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 UI tweaks 2012-02-18 21:02:51 +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 Start command validation 2012-02-18 22:51:08 +00:00
windows.h Start command validation 2012-02-18 22:51:08 +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