Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed cons_bad_show -> cons_show_error | James Booth | 2013-04-21 | 1 | -5/+5 |
| | |||||
* | Removed cons_bad_command() | James Booth | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | Moved cons_about() to console module | James Booth | 2013-04-20 | 1 | -0/+7 |
| | |||||
* | Added /invite for direct MUC invitations | James Booth | 2013-04-20 | 1 | -0/+44 |
| | |||||
* | Guess conference server if not supplied when joining room (/join) | James Booth | 2013-04-10 | 1 | -8/+30 |
| | | | | | | | "@conference.<domain-part>" will be appended to the /join argument where <domain-part> is the domainpart of the users jid. E.g. the user "user@server.org" typing "/join chatroom" is equivalent to "/join chatroom@conference.server.org" | ||||
* | Mouse handling disabled by default. | James Booth | 2013-03-19 | 1 | -1/+3 |
| | |||||
* | Use domain part of current jid when no jid passed to /disco | James Booth | 2013-03-14 | 1 | -4/+16 |
| | |||||
* | Added /disco command | James Booth | 2013-03-14 | 1 | -4/+50 |
| | |||||
* | Added basic /rooms command to get chat room list | James Booth | 2013-03-13 | 1 | -0/+37 |
| | |||||
* | Handle dependent settings | James Booth | 2013-03-10 | 1 | -4/+38 |
| | | | | | /history requires /chlog /outtype and /gone require /states | ||||
* | Updated online help | James Booth | 2013-03-10 | 1 | -31/+51 |
| | |||||
* | Added /clear command to clear current window | James Booth | 2013-03-02 | 1 | -0/+16 |
| | |||||
* | Show available resources for current account with "/account" | James Booth | 2013-02-18 | 1 | -4/+13 |
| | |||||
* | Colour connected account in "/account list" according ot presence | James Booth | 2013-02-18 | 1 | -13/+2 |
| | |||||
* | Fixed invalid resource error | James Booth | 2013-02-17 | 1 | -2/+10 |
| | |||||
* | Tidied help on /info, /caps and /software | James Booth | 2013-02-17 | 1 | -10/+14 |
| | |||||
* | Colour title on /caps and /software output | James Booth | 2013-02-17 | 1 | -38/+23 |
| | |||||
* | Added /software command handling to chat rooms and private chat | James Booth | 2013-02-17 | 1 | -10/+35 |
| | |||||
* | Added autocomplete for /software command | James Booth | 2013-02-17 | 1 | -0/+33 |
| | |||||
* | Added /caps command | James Booth | 2013-02-17 | 1 | -0/+78 |
| | |||||
* | Show all resources ordered by priority with /info command | James Booth | 2013-02-17 | 1 | -17/+21 |
| | |||||
* | Dealing with mulitple contact resources, work in progress | James Booth | 2013-02-14 | 1 | -14/+17 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 1 | -44/+23 |
| | |||||
* | Removed presence from jabber_conn | James Booth | 2013-02-10 | 1 | -5/+5 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -5/+5 |
| | |||||
* | Renamed contact property jid->barejid | James Booth | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Refactored string preferences | James Booth | 2013-02-03 | 1 | -4/+4 |
| | |||||
* | Refactored setting boolean preferences | James Booth | 2013-02-03 | 1 | -23/+21 |
| | |||||
* | Refactored getting boolean preferences | James Booth | 2013-02-03 | 1 | -4/+4 |
| | |||||
* | Fixed filenames in comment headers | James Booth | 2013-02-02 | 3 | -3/+3 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -3/+3 |
| | |||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 6 | -0/+3114 |