about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into chatstatesJames Booth2012-10-3016-740/+507
|\
| * Fixed testsJames Booth2012-10-296-445/+114
| * Split contact add and update presenceJames Booth2012-10-295-55/+79
| * Fixed offline bugJames Booth2012-10-291-26/+13
| * Simplified autocompleterJames Booth2012-10-281-64/+12
| * Handle presence after roster requestJames Booth2012-10-283-33/+97
| * Send presence after roster recievedJames Booth2012-10-281-2/+0
| * Subscription managementJames Booth2012-10-284-39/+68
| * Load roster before sending presenceJames Booth2012-10-2810-138/+143
| * Merge branch 'master' into devJames Booth2012-10-281-1/+1
| |\
| | * Allocate memory for additional /who completionJames Booth2012-10-281-1/+1
| * | Added basic subscriptionsJames Booth2012-10-283-0/+64
| |/
* | Merge branch 'master' into chatstatesJames Booth2012-10-283-8/+43
|\|
| * Added offline to /who autocompleteJames Booth2012-10-281-0/+2
| * Added /me handling in logsJames Booth2012-10-282-4/+20
| * Added /me handling for incoming messagesJames Booth2012-10-281-4/+21
* | Merge branch 'master' into chatstatesJames Booth2012-10-284-187/+234
|\|
| * Added /who autocompleteJames Booth2012-10-281-0/+24
| * Moved remaining autocomplete code to command.cJames Booth2012-10-283-146/+133
| * Moved autcomplete code to command.cJames Booth2012-10-284-75/+110
| * Reordered autocompletersJames Booth2012-10-281-6/+7
* | Merge branch 'master' into chatstatesJames Booth2012-10-288-149/+284
|\|
| * Added /intype settingJames Booth2012-10-286-39/+82
| * Added autocomplete for second /notify parameterJames Booth2012-10-281-2/+56
| * Added type autcomplete for /notifyJames Booth2012-10-273-4/+24
| * Unified desktop notification preferencesJames Booth2012-10-276-104/+122
| * Rewrote settings help summariesJames Booth2012-10-271-8/+8
* | Merge branch 'master' into chatstatesJames Booth2012-10-276-33/+48
|\|
| * Refactored disconnectJames Booth2012-10-274-33/+16
| * Renamed shutdown functionJames Booth2012-10-271-3/+3
| * Added /disconnect commandJames Booth2012-10-274-2/+41
| * Removed _shutdown function in profanity.cJames Booth2012-10-272-8/+1
| * Show development version when splash screen enabledJames Booth2012-10-271-1/+1
| * Correction in man pageJames Booth2012-10-271-1/+1
| * Updated to 0.1.10 developmentJames Booth2012-10-241-2/+2
| * Updated for release 0.1.9James Booth2012-10-242-3/+5
* | Changed to 0.1.10 development versionJames Booth2012-10-241-2/+2
* | Updated for release 0.1.9James Booth2012-10-242-3/+5
* | Merge branch 'master' into type_outJames Booth2012-10-2412-49/+388
|\|
| * _cmd_tiny: fix possible NULL pointer dereferenceDmitry Podgorny2012-10-241-5/+6
| * Fixed possible NULL pointer references when offlineJames Booth2012-10-243-14/+27
| * Added autocomplete for version checking parameterJames Booth2012-10-242-0/+3
| * Made version check a user preferenceJames Booth2012-10-245-16/+76
| * Check for later releaseJames Booth2012-10-242-7/+36
| * Merge branch 'master' into devJames Booth2012-10-241-10/+10
| |\
| | * libraries order does matter when --as-needed is passed to linkerDmitry Podgorny2012-10-241-10/+10
| * | Only check for new release if release buildJames Booth2012-10-241-7/+17
| * | Added missing filesJames Booth2012-10-232-0/+101
| * | Added PACKAGE_STATUS to configure.acJames Booth2012-10-232-4/+13
| * | Merge branch 'master' into devJames Booth2012-10-232-6/+18
| |\|