Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 4 | -12/+44 |
| | |||||
* | Added argument to /who command to specify status | James Booth | 2012-10-04 | 3 | -44/+101 |
| | |||||
* | Removed /ros command | James Booth | 2012-10-04 | 2 | -33/+1 |
| | |||||
* | Users added to contact list when no precense notification | James Booth | 2012-10-04 | 2 | -0/+6 |
| | | | | The user is added from the roster | ||||
* | Offline contacts presence notifications now in contact list | James Booth | 2012-10-04 | 2 | -36/+39 |
| | | | | 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 | 3 | -45/+15 |
| | |||||
* | 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 |
| | |||||
* | Updated man page | James Booth | 2012-09-23 | 1 | -0/+2 |
| | |||||
* | 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 | 9 | -13/+7 |
| | |||||
* | Merge branch 'master' into development | James Booth | 2012-09-23 | 0 | -0/+0 |
|\ | |||||
| * | Fixed compiler warning on prof_history | James Booth | 2012-09-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'warns' into development | James Booth | 2012-09-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Added recommended gcc warnings | James Booth | 2012-09-11 | 1 | -1/+1 |
| | | | |||||
* | | | Added coredump to .gitignore | James Booth | 2012-09-12 | 1 | -0/+1 |
| | | | |||||
* | | | 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 |
| | | |||||
* | | Merge branch 'master' into development | James Booth | 2012-09-10 | 1 | -13/+59 |
|\| | |||||
| * | Removed sudo from cygwin upgrade script | James Booth | 2012-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed fix for last fix | James Booth | 2012-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed last fix | James Booth | 2012-09-09 | 1 | -8/+2 |
| | | |||||
| * | Fixed upgrade script to work on cygwin | James Booth | 2012-09-09 | 1 | -13/+65 |
| | | |||||
* | | Added -Wall to GCC options | James Booth | 2012-09-10 | 7 | -27/+17 |
|/ | | | | 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 |
| | |||||
* | Fixed duplication in man page | James Booth | 2012-09-09 | 1 | -4/+0 |
| | |||||
* | Changed to 0.1.9dev version | James Booth | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Version 0.1.8 | James Booth | 2012-09-08 | 1 | -1/+1 |
| |