about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-131-4/+20
|\
| * Add support for evaluated passwordPeter Vilim2015-01-071-4/+20
* | Merge remote-tracking branch 'savar/dynamic_input_block'James Booth2015-01-121-5/+33
|\ \
| * | adding preference option for dynamic input blockingSimon Effenberg2015-01-121-5/+32
| * | trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-1/+1
|/ /
* | Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-3/+7
|\ \
| * | add exit title preference to group and add command for setting the preferenceWill Song2015-01-081-0/+6
| |/
* | Renamed titlebar preferenceJames Booth2015-01-121-2/+6
* | Only show UI events for chat states when in sessionJames Booth2015-01-111-0/+4
* | Added resource override for chat sessionsJames Booth2015-01-101-11/+2
* | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-4/+21
* | Renamed resource -> resource_overrideJames Booth2015-01-101-2/+2
* | Refactored chat session handling on sending messageJames Booth2015-01-041-91/+19
* | Use resource in chat sessionsJames Booth2015-01-041-16/+77
|/
* Merge remote-tracking branch 'incertia/connect-default'James Booth2014-12-291-3/+54
|\
| * added warning about options not being usedWill Song2014-12-211-2/+4
| * removing the account connected to the default account removes the default acc...Will Song2014-11-271-0/+6
| * /connect supports default accountWill Song2014-11-271-1/+13
| * add default account property and commands associated with themWill Song2014-11-271-0/+31
* | Added chat_session_on_window_openJames Booth2014-12-281-12/+2
* | Fixed chat state for non OTRJames Booth2014-12-281-94/+12
* | Merge branch 'master' into chat-sessionsJames Booth2014-12-271-2/+1
|\ \
| * | Fixed /info command in roomsJames Booth2014-12-271-2/+1
* | | Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-51/+125
|/ /
* | Fixed non OTR compilationJames Booth2014-12-251-1/+1
* | Removed functions from window.cJames Booth2014-12-221-4/+10
* | Added win_get_titleJames Booth2014-12-211-12/+4
* | Use class instead of base pointerJames Booth2014-12-211-21/+28
* | Added /inpblock commandJames Booth2014-12-211-0/+13
* | Removed TODOsJames Booth2014-12-201-4/+0
* | Fixed testsJames Booth2014-12-201-2/+2
* | Refactored all window recipients and typesJames Booth2014-12-201-62/+64
* | Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-161/+184
* | Moved roster functionsJames Booth2014-12-161-7/+7
* | Added new window and layout typesJames Booth2014-12-161-13/+19
* | Allow params to /bookmark when in a roomJames Booth2014-12-141-17/+10
* | Renamed chat_resource -> resourceJames Booth2014-12-101-6/+6
* | Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-6/+6
* | Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-9/+13
* | Use selected resource for sending messagesJames Booth2014-12-031-6/+32
* | Added /resource commandJames Booth2014-12-021-0/+42
* | Fixed closing window 0James Booth2014-12-011-4/+0
* | Automatically add/remove '/' when adding and removing aliasesJames Booth2014-11-301-5/+15
|/
* Merge remote-tracking branch 'incertia/master'James Booth2014-11-241-1/+8
|\
| * implement account removalWill Song2014-11-231-0/+13