about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into readlineJames Booth2015-02-231-13/+13
|\
| * Merge remote-tracking branch 'stormc/master-spellfixes'James Booth2015-02-231-13/+13
| |\
| | * Fixed spelling.Christian Storm2015-02-171-16/+16
* | | Merge branch 'master' into readlineJames Booth2015-02-231-279/+331
|\| |
| * | Finished help tidyJames Booth2015-02-231-279/+331
| |/
* | Merge branch 'master' into readlineJames Booth2015-02-161-1/+1
|\|
| * Removed commentJames Booth2015-02-161-1/+1
* | Merge branch 'master' into readlineJames Booth2015-02-161-81/+109
|\|
| * Tidy helpJames Booth2015-02-161-81/+109
* | Merge branch 'master' into readlineJames Booth2015-02-141-118/+86
|\|
| * Tidy helpJames Booth2015-02-111-119/+87
* | Merge branch 'master' into readlineJames Booth2015-02-114-4/+4
|\|
| * Updated copyrightJames Booth2015-02-104-4/+4
* | Merge branch 'master' into readlineJames Booth2015-02-101-2/+2
|\|
| * Fixed parameter order for /tiny in private and group chatJames Booth2015-02-101-2/+2
* | Merge branch 'master' into readlineJames Booth2015-02-101-15/+20
|\|
| * Free roster listJames Booth2015-02-101-16/+20
| * Free contact listJames Booth2015-02-101-0/+1
* | Merge branch 'master' into readlineJames Booth2015-02-091-0/+5
|\|
| * Free filtered lists for who commandJames Booth2015-02-091-0/+5
* | Merge branch 'master' into readlineJames Booth2015-02-091-5/+6
|\|
| * Free theme list after useJames Booth2015-02-091-5/+6
* | Merge branch 'master' into readlineJames Booth2015-02-081-2/+10
|\|
| * Moved quote stripper to common, added testsJames Booth2015-02-081-26/+3
| * Merge remote-tracking branch 'peterlvilim/quote-chars'James Booth2015-02-081-3/+34
| |\
| | * Strip quote chars from name autocompletePeter Vilim2015-01-141-0/+23
* | | Merge branch 'master' into readlineJames Booth2015-02-082-0/+55
|\| |
| * | Added code to generate HTML command reference for websiteJames Booth2015-02-082-0/+55
* | | Merge branch 'master' into readlineJames Booth2015-02-061-4/+0
|\| |
| * | Removed duplicate time_acJames Booth2015-02-061-4/+0
* | | Merge branch 'master' into readlineJames Booth2015-02-012-3/+7
|\| |
| * | Updated /wrap helpJames Booth2015-01-281-1/+1
| * | Renamed command group presence->presences to avoid clashJames Booth2015-01-282-2/+2
| * | Strip only trailing newline from eval_passwordJames Booth2015-01-281-1/+4
| * | Strip leading/trailing whitespace from result of eval_passwordJames Booth2015-01-281-0/+1
* | | Removed history and various key handlersJames Booth2015-01-301-5/+0
|/ /
* | Simplified autocompleters and command historyJames Booth2015-01-164-360/+201
* | Moved input line to inputwinJames Booth2015-01-151-3/+4
* | Moved process_input to cmd_process_inputJames Booth2015-01-152-12/+58
|/
* Merge remote-tracking branch 'incertia/fixleak'James Booth2015-01-141-1/+1
|\
| * fix yet another potential leakWill Song2015-01-141-1/+1
* | Don't free default account name until it has been lowercasedJames Booth2015-01-141-2/+2
|/
* fix the fix (memory leak)Simon Effenberg2015-01-141-1/+3
* Fixed segfault on eval_password due to moving popen callJames Booth2015-01-141-0/+8
* fix a potential leakWill Song2015-01-121-3/+3
* add a memory check just in caseWill Song2015-01-121-0/+4
* fix testsWill Song2015-01-121-1/+1
* eval_password code is now in cmd_connect so that it can be changedWill Song2015-01-121-1/+14
* Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-132-4/+23
|\
| * Add support for evaluated passwordPeter Vilim2015-01-072-4/+23