Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 2 | -8/+76 |
|\ | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | added warning about options not being used | Will Song | 2014-12-21 | 1 | -2/+4 |
| | | |||||
| * | removing the account connected to the default account removes the default ↵ | Will Song | 2014-11-27 | 1 | -0/+6 |
| | | | | | | | | account as well | ||||
| * | /connect supports default account | Will Song | 2014-11-27 | 1 | -1/+13 |
| | | |||||
| * | add some tooltip messages for /account and /connect | Will Song | 2014-11-27 | 1 | -3/+6 |
| | | |||||
| * | finish /account default ac | Will Song | 2014-11-27 | 1 | -0/+5 |
| | | |||||
| * | add a bit of default account autocomplete | Will Song | 2014-11-27 | 1 | -1/+10 |
| | | |||||
| * | add default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+31 |
| | | |||||
* | | Fixed cmd_execute_default (resource instead of barejid) | James Booth | 2014-12-29 | 1 | -1/+1 |
| | | |||||
* | | Added chat_session_on_window_open | James Booth | 2014-12-28 | 1 | -12/+2 |
| | | |||||
* | | Fixed chat state for non OTR | James Booth | 2014-12-28 | 2 | -125/+15 |
| | | |||||
* | | Merge branch 'master' into chat-sessions | James Booth | 2014-12-27 | 1 | -2/+1 |
|\ \ | |||||
| * | | Fixed /info command in rooms | James Booth | 2014-12-27 | 1 | -2/+1 |
| | | | |||||
* | | | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 2 | -61/+160 |
|/ / | |||||
* | | Fixed non OTR compilation | James Booth | 2014-12-25 | 2 | -2/+2 |
| | | |||||
* | | Removed function pointers | James Booth | 2014-12-22 | 2 | -2/+2 |
| | | |||||
* | | Removed functions from window.c | James Booth | 2014-12-22 | 2 | -5/+11 |
| | | |||||
* | | Added win_get_title | James Booth | 2014-12-21 | 1 | -12/+4 |
| | | |||||
* | | Use class instead of base pointer | James Booth | 2014-12-21 | 1 | -21/+28 |
| | | |||||
* | | Added /inpblock command | James Booth | 2014-12-21 | 3 | -0/+25 |
| | | |||||
* | | Removed TODOs | James Booth | 2014-12-20 | 1 | -4/+0 |
| | | |||||
* | | Fixed tests | James Booth | 2014-12-20 | 1 | -2/+2 |
| | | |||||
* | | Refactored all window recipients and types | James Booth | 2014-12-20 | 2 | -81/+84 |
| | | | | | | | | Tests need fixing | ||||
* | | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 2 | -232/+266 |
| | | |||||
* | | Moved roster functions | James Booth | 2014-12-16 | 1 | -7/+7 |
| | | |||||
* | | Added new window and layout types | James Booth | 2014-12-16 | 2 | -19/+29 |
| | | |||||
* | | Allow params to /bookmark when in a room | James Booth | 2014-12-14 | 1 | -17/+10 |
| | | |||||
* | | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 2 | -8/+8 |
| | | |||||
* | | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 2 | -8/+8 |
| | | |||||
* | | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 2 | -16/+27 |
| | | |||||
* | | Added /resource autocompletion | James Booth | 2014-12-04 | 1 | -0/+47 |
| | | |||||
* | | Use selected resource for sending messages | James Booth | 2014-12-03 | 2 | -8/+42 |
| | | |||||
* | | Added /resource command | James Booth | 2014-12-02 | 3 | -0/+53 |
| | | |||||
* | | Fixed closing window 0 | James Booth | 2014-12-01 | 1 | -4/+0 |
| | | |||||
* | | Automatically add/remove '/' when adding and removing aliases | James Booth | 2014-11-30 | 2 | -7/+17 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/master' | James Booth | 2014-11-24 | 2 | -3/+12 |
|\ | |||||
| * | implement account removal | Will Song | 2014-11-23 | 2 | -1/+16 |
| | | |||||
| * | add nooffline to /roster autocomplete | Will Song | 2014-11-23 | 1 | -0/+1 |
| | | |||||
| * | updated description for /roster | Will Song | 2014-11-23 | 1 | -2/+3 |
| | | |||||
| * | add nooffline option to roster | Will Song | 2014-11-23 | 1 | -1/+6 |
| | | |||||
* | | Merge remote-tracking branch 'incertia/account-remove' | James Booth | 2014-11-24 | 2 | -1/+16 |
|\ \ | |||||
| * | | implement account removal | Will Song | 2014-11-23 | 2 | -1/+16 |
| |/ | |||||
* / | Free contact list on /who | James Booth | 2014-11-24 | 1 | -0/+2 |
|/ | |||||
* | Renamed roster autocomplete functions | James Booth | 2014-11-22 | 1 | -14/+14 |
| | |||||
* | Fixed autoaway help | James Booth | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | Updated /theme usage | James Booth | 2014-11-20 | 1 | -3/+3 |
| | |||||
* | Added [ui] preferences to themes | James Booth | 2014-11-19 | 1 | -0/+10 |
| | |||||
* | Added /theme colours command | James Booth | 2014-11-17 | 2 | -7/+12 |
| | |||||
* | Added support for bold theme settings | James Booth | 2014-11-16 | 1 | -0/+1 |
| | |||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -4/+4 |
| |