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-12 21:36:01 +00:00
.gitignore Added app module 2012-02-07 00:08:59 +00:00
command.c Moved start commands to command.module 2012-02-10 23:53:13 +00:00
command.h Moved start commands to command.module 2012-02-10 23:53:13 +00:00
input_bar.c Starting window output in x position 1 2012-02-10 01:28:15 +00:00
input_win.c Starting window output in x position 1 2012-02-10 01:28:15 +00:00
jabber.c Tidy up jabber.c 2012-02-10 23:58:57 +00:00
jabber.h Added roster command 2012-02-09 02:47:25 +00:00
log.c Added app module 2012-02-07 00:08:59 +00:00
log.h Added app module 2012-02-07 00:08:59 +00:00
main.c Renamed some source files 2012-02-09 22:24:03 +00:00
Makefile Small formatting changes 2012-02-10 00:28:39 +00:00
profanity.c Only switch to active chats 2012-02-12 21:36:01 +00:00
profanity.h Renamed some source files 2012-02-09 22:24:03 +00:00
README Added msg command 2012-02-09 21:45:31 +00:00
title_bar.c Only switch to active chats 2012-02-12 21:36:01 +00:00
util.c Time output 2012-02-09 00:48:17 +00:00
util.h Time output 2012-02-09 00:48:17 +00:00
windows.c Only switch to active chats 2012-02-12 21:36:01 +00:00
windows.h Only switch to active chats 2012-02-12 21:36:01 +00:00

Ncurses based Irssi inspired IM client.

Requires ncurses and libstrophe.

To make:

    make

To run:

    ./profanity

WORKLIST:

Features:
    Show login attempts in console
    Show roster on login
    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:
    Glitch with something flashing in status bar on login
    Correctly handling string lengths

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