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-19 19:56:03 +00:00
.gitignore Added app module 2012-02-07 00:08:59 +00:00
command.c Validation on msg command 2012-02-19 00:17:36 +00:00
command.h Handle nothing in main command 2012-02-18 23:17:01 +00:00
input_win.c Handles failed logins correctly 2012-02-17 00:42:41 +00:00
jabber.c Tidy up roster loop 2012-02-19 19:56:03 +00:00
jabber.h Handles failed logins correctly 2012-02-17 00:42:41 +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 UI tweaks 2012-02-18 21:02:51 +00:00
Makefile Start command validation 2012-02-18 22:51:08 +00:00
profanity.c Handles failed logins correctly 2012-02-17 00:42:41 +00:00
profanity.h Handles failed logins correctly 2012-02-17 00:42:41 +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 Tidy up titlebar title 2012-02-19 00:23:45 +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 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