about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/ /
* | Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-3/+11
|\ \
| * | 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
|\
| * 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
* | 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
* | Automatically add/remove '/' when adding and removing aliasesJames Booth2014-11-301-2/+2
|/
* Merge remote-tracking branch 'incertia/master'James Booth2014-11-241-2/+4
|\
| * implement account removalWill Song2014-11-231-1/+3
| * add nooffline to /roster autocompleteWill Song2014-11-231-0/+1
| * updated description for /rosterWill Song2014-11-231-2/+3
* | implement account removalWill Song2014-11-231-1/+3
|/
* Renamed roster autocomplete functionsJames Booth2014-11-221-14/+14
* Fixed autoaway helpJames Booth2014-11-201-1/+1
* Updated /theme usageJames Booth2014-11-201-3/+3
* Added /theme colours commandJames Booth2014-11-171-5/+6
* Added /time offJames Booth2014-11-161-0/+1
* Added /time settingJames Booth2014-11-161-2/+17
* Added /roster size and /occupants size settingsJames Booth2014-11-151-6/+10
* Added /roster by commands, wipJames Booth2014-11-111-3/+19
* Added /roster show|hide resourceJames Booth2014-11-111-11/+14
* Added /roster show|hide offlineJames Booth2014-11-101-9/+25
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-3/+7
* Added /wrap user preference for enabling/disabling word wrappingJames Booth2014-11-091-1/+9
* Added /presence command to show contacts presenceJames Booth2014-11-071-1/+9
* Updated /who helpJames Booth2014-11-051-12/+14
* Fixed leaks in /affiliation and /roleJames Booth2014-11-031-0/+21
* Fixed various memory leaksJames Booth2014-11-011-3/+2