about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactored logJames Booth2012-08-267-51/+89
* Merge common and utilJames Booth2012-08-2315-142/+91
* 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-222-9/+32
* Moved homepage link on man pageJames Booth2012-08-221-6/+6
* Added some logging and updated man pageJames Booth2012-08-229-8/+62
* Merge branch 'master' of github.com:boothj5/profanityJames Booth2012-08-191-100/+1
|\
| * Update README.mdJames Booth2012-08-191-100/+1
* | Added colours to man pageJames Booth2012-08-191-1/+3
|/
* Added section to man pageJames Booth2012-08-191-0/+19
* Added upgrade scriptJames Booth2012-08-191-0/+14
* Quotes in man pageJames Booth2012-08-191-1/+1
* Added manpageJames Booth2012-08-192-0/+105
* 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
* Merge branch 'master' of github.com:boothj5/profanityJames Booth2012-08-192-0/+13
|\
| * Merge pull request #30 from cbrp/masterJames Booth2012-08-171-0/+6
| |\
| | * Quick hack to check for Fedora 16 and set as Fedora distro.Colin Bradley2012-08-171-0/+6
| |/
| * Update README.mdJames Booth2012-08-171-0/+1
| * Update README.mdJames Booth2012-08-171-0/+6
* | Added dev suffix to versionJames Booth2012-08-191-1/+1
* | Upped version to 0.1.8James Booth2012-08-191-1/+1
* | 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-162-2/+1
* 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
* 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
* Incremented patch numberJames Booth2012-08-151-1/+1
* Refactored command lookupJames Booth2012-08-151-29/+26
* Added individual command helpJames Booth2012-08-151-22/+128
* Implemented help [command]James Booth2012-08-141-22/+86
* Added long help with dummy dataJames Booth2012-08-142-19/+42
* Command help now looked upJames Booth2012-08-143-30/+100