about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added /me handling in logsJames Booth2012-10-282-4/+20
|
* Added /me handling for incoming messagesJames Booth2012-10-281-4/+21
|
* 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
|
* Added /intype settingJames Booth2012-10-286-39/+82
| | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
* 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
|
* 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
|
* _cmd_tiny: fix possible NULL pointer dereferenceDmitry Podgorny2012-10-241-5/+6
| | | | Check 'url' for NULL and move free(url) out of if-else structure
* 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
| | | | | | | | This fixes linking error when --as-needed option is used.
* | 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
|\|
| * autotools: move libraries to LIBS instead of AM_CFLAGSDmitry Podgorny2012-10-231-2/+1
| | | | | | | | | | | | Libraries are agruments for linker. So move them to LIBS vatiable. AC_CHECK_LIB adds library to LIBS on success and we don't have to add them manually.
| * autotools: introduce choice among libxml2 and expatDmitry Podgorny2012-10-231-3/+13
| | | | | | | | | | | | | | Now profanity is linked with expat only. This breaks build when libstrophe is build with libxml2 support. This patch introduce --with-libxml2 option to ./configure in the same way as it is done in libstrophe.
| * Check for method of setting ESCDELAYJames Booth2012-10-231-2/+5
| |
* | Added check for latest releaseJames Booth2012-10-232-1/+9
|/
* Removed libxml2 from install-all.shJames Booth2012-10-231-3/+3
|
* Removed dependency on libxml2James Booth2012-10-231-3/+1
| | | | expat is used by default in libstrophe
* Added /about commandJames Booth2012-10-233-18/+45
| | | | Useful for showing version
* Trailing whitespaceJames Booth2012-10-232-2/+2
|
* Split help into sectionsJames Booth2012-10-223-3/+63
| | | | Most of the time complete help was too big for the screen
* Escape key clears input lineJames Booth2012-10-221-0/+8
|
* Added autocomplete for boolean settingsJames Booth2012-10-223-11/+48
|
* Removed scripts from root folderJames Booth2012-10-222-9/+0
|
* Removed cygwin notes from root folderJames Booth2012-10-221-40/+0
|
* Fixed possible segfault when no type attribute on incoming messagesJames Booth2012-10-221-16/+18
|
* Free autocompleters on quitJames Booth2012-10-224-6/+17
|
* Refactored parameter autocompletersJames Booth2012-10-222-66/+56
|
* Renamed other autocompletersJames Booth2012-10-216-15/+15
|
* Renamed help autocompleterJames Booth2012-10-213-6/+6
|
* Added /help parameter autocompleteJames Booth2012-10-213-3/+37
|
* Added Dmitry to contributors list in man pageJames Booth2012-10-211-0/+2
|