about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-237-11/+5
|
* 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
| | | | For standards compliance
* Added stdlib header to windows.c to avoid compiler warning on cygwinJames Booth2012-09-101-0/+1
|
* Added -Wall to GCC optionsJames Booth2012-09-106-26/+16
| | | | Fixed compiler warnings
* 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
|
* Check for ncurses headers on cygwinJames Booth2012-09-086-0/+42
|
* Tidied chat_log moduleJames Booth2012-09-052-8/+10
|
* Added comment to GLib compatibility functionJames Booth2012-08-261-0/+1
|
* Removed get_time from common.cJames Booth2012-08-264-31/+17
| | | | Uses GDateTime instead
* Moved create_config_dir function to profanity.cJames Booth2012-08-263-11/+12
|
* Tidied all includesJames Booth2012-08-2625-86/+56
|
* Refactored logJames Booth2012-08-267-51/+89
| | | | Added shortcut functions for prof logging levels
* Merge common and utilJames Booth2012-08-2311-133/+82
|
* Removed unused includes from command.cJames Booth2012-08-231-3/+0
|
* Added comments to command.cJames Booth2012-08-231-0/+13
|
* Moved input processing to profanity.cJames Booth2012-08-233-91/+90
|
* Refactored setting boolean preferencesJames Booth2012-08-235-94/+72
|
* Command tidyJames Booth2012-08-221-9/+27
|
* Added some logging and updated man pageJames Booth2012-08-228-6/+28
|
* Customisable logging levelsJames Booth2012-08-196-12/+50
|
* Basic log levels settingsJames Booth2012-08-194-16/+68
|
* Moved functions in jabber.cJames Booth2012-08-191-9/+6
|
* Removed extern for logJames Booth2012-08-192-4/+1
|
* Removed log reference from jabber.cJames Booth2012-08-191-3/+0
|
* Added timestamp to logJames Booth2012-08-191-1/+10
|
* Added status colour preference supportJames Booth2012-08-191-5/+53
|
* Added colour macrosJames Booth2012-08-195-48/+71
|
* Added chat status colours to preferences.cJames Booth2012-08-191-0/+40
|
* No longer set win status new when typingJames Booth2012-08-161-1/+0
|
* Removed typing notification when not in chat winJames Booth2012-08-161-10/+0
|
* Moved typing notification from main chat to title barJames Booth2012-08-163-5/+86
|
* Message about F1 keyJames Booth2012-08-161-7/+4
|
* Show basic help on startupJames Booth2012-08-162-20/+18
|
* Send active stanza in messagesJames Booth2012-08-161-1/+6
| | | | To continue receiving typing notifications
* Improved help on typing notificationsJames Booth2012-08-161-2/+2
|
* Added typing notifications and related preferencesJames Booth2012-08-166-13/+152
|
* Simple incoming typing notificationJames Booth2012-08-151-1/+13
|
* Refactored command lookupJames Booth2012-08-151-29/+26
|