about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed /theme set -> /theme loadJames Booth2015-02-261-10/+10
|
* Merge remote-tracking branch 'stormc/master-spellfixes'James Booth2015-02-231-13/+13
|\ | | | | | | | | Conflicts: src/command/command.c
| * Fixed spelling.Christian Storm2015-02-171-16/+16
| |
* | Finished help tidyJames Booth2015-02-231-279/+331
|/
* Removed commentJames Booth2015-02-161-1/+1
|
* Tidy helpJames Booth2015-02-161-81/+109
|
* Tidy helpJames Booth2015-02-111-119/+87
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Free theme list after useJames Booth2015-02-091-5/+6
|
* 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
|\ | | | | | | | | Conflicts: src/command/command.c
| * Strip quote chars from name autocompletePeter Vilim2015-01-141-0/+23
| |
* | Added code to generate HTML command reference for websiteJames Booth2015-02-081-0/+53
| |
* | Removed duplicate time_acJames Booth2015-02-061-4/+0
| |
* | Updated /wrap helpJames Booth2015-01-281-1/+1
| |
* | Renamed command group presence->presences to avoid clashJames Booth2015-01-281-1/+1
| |
* | Simplified autocompleters and command historyJames Booth2015-01-161-236/+198
| |
* | Moved input line to inputwinJames Booth2015-01-151-3/+4
| |
* | Moved process_input to cmd_process_inputJames Booth2015-01-151-9/+56
|/
* Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-131-0/+3
|\
| * iofixedPeter Vilim2015-01-071-0/+1
| |
| * Add support for evaluated passwordPeter Vilim2015-01-061-0/+2
| |
* | Merge remote-tracking branch 'savar/dynamic_input_block'James Booth2015-01-121-8/+39
|\ \
| * | adding preference option for dynamic input blockingSimon Effenberg2015-01-121-7/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /inpblock is now having subcommands 'timeout' and 'dynamic' with: /inpblock timeout <milliseconds> and /inpblock dynamic <on|off> Defaults are: /inpblock timeout 500 /inpblock dynamic on To get the old behavior specify: /inpblock timeout 20 /inpblock dynamic off The dynamic mode will block incrementally after something should be written to the window or after a key was pressed. So pressing a key would set the timeout to 0ms and after 10 timeouts to the next bigger one. Example (with dynamic mode on): "/inpblock timeout 50" timeout series: 10x 0ms 10x 10ms (0ms + 10 times since last keypress) 10x 30ms (10ms + 20 times since last keypress) *x50ms until next key was pressed or
* | Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-3/+11
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * | add exit title preference to group and add command for setting the preferenceWill Song2015-01-081-1/+14
| |/
* | Renamed titlebar preferenceJames Booth2015-01-121-6/+27
| |
* | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-7/+21
| |
* | Refactored chat session handling on sending messageJames Booth2015-01-041-27/+3
| |
* | Use resource in chat sessionsJames Booth2015-01-041-6/+27
|/
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-291-5/+22
|\ | | | | | | | | Conflicts: CHANGELOG
| * add some tooltip messages for /account and /connectWill Song2014-11-271-3/+6
| |
| * finish /account default acWill Song2014-11-271-0/+5
| |
| * add a bit of default account autocompleteWill Song2014-11-271-1/+10
| |
* | Fixed cmd_execute_default (resource instead of barejid)James Booth2014-12-291-1/+1
| |
* | Fixed chat state for non OTRJames Booth2014-12-281-31/+3
| |
* | Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-10/+35
| |
* | Fixed non OTR compilationJames Booth2014-12-251-1/+1
| |
* | Removed function pointersJames Booth2014-12-221-1/+1
| |
* | Removed functions from window.cJames Booth2014-12-221-1/+1
| |
* | Added /inpblock commandJames Booth2014-12-211-0/+11
| |
* | Refactored all window recipients and typesJames Booth2014-12-201-19/+20
| | | | | | | | Tests need fixing
* | Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-71/+82
| |
* | Added new window and layout typesJames Booth2014-12-161-6/+10
| |
* | Renamed chat_resource -> resourceJames Booth2014-12-101-2/+2
| |
* | Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-2/+2
| |
* | Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-7/+14
| |
* | Added /resource autocompletionJames Booth2014-12-041-0/+47
| |
* | Use selected resource for sending messagesJames Booth2014-12-031-2/+10
| |
* | Added /resource commandJames Booth2014-12-021-0/+10
| |