blob: a20cc8f2343db0c40aa786c47d8e792f27d378f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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
|