Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cons_show now uses vargs | James Booth | 2012-10-03 | 3 | -3/+16 | |
| | ||||||
* | Automatically open window with /msg command | James Booth | 2012-10-03 | 1 | -1/+3 | |
| | ||||||
* | Moved chat logging to profanity module | James Booth | 2012-10-02 | 3 | -15/+29 | |
| | | | | Removed jabber modules dependency on chat log | |||||
* | Tidy up jabber module, removed unused code, made local functions private | James Booth | 2012-10-02 | 4 | -85/+88 | |
| | ||||||
* | Refactored profanity module | James Booth | 2012-10-02 | 3 | -111/+109 | |
| | | | | Now has simple run method and event handlers | |||||
* | Removed jabber module dependency on ui module | James Booth | 2012-10-02 | 1 | -1/+0 | |
| | ||||||
* | Moved roster output handling to profanity module | James Booth | 2012-10-02 | 3 | -17/+56 | |
| | ||||||
* | Added status handler code to profanity module | James Booth | 2012-10-02 | 3 | -12/+26 | |
| | ||||||
* | Moved login attempt handler code to profanity module | James Booth | 2012-10-01 | 3 | -21/+40 | |
| | ||||||
* | Moved incoming message code to profanity module | James Booth | 2012-10-01 | 3 | -4/+18 | |
| | ||||||
* | 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 | 5 | -16/+74 | |
| | ||||||
* | Now sends desktop notification periodically to remind of unread messages | James Booth | 2012-09-23 | 3 | -13/+55 | |
| | ||||||
* | Only remind when period != 0 seconds and more than 0 messages | James Booth | 2012-09-23 | 1 | -4/+7 | |
| | ||||||
* | Added logging of unread messages to test | James Booth | 2012-09-23 | 1 | -0/+15 | |
| | ||||||
* | Added unread message count to chat windows | James Booth | 2012-09-23 | 2 | -2/+22 | |
| | ||||||
* | Shutdown now correctly handles connection | James Booth | 2012-09-23 | 7 | -11/+5 | |
| | ||||||
* | Created shutdown init function to initiate and wait for shutdown | James Booth | 2012-09-11 | 5 | -38/+73 | |
| | ||||||
* | Started work on closing stream on quit | James Booth | 2012-09-11 | 3 | -11/+25 | |
| | | | | For standards compliance | |||||
* | 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 | 6 | -26/+16 | |
| | | | | Fixed compiler warnings | |||||
* | Comments now kept when writing to config file | James Booth | 2012-09-09 | 1 | -1/+2 | |
| | ||||||
* | Added summary info when splash enabled | James Booth | 2012-09-09 | 1 | -32/+66 | |
| | ||||||
* | Fixed vargs strings in log | James Booth | 2012-09-09 | 2 | -14/+19 | |
| | ||||||
* | Check for ncurses headers on cygwin | James Booth | 2012-09-08 | 6 | -0/+42 | |
| | ||||||
* | Tidied chat_log module | James Booth | 2012-09-05 | 2 | -8/+10 | |
| | ||||||
* | Added comment to GLib compatibility function | James Booth | 2012-08-26 | 1 | -0/+1 | |
| | ||||||
* | Removed get_time from common.c | James Booth | 2012-08-26 | 4 | -31/+17 | |
| | | | | Uses GDateTime instead | |||||
* | Moved create_config_dir function to profanity.c | James Booth | 2012-08-26 | 3 | -11/+12 | |
| | ||||||
* | Tidied all includes | James Booth | 2012-08-26 | 25 | -86/+56 | |
| | ||||||
* | Refactored log | James Booth | 2012-08-26 | 7 | -51/+89 | |
| | | | | Added shortcut functions for prof logging levels | |||||
* | Merge common and util | James Booth | 2012-08-23 | 11 | -133/+82 | |
| | ||||||
* | Removed unused includes from command.c | James Booth | 2012-08-23 | 1 | -3/+0 | |
| | ||||||
* | Added comments to command.c | James Booth | 2012-08-23 | 1 | -0/+13 | |
| | ||||||
* | Moved input processing to profanity.c | James Booth | 2012-08-23 | 3 | -91/+90 | |
| | ||||||
* | Refactored setting boolean preferences | James Booth | 2012-08-23 | 5 | -94/+72 | |
| | ||||||
* | Command tidy | James Booth | 2012-08-22 | 1 | -9/+27 | |
| | ||||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 8 | -6/+28 | |
| | ||||||
* | Customisable logging levels | James Booth | 2012-08-19 | 6 | -12/+50 | |
| | ||||||
* | Basic log levels settings | James Booth | 2012-08-19 | 4 | -16/+68 | |
| | ||||||
* | Moved functions in jabber.c | James Booth | 2012-08-19 | 1 | -9/+6 | |
| | ||||||
* | Removed extern for log | James Booth | 2012-08-19 | 2 | -4/+1 | |
| | ||||||
* | Removed log reference from jabber.c | James Booth | 2012-08-19 | 1 | -3/+0 | |
| | ||||||
* | Added timestamp to log | James Booth | 2012-08-19 | 1 | -1/+10 | |
| | ||||||
* | Added status colour preference support | James Booth | 2012-08-19 | 1 | -5/+53 | |
| | ||||||
* | Added colour macros | James Booth | 2012-08-19 | 5 | -48/+71 | |
| | ||||||
* | Added chat status colours to preferences.c | James Booth | 2012-08-19 | 1 | -0/+40 | |
| | ||||||
* | No longer set win status new when typing | James Booth | 2012-08-16 | 1 | -1/+0 | |
| |