Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'incertia/connect-default' | James Booth | 2014-12-29 | 1 | -3/+54 |
|\ | | | | | | | | | 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 default account property and commands associated with them | Will Song | 2014-11-27 | 1 | -0/+31 |
| | | |||||
* | | 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 | 1 | -94/+12 |
| | | |||||
* | | 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 | 1 | -51/+125 |
|/ / | |||||
* | | Fixed non OTR compilation | James Booth | 2014-12-25 | 1 | -1/+1 |
| | | |||||
* | | Removed functions from window.c | James Booth | 2014-12-22 | 1 | -4/+10 |
| | | |||||
* | | 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 | 1 | -0/+13 |
| | | |||||
* | | 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 | 1 | -62/+64 |
| | | | | | | | | Tests need fixing | ||||
* | | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -161/+184 |
| | | |||||
* | | Moved roster functions | James Booth | 2014-12-16 | 1 | -7/+7 |
| | | |||||
* | | Added new window and layout types | James Booth | 2014-12-16 | 1 | -13/+19 |
| | | |||||
* | | 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 | 1 | -6/+6 |
| | | |||||
* | | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -6/+6 |
| | | |||||
* | | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 1 | -9/+13 |
| | | |||||
* | | Use selected resource for sending messages | James Booth | 2014-12-03 | 1 | -6/+32 |
| | | |||||
* | | Added /resource command | James Booth | 2014-12-02 | 1 | -0/+42 |
| | | |||||
* | | 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 | 1 | -5/+15 |
|/ | |||||
* | Merge remote-tracking branch 'incertia/master' | James Booth | 2014-11-24 | 1 | -1/+8 |
|\ | |||||
| * | implement account removal | Will Song | 2014-11-23 | 1 | -0/+13 |
| | | |||||
| * | 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 | 1 | -0/+13 |
|\ \ | |||||
| * | | implement account removal | Will Song | 2014-11-23 | 1 | -0/+13 |
| |/ | |||||
* / | Free contact list on /who | James Booth | 2014-11-24 | 1 | -0/+2 |
|/ | |||||
* | Added [ui] preferences to themes | James Booth | 2014-11-19 | 1 | -0/+10 |
| | |||||
* | Added /theme colours command | James Booth | 2014-11-17 | 1 | -2/+6 |
| | |||||
* | 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 |
| | |||||
* | Added /time off | James Booth | 2014-11-16 | 1 | -0/+5 |
| | |||||
* | Added /time setting | James Booth | 2014-11-16 | 1 | -0/+19 |
| | |||||
* | Added /roster size and /occupants size settings | James Booth | 2014-11-15 | 1 | -0/+30 |
| | |||||
* | Added /roster by commands, wip | James Booth | 2014-11-11 | 1 | -0/+21 |
| | |||||
* | Added /roster show|hide resource | James Booth | 2014-11-11 | 1 | -0/+10 |
| | |||||
* | Added /roster show|hide offline | James Booth | 2014-11-10 | 1 | -9/+28 |
| | |||||
* | Added /roster show|hide command, only show roster on connect success | James Booth | 2014-11-10 | 1 | -0/+12 |
| | |||||
* | Added /wrap user preference for enabling/disabling word wrapping | James Booth | 2014-11-09 | 1 | -1/+11 |
| | |||||
* | Added /presence command to show contacts presence | James Booth | 2014-11-07 | 1 | -1/+7 |
| | |||||
* | Removed hash_table_iter usage for room roster | James Booth | 2014-11-03 | 1 | -11/+13 |
| | |||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -3/+4 |
| |