Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed library path on cygwin | James Booth | 2012-09-08 | 1 | -0/+2 |
| | |||||
* | Removed sudo from cygwin install | James Booth | 2012-09-08 | 1 | -4/+49 |
| | |||||
* | Added cygwin to install script | James Booth | 2012-09-08 | 1 | -4/+27 |
| | |||||
* | Tidied cygwin notes | James Booth | 2012-09-08 | 1 | -24/+12 |
| | |||||
* | Check for ncurses headers on cygwin | James Booth | 2012-09-08 | 7 | -0/+44 |
| | |||||
* | Added notes on cygwin install | James Booth | 2012-09-08 | 1 | -0/+52 |
| | |||||
* | Fixed debian version string | James Booth | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Fixed install script | James Booth | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Install script now uses distribution release file | James Booth | 2012-09-08 | 1 | -17/+11 |
| | |||||
* | Removed compiler warnings from configure.ac | James Booth | 2012-09-08 | 1 | -5/+3 |
| | | | | Fixed some error messages | ||||
* | 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 TODO | James Booth | 2012-08-26 | 1 | -4/+0 |
| | |||||
* | 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 | 15 | -142/+91 |
| | |||||
* | 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 | 2 | -9/+32 |
| | |||||
* | Moved homepage link on man page | James Booth | 2012-08-22 | 1 | -6/+6 |
| | |||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 9 | -8/+62 |
| |