1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-14 18:14:15 -04:00
profanity/src
2012-11-24 00:23:24 +00:00
..
chat_log.c use internal implementation of getline 2012-11-18 04:31:32 +02:00
chat_log.h Show delayed time on messages received whilst offline 2012-11-08 22:14:41 +00:00
chat_session.c Reduced <inactive/> timeout 2012-11-01 01:40:30 +00:00
chat_session.h Fixed invalid state transition from <active/> to <paused/> 2012-10-31 23:41:30 +00:00
command.c Revert "Stop ctrl-c quitting with /ctrlc off" 2012-11-23 02:54:35 +00:00
command.h Fixed help command name clash on status 2012-11-13 22:24:37 +00:00
common.c use internal implementation of getline 2012-11-18 04:31:32 +02:00
common.h use internal implementation of getline 2012-11-18 04:31:32 +02:00
contact_list.c Added parser module 2012-11-18 00:07:00 +00:00
contact_list.h Fixed tests 2012-10-29 22:55:17 +00:00
contact.c Split contact add and update presence 2012-10-29 21:44:33 +00:00
contact.h Split contact add and update presence 2012-10-29 21:44:33 +00:00
history.c Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
history.h Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
input_win.c Don't output ctrl characters 2012-11-24 00:23:24 +00:00
jabber.c Send presence changes to chat rooms 2012-11-20 00:33:54 +00:00
jabber.h Allow nick change in chat room 2012-11-18 18:36:17 +00:00
log.c introduce initial log rotate support 2012-11-11 23:44:55 +02:00
log.h Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
main.c Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
parser.c Commands now use parser function to handle parameters 2012-11-18 02:40:49 +00:00
parser.h Commands now use parser function to handle parameters 2012-11-18 02:40:49 +00:00
preferences.c Revert "Stop ctrl-c quitting with /ctrlc off" 2012-11-23 02:54:35 +00:00
preferences.h Revert "Stop ctrl-c quitting with /ctrlc off" 2012-11-23 02:54:35 +00:00
prof_autocomplete.c Simplified autocompleter 2012-10-28 23:38:10 +00:00
prof_autocomplete.h Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
prof_history.c Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
prof_history.h Removed trailing whitespace from src and tests 2012-10-21 20:02:20 +01:00
profanity.c Separated colours from main preferences 2012-11-21 21:24:10 +00:00
profanity.h Handling commands after /disconnect 2012-11-19 23:15:42 +00:00
release.c Updated website location in /vercheck 2012-11-06 00:59:38 +00:00
release.h Added #define's to headers 2012-11-08 22:51:49 +00:00
room_chat.c Send presence changes to chat rooms 2012-11-20 00:33:54 +00:00
room_chat.h Send presence changes to chat rooms 2012-11-20 00:33:54 +00:00
stanza.c Fixed workaround for old server self room presence check 2012-11-19 21:25:00 +00:00
stanza.h Handle legacy delayed messages in chat rooms 2012-11-19 20:41:35 +00:00
status_bar.c Added input text to theme 2012-11-22 02:01:49 +00:00
theme.c Added time to themes, and some example themes 2012-11-22 02:34:49 +00:00
theme.h Added time to themes, and some example themes 2012-11-22 02:34:49 +00:00
tinyurl.c Fixed possible NULL pointer references when offline 2012-10-24 02:18:20 +01:00
tinyurl.h Added #define's to headers 2012-11-08 22:51:49 +00:00
title_bar.c Added input text to theme 2012-11-22 02:01:49 +00:00
ui.h Allocate memory for windows when needed 2012-11-23 00:19:29 +00:00
window.c Allocate memory for windows when needed 2012-11-23 00:19:29 +00:00
window.h Allocate memory for windows when needed 2012-11-23 00:19:29 +00:00
windows.c Switched to ncurses raw mode 2012-11-23 02:56:38 +00:00