Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Send <gone/> when closing chat window | James Booth | 2012-10-31 | 1 | -19/+11 | |
| | ||||||
* | Fixed message colouring | James Booth | 2012-10-30 | 1 | -3/+3 | |
| | ||||||
* | Subscription management | James Booth | 2012-10-28 | 1 | -31/+43 | |
| | ||||||
* | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -15/+15 | |
| | ||||||
* | Added /me handling in logs | James Booth | 2012-10-28 | 1 | -2/+10 | |
| | ||||||
* | Added /me handling for incoming messages | James Booth | 2012-10-28 | 1 | -4/+21 | |
| | ||||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -38/+45 | |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | |||||
* | Unified desktop notification preferences | James Booth | 2012-10-27 | 1 | -5/+5 | |
| | ||||||
* | Show development version when splash screen enabled | James Booth | 2012-10-27 | 1 | -1/+1 | |
| | ||||||
* | Made version check a user preference | James Booth | 2012-10-24 | 1 | -16/+37 | |
| | ||||||
* | Check for later release | James Booth | 2012-10-24 | 1 | -6/+35 | |
| | ||||||
* | Only check for new release if release build | James Booth | 2012-10-24 | 1 | -7/+17 | |
| | ||||||
* | Added PACKAGE_STATUS to configure.ac | James Booth | 2012-10-23 | 1 | -3/+11 | |
| | ||||||
* | Added check for latest release | James Booth | 2012-10-23 | 1 | -0/+8 | |
| | ||||||
* | 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 |