1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
Go to file
2012-03-01 01:52:35 +00:00
.gitignore Change to use local libstrophe 2012-02-25 20:51:05 +00:00
command.c Removed cons_good_show 2012-03-01 00:43:44 +00:00
command.h Added input editing and buffer 2012-02-26 23:33:14 +00:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
history.c Renamed input buffer to history 2012-02-27 01:44:09 +00:00
history.h Renamed input buffer to history 2012-02-27 01:44:09 +00:00
input_win.c TIdey up input win functions 2012-02-29 23:15:27 +00:00
jabber.c Removed cons_good_show 2012-03-01 00:43:44 +00:00
jabber.h Added input editing and buffer 2012-02-26 23:33:14 +00:00
log.c Added GPL 2012-02-20 20:07:38 +00:00
log.h DIsabling tls on server 2012-02-26 03:15:42 +00:00
main.c Tidied initialisation 2012-03-01 01:44:47 +00:00
Makefile Renamed input buffer to history 2012-02-27 01:44:09 +00:00
profanity.c Removed event loop function 2012-03-01 01:52:35 +00:00
profanity.h Tidied initialisation 2012-03-01 01:44:47 +00:00
README Update README 2012-02-27 19:23:36 +00:00
status_bar.c Added GPL 2012-02-20 20:07:38 +00:00
title_bar.c Added GPL 2012-02-20 20:07:38 +00:00
util.c Added GPL 2012-02-20 20:07:38 +00:00
util.h Added GPL 2012-02-20 20:07:38 +00:00
windows.c Tidied status updates 2012-03-01 01:37:09 +00:00
windows.h Removed cons_good_show 2012-03-01 00:43:44 +00:00

Ncurses based Irssi inspired Jabber client.

Requires ncurses.

Note
----
Currently requires modified version of libstrophe
found at:
    
    git://github.com/boothj5/libstrophe.git

WORKLIST
--------

Features:
    Trim domain/resourse from usernames in UI
    Allow subscription management
    Allow presence notification
    Dont start chat window when no such recipient
    Window buffers for scrolling
    Managing and storing user profiles
    Other IM protocols
    Support chat logging
    Tab completion on commands
    Tab completion on users