Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added /about command | James Booth | 2012-10-23 | 1 | -17/+27 |
| | | | | Useful for showing version | ||||
* | Trailing whitespace | James Booth | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Split help into sections | James Booth | 2012-10-22 | 1 | -0/+42 |
| | | | | Most of the time complete help was too big for the screen | ||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -68/+68 |
| | |||||
* | windows: set dirty in win_show_error_msg | Dmitry Podgorny | 2012-10-18 | 1 | -0/+3 |
| | |||||
* | handle error messages from server | Dmitry Podgorny | 2012-10-18 | 1 | -0/+27 |
| | |||||
* | windows: dont print wether contact exists in roster | Dmitry Podgorny | 2012-10-18 | 1 | -4/+1 |
| | |||||
* | windows: print outgoing messages for all contacts | Dmitry Podgorny | 2012-10-17 | 1 | -23/+23 |
| | | | | | | | When contact list doesn't contain a contact outgoing messages aren't printed to chat window. But incoming ones is printed. The patch fixes this and make profanity show "%s is not one of your contacts." only once on creating window. | ||||
* | Refactored show history, free'd memory | James Booth | 2012-10-14 | 1 | -18/+20 |
| | |||||
* | Added history option | James Booth | 2012-10-14 | 1 | -2/+7 |
| | |||||
* | Chaged padsize to 1000 | James Booth | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | Showing history from current log in chat windows | James Booth | 2012-10-14 | 1 | -3/+38 |
| | |||||
* | Removed time date from dated logs | James Booth | 2012-10-08 | 1 | -1/+1 |
| | | | | Use 'me' instead of login | ||||
* | Added comments to new window open | James Booth | 2012-10-08 | 1 | -0/+3 |
| | |||||
* | Only show offline warning once | James Booth | 2012-10-04 | 1 | -7/+10 |
| | |||||
* | Use colour prefs for offline message warning | James Booth | 2012-10-04 | 1 | -0/+8 |
| | |||||
* | Show warning when sending message to offline contact | James Booth | 2012-10-04 | 1 | -3/+10 |
| | |||||
* | Now checks for exitence of contact before sending message | James Booth | 2012-10-04 | 1 | -8/+17 |
| | |||||
* | Added argument to /who command to specify status | James Booth | 2012-10-04 | 1 | -41/+36 |
| | |||||
* | Offline contacts presence notifications now in contact list | James Booth | 2012-10-04 | 1 | -35/+38 |
| | | | | Can send messages to offline contacts | ||||
* | Tidied up message remind period on prefs output | James Booth | 2012-10-03 | 1 | -10/+8 |
| | |||||
* | Made usage of cons_show vargs | James Booth | 2012-10-03 | 1 | -14/+4 |
| | |||||
* | cons_show now uses vargs | James Booth | 2012-10-03 | 1 | -2/+8 |
| | |||||
* | Automatically open window with /msg command | James Booth | 2012-10-03 | 1 | -1/+3 |
| | |||||
* | Handle notification errors | James Booth | 2012-09-24 | 1 | -1/+7 |
| | |||||
* | Init and uninit libnotify | James Booth | 2012-09-24 | 1 | -11/+23 |
| | |||||
* | Tidy libnotify code | James Booth | 2012-09-24 | 1 | -55/+23 |
| | |||||
* | Made periodic message reminders a user option | James Booth | 2012-09-23 | 1 | -12/+18 |
| | |||||
* | Now sends desktop notification periodically to remind of unread messages | James Booth | 2012-09-23 | 1 | -7/+51 |
| | |||||
* | Added unread message count to chat windows | James Booth | 2012-09-23 | 1 | -2/+20 |
| | |||||
* | Shutdown now correctly handles connection | James Booth | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | Added stdlib header to windows.c to avoid compiler warning on cygwin | James Booth | 2012-09-10 | 1 | -0/+1 |
| | |||||
* | Added -Wall to GCC options | James Booth | 2012-09-10 | 1 | -7/+4 |
| | | | | Fixed compiler warnings | ||||
* | Added summary info when splash enabled | James Booth | 2012-09-09 | 1 | -32/+66 |
| | |||||
* | Check for ncurses headers on cygwin | James Booth | 2012-09-08 | 1 | -0/+5 |
| | |||||
* | Removed get_time from common.c | James Booth | 2012-08-26 | 1 | -5/+4 |
| | | | | Uses GDateTime instead | ||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -6/+5 |
| | |||||
* | Refactored log | James Booth | 2012-08-26 | 1 | -3/+3 |
| | | | | Added shortcut functions for prof logging levels | ||||
* | Merge common and util | James Booth | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Refactored setting boolean preferences | James Booth | 2012-08-23 | 1 | -3/+3 |
| | |||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 1 | -0/+4 |
| | |||||
* | Added status colour preference support | James Booth | 2012-08-19 | 1 | -5/+53 |
| | |||||
* | Added colour macros | James Booth | 2012-08-19 | 1 | -26/+32 |
| | |||||
* | No longer set win status new when typing | James Booth | 2012-08-16 | 1 | -1/+0 |
| | |||||
* | Removed typing notification when not in chat win | James Booth | 2012-08-16 | 1 | -10/+0 |
| | |||||
* | Moved typing notification from main chat to title bar | James Booth | 2012-08-16 | 1 | -4/+6 |
| | |||||
* | Message about F1 key | James Booth | 2012-08-16 | 1 | -7/+4 |
| | |||||
* | Show basic help on startup | James Booth | 2012-08-16 | 1 | -19/+17 |
| | |||||
* | Added typing notifications and related preferences | James Booth | 2012-08-16 | 1 | -6/+93 |
| | |||||
* | Command help now looked up | James Booth | 2012-08-14 | 1 | -10/+38 |
| | | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure |