about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pgpJames Booth2015-04-121-8/+37
|\
| * Added option to show jids in occupants panelJames Booth2015-04-121-8/+37
* | Merge branch 'master' into pgpJames Booth2015-04-111-6/+7
|\|
| * Autogenerate room name with UUID for /join with no argsJames Booth2015-04-111-6/+7
* | Added signature verification, /pgp fps commandJames Booth2015-03-241-0/+1
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+2
* | Added /pgp libver commandJames Booth2015-03-221-3/+6
* | Added pgp key list commandJames Booth2015-03-221-2/+16
|/
* Added individual options to send and request delivery receiptsJames Booth2015-03-191-7/+41
* Moved default and alias command executionJames Booth2015-03-161-111/+3
* Move common chat logging code to log.cJames Booth2015-03-151-27/+3
* Tidied helpJames Booth2015-03-151-2/+2
* Added /receipts commandJames Booth2015-03-151-1/+10
* Removed from argument from outgoing message functionsJames Booth2015-03-141-4/+4
* Show message received text for receiptsJames Booth2015-03-111-6/+6
* Added /time statusbar preferenceJames Booth2015-03-101-7/+43
* Send private carbons element with message when encryptedJames Booth2015-03-101-1/+1
* Added /carbons autocompletionJames Booth2015-03-091-1/+1
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+9
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+9
* | Merge branch 'master' into readlineJames Booth2015-02-261-10/+10
|\ \
| * | Renamed /theme set -> /theme loadJames Booth2015-02-261-10/+10
* | | 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-111-1/+1
|\| |
| * | Updated copyrightJames Booth2015-02-101-1/+1
| |/
* | 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-081-0/+53
|\| |
| * | Added code to generate HTML command reference for websiteJames Booth2015-02-081-0/+53
* | | 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-011-2/+2
|\| |
| * | Updated /wrap helpJames Booth2015-01-281-1/+1
| * | Renamed command group presence->presences to avoid clashJames Booth2015-01-281-1/+1
* | | Removed history and various key handlersJames Booth2015-01-301-5/+0
|/ /
* | Simplified autocompleters and command historyJames Booth2015-01-161-236/+198