1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
Go to file
2012-04-20 01:48:42 +01:00
.gitignore
command.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
command.h
contact_list.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
contact_list.h Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
COPYING
history.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
history.h
input_win.c Replace input on resize 2012-04-17 23:28:21 +01:00
jabber.c Handle ampersand 2012-04-19 22:26:12 +01:00
jabber.h
log.c
log.h
main.c Added atexit callback, for ctrl-c cleanup 2012-03-10 20:37:42 +00:00
Makefile Handle ampersand 2012-04-19 22:26:12 +01:00
profanity.c Replace input on resize 2012-04-17 23:28:21 +01:00
profanity.h
README Spelling in README 2012-04-18 00:37:16 +01:00
status_bar.c Added is_active and is_new to status bar 2012-04-20 01:43:51 +01:00
test_contact_list.c Rewrote copying of contact list for /who 2012-03-20 00:05:33 +00:00
test_history.c
test_util.c Added more tests to str_replace 2012-04-19 22:57:22 +01:00
testsuite.c Handle ampersand 2012-04-19 22:26:12 +01:00
testsuite.h Handle ampersand 2012-04-19 22:26:12 +01:00
title_bar.c Renamed title_bar_redraw -> title_bar_resize 2012-04-20 01:48:42 +01:00
util.c Added more tests to str_replace 2012-04-19 22:57:22 +01:00
util.h Handle ampersand 2012-04-19 22:26:12 +01:00
windows.c Renamed title_bar_redraw -> title_bar_resize 2012-04-20 01:48:42 +01:00
windows.h Renamed title_bar_redraw -> title_bar_resize 2012-04-20 01:48:42 +01:00

Ncurses based Irssi inspired Jabber client.

Requires ncurses.

Run with -notls if the Jabber server doesn't
properly support it

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

WORKLIST
--------
Allow subscription management
Dont start chat window when no such recipient
Managing and storing user profiles
Other IM protocols
Support chat logging
Tab completion on commands