about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
...
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-4/+4
|
* Updated /help helpJames Booth2015-08-081-1/+6
|
* Modified /account helpJames Booth2015-08-031-30/+32
|
* Added account status autocompleteJames Booth2015-08-031-0/+20
|
* Retagged commandsJames Booth2015-07-271-99/+121
|
* Added tags to command definitionsJames Booth2015-07-271-3/+220
|
* Use command definition macros for remaining commandsJames Booth2015-07-261-676/+461
|
* Added command definition macrosJames Booth2015-07-261-329/+229
|
* Reordered command argumentsJames Booth2015-07-261-1/+1
|
* Removed old command helpJames Booth2015-07-261-81/+81
|
* Updated help category outputJames Booth2015-07-261-65/+46
|
* Moved remaining help to new formatJames Booth2015-07-261-315/+507
|
* Fix formatting for variables in new helpJames Booth2015-07-251-15/+15
|
* Generate HTML docs using new help formatJames Booth2015-07-251-15/+73
|
* Added more help to new formatJames Booth2015-07-251-504/+744
|
* Added roster to new help formatJames Booth2015-07-241-42/+54
|
* Added msg to new help formatJames Booth2015-07-241-26/+37
|
* Added connect to new help formatJames Booth2015-07-241-53/+60
|
* Moved help and about to new formatJames Booth2015-07-231-101/+188
|
* Removed /mouse commandJames Booth2015-07-191-10/+2
|
* Removed 'empty' from roster autocompleterJames Booth2015-07-141-1/+0
|
* Changed /roster empty -> /roster remove_all contactsJames Booth2015-07-081-20/+31
| | | | Make it difficult to accidentally use this command.
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵Daniel2015-07-081-0/+3
| | | | show)
* Merge remote-tracking branch 'incertia/time'James Booth2015-07-011-21/+26
|\ | | | | | | | | Conflicts: src/config/preferences.c
| * add examples and be more specific about time formattingWill Song2015-05-301-3/+8
| |
| * update autocompleteWill Song2015-05-291-11/+13
| |
| * fix conflictsWill Song2015-05-291-669/+770
| |\
| * | use custom format string for time preferenceWill Song2015-01-271-17/+5
| | |
* | | Added /pgp setkey commandJames Booth2015-06-231-7/+14
| | |
* | | Added PGP prefsJames Booth2015-06-221-0/+1
| | |
* | | Fixed pgp helpJames Booth2015-06-211-1/+1
| | |
* | | Fixed /pgp help formattingJames Booth2015-06-211-1/+1
| | |
* | | Added PGP logging preferencesJames Booth2015-06-211-9/+26
| | |
* | | Moved setting otr.warn -> enc.warnJames Booth2015-06-211-8/+9
| | |
* | | Added /pgp end commandJames Booth2015-06-211-0/+1
| | |
* | | Added window encyption mode for PGPJames Booth2015-06-201-8/+31
| | |
* | | Merge branch 'master' into openpgpJames Booth2015-06-201-0/+2
|\ \ \
| * | | Added /roster empty commandJames Booth2015-06-201-0/+2
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-171-1/+1
|\| | |
| * | | Merge remote-tracking branch 'quite/#513'James Booth2015-06-171-1/+1
| |\ \ \
| | * | | Let's only strip trailing whitespace when parsing commandDaniel2015-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows for "quoting" a command--doing nothing but sending the string: SPC/command As we're used to from for example irc clients. Fixes boothj5/profanity#513
* | | | | Merge branch 'master' into openpgpJames Booth2015-06-171-9/+18
|\| | | |
| * | | | Removed wins_get_current_* functionsJames Booth2015-06-171-9/+18
| | | | |
* | | | | Merge branch 'master' into openpgpJames Booth2015-06-171-98/+92
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h
| * | | | Removed unused function prototypeJames Booth2015-06-171-2/+0
| | | | |
| * | | | Added current window reference to command functionsJames Booth2015-06-171-4/+4
| | | | |
| * | | | Pass current window to autocompletersJames Booth2015-06-161-92/+88
| |/ / /
* | | | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\| | |
| * | | Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-021-1/+9
|\| | |