about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Moved roster output handling to profanity moduleJames Booth2012-10-023-17/+56
* Added status handler code to profanity moduleJames Booth2012-10-023-12/+26
* Moved login attempt handler code to profanity moduleJames Booth2012-10-013-21/+40
* Moved incoming message code to profanity moduleJames Booth2012-10-013-4/+18
* Handle notification errorsJames Booth2012-09-241-1/+7
* Init and uninit libnotifyJames Booth2012-09-241-11/+23
* Tidy libnotify codeJames Booth2012-09-241-55/+23
* Updated man pageJames Booth2012-09-231-0/+2
* Made periodic message reminders a user optionJames Booth2012-09-235-16/+74
* Now sends desktop notification periodically to remind of unread messagesJames Booth2012-09-233-13/+55
* Only remind when period != 0 seconds and more than 0 messagesJames Booth2012-09-231-4/+7
* Added logging of unread messages to testJames Booth2012-09-231-0/+15
* Added unread message count to chat windowsJames Booth2012-09-232-2/+22
* Shutdown now correctly handles connectionJames Booth2012-09-239-13/+7
* Merge branch 'master' into developmentJames Booth2012-09-230-0/+0
|\
| * Fixed compiler warning on prof_historyJames Booth2012-09-171-1/+1
* | Merge branch 'warns' into developmentJames Booth2012-09-171-1/+1
|\ \
| * | Added recommended gcc warningsJames Booth2012-09-111-1/+1
* | | Added coredump to .gitignoreJames Booth2012-09-121-0/+1
* | | Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-115-38/+73
* | | Started work on closing stream on quitJames Booth2012-09-113-11/+25
|/ /
* | Added stdlib header to windows.c to avoid compiler warning on cygwinJames Booth2012-09-101-0/+1
* | Merge branch 'master' into developmentJames Booth2012-09-101-13/+59
|\|
| * Removed sudo from cygwin upgrade scriptJames Booth2012-09-091-1/+1
| * Fixed fix for last fixJames Booth2012-09-091-1/+1
| * Fixed last fixJames Booth2012-09-091-8/+2
| * Fixed upgrade script to work on cygwinJames Booth2012-09-091-13/+65
* | Added -Wall to GCC optionsJames Booth2012-09-107-27/+17
|/
* Comments now kept when writing to config fileJames Booth2012-09-091-1/+2
* Added summary info when splash enabledJames Booth2012-09-091-32/+66
* Fixed vargs strings in logJames Booth2012-09-092-14/+19
* Fixed duplication in man pageJames Booth2012-09-091-4/+0
* Changed to 0.1.9dev versionJames Booth2012-09-081-1/+1
* Version 0.1.8James Booth2012-09-081-1/+1
* Fixed library path on cygwinJames Booth2012-09-081-0/+2
* Removed sudo from cygwin installJames Booth2012-09-081-4/+49
* Added cygwin to install scriptJames Booth2012-09-081-4/+27
* Tidied cygwin notesJames Booth2012-09-081-24/+12
* Check for ncurses headers on cygwinJames Booth2012-09-087-0/+44
* Added notes on cygwin installJames Booth2012-09-081-0/+52
* Fixed debian version stringJames Booth2012-09-081-1/+1
* Fixed install scriptJames Booth2012-09-081-1/+1
* Install script now uses distribution release fileJames Booth2012-09-081-17/+11
* Removed compiler warnings from configure.acJames Booth2012-09-081-5/+3
* Tidied chat_log moduleJames Booth2012-09-052-8/+10
* Added comment to GLib compatibility functionJames Booth2012-08-261-0/+1
* Removed TODOJames Booth2012-08-261-4/+0
* Removed get_time from common.cJames Booth2012-08-264-31/+17
* Moved create_config_dir function to profanity.cJames Booth2012-08-263-11/+12
* Tidied all includesJames Booth2012-08-2625-86/+56