James Booth
|
7982d7061b
|
Added states preference to enable chat states
|
2012-10-31 21:41:00 +00:00 |
|
James Booth
|
baced85767
|
Send <gone/> when closing chat window
|
2012-10-31 21:30:58 +00:00 |
|
James Booth
|
d13794bf60
|
Load roster before sending presence
|
2012-10-28 20:52:30 +00:00 |
|
James Booth
|
4b6002ae63
|
Merge branch 'master' into dev
|
2012-10-28 18:51:33 +00:00 |
|
James Booth
|
15cdc69f31
|
Added basic subscriptions
|
2012-10-28 18:51:13 +00:00 |
|
James Booth
|
0e9451f5e8
|
Allocate memory for additional /who completion
|
2012-10-28 18:01:13 +00:00 |
|
James Booth
|
cd56134ebb
|
Added offline to /who autocomplete
|
2012-10-28 02:58:12 +00:00 |
|
James Booth
|
7aa177c668
|
Added /who autocomplete
|
2012-10-28 01:47:57 +01:00 |
|
James Booth
|
6a32ed4571
|
Moved remaining autocomplete code to command.c
|
2012-10-28 01:42:26 +01:00 |
|
James Booth
|
34392622ea
|
Moved autcomplete code to command.c
|
2012-10-28 01:08:04 +01:00 |
|
James Booth
|
8258e7a3ef
|
Added /intype setting
Seperate settings for showing contact typing in UI (/intype), and
as desktop notifications (/notify typing).
|
2012-10-28 00:33:20 +01:00 |
|
James Booth
|
7e26fcdf84
|
Added type autcomplete for /notify
|
2012-10-27 22:22:30 +01:00 |
|
James Booth
|
c71259c322
|
Unified desktop notification preferences
|
2012-10-27 22:05:08 +01:00 |
|
James Booth
|
7ba66d7edb
|
Rewrote settings help summaries
|
2012-10-27 19:46:48 +01:00 |
|
James Booth
|
847850742c
|
Refactored disconnect
|
2012-10-27 18:26:57 +01:00 |
|
James Booth
|
28d388319a
|
Added /disconnect command
|
2012-10-27 18:12:04 +01:00 |
|
James Booth
|
852112cda8
|
Removed _shutdown function in profanity.c
|
2012-10-27 17:40:17 +01:00 |
|
Dmitry Podgorny
|
d6f87e7a16
|
_cmd_tiny: fix possible NULL pointer dereference
Check 'url' for NULL and move free(url) out of if-else structure
|
2012-10-24 13:43:25 +03:00 |
|
James Booth
|
e49bea4d6b
|
Fixed possible NULL pointer references when offline
|
2012-10-24 02:18:20 +01:00 |
|
James Booth
|
8322c48d3e
|
Added autocomplete for version checking parameter
|
2012-10-24 01:39:52 +01:00 |
|
James Booth
|
2ca8f5b62e
|
Made version check a user preference
|
2012-10-24 01:35:36 +01:00 |
|
James Booth
|
d19afc3507
|
Added /about command
Useful for showing version
|
2012-10-23 00:18:28 +01:00 |
|
James Booth
|
907b5cf801
|
Trailing whitespace
|
2012-10-23 00:00:10 +01:00 |
|
James Booth
|
15de3d4a8f
|
Split help into sections
Most of the time complete help was too big for the screen
|
2012-10-22 23:58:47 +01:00 |
|
James Booth
|
3f8813bb1b
|
Free autocompleters on quit
|
2012-10-22 00:29:39 +01:00 |
|
James Booth
|
f419445d4d
|
Renamed help autocompleter
|
2012-10-21 23:39:42 +01:00 |
|
James Booth
|
7a1c76fbb7
|
Added /help parameter autocomplete
|
2012-10-21 23:37:20 +01:00 |
|
James Booth
|
6bad38c2d5
|
Removed trailing whitespace from src and tests
|
2012-10-21 20:02:20 +01:00 |
|
James Booth
|
acb152d4f7
|
Added history option
|
2012-10-14 18:26:08 +01:00 |
|
James Booth
|
579201636e
|
Showing history from current log in chat windows
|
2012-10-14 04:10:03 +01:00 |
|
James Booth
|
e486114e05
|
Now checks for exitence of contact before sending message
|
2012-10-04 23:18:48 +01:00 |
|
James Booth
|
9e23060986
|
Added argument to /who command to specify status
|
2012-10-04 22:48:41 +01:00 |
|
James Booth
|
dcf5e9ef16
|
Removed /ros command
|
2012-10-04 22:09:33 +01:00 |
|
James Booth
|
585d3e52f7
|
Made usage of cons_show vargs
|
2012-10-03 22:19:46 +01:00 |
|
James Booth
|
6aa1fe5513
|
cons_show now uses vargs
|
2012-10-03 22:06:04 +01:00 |
|
James Booth
|
a970b9ea86
|
Moved chat logging to profanity module
Removed jabber modules dependency on chat log
|
2012-10-02 22:00:05 +01:00 |
|
James Booth
|
ee8407f4a4
|
Tidy up jabber module, removed unused code, made local functions private
|
2012-10-02 21:37:55 +01:00 |
|
James Booth
|
f488200408
|
Made periodic message reminders a user option
|
2012-09-23 22:24:31 +01:00 |
|
James Booth
|
6d329343dc
|
Shutdown now correctly handles connection
|
2012-09-23 19:26:07 +01:00 |
|
James Booth
|
3a8229bf6a
|
Created shutdown init function to initiate and wait for shutdown
|
2012-09-11 22:55:59 +01:00 |
|
James Booth
|
1d44a8a345
|
Started work on closing stream on quit
For standards compliance
|
2012-09-11 01:30:48 +01:00 |
|
James Booth
|
fe519410b1
|
Tidied all includes
|
2012-08-26 01:50:50 +01:00 |
|
James Booth
|
2bbac1c811
|
Refactored log
Added shortcut functions for prof logging levels
|
2012-08-26 00:54:18 +01:00 |
|
James Booth
|
8b7975bdf3
|
Removed unused includes from command.c
|
2012-08-23 00:50:26 +01:00 |
|
James Booth
|
727dfcb491
|
Added comments to command.c
|
2012-08-23 00:44:14 +01:00 |
|
James Booth
|
33bb82b4aa
|
Moved input processing to profanity.c
|
2012-08-23 00:41:22 +01:00 |
|
James Booth
|
b3f6023278
|
Refactored setting boolean preferences
|
2012-08-23 00:30:11 +01:00 |
|
James Booth
|
0f7f0a259d
|
Command tidy
|
2012-08-22 23:57:34 +01:00 |
|
James Booth
|
4dbd8bbefa
|
Added some logging and updated man page
|
2012-08-22 00:30:24 +01:00 |
|
James Booth
|
e698738745
|
Customisable logging levels
|
2012-08-19 03:43:18 +01:00 |
|