Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed unnecessary NULL checks | James Booth | 2013-03-14 | 1 | -2/+2 | |
| | ||||||
* | Added /disco command | James Booth | 2013-03-14 | 6 | -20/+92 | |
| | ||||||
* | Page off after /rooms command | James Booth | 2013-03-14 | 1 | -0/+1 | |
| | ||||||
* | Added basic /rooms command to get chat room list | James Booth | 2013-03-13 | 7 | -0/+126 | |
| | ||||||
* | fixed crash in stanza_create_form when text is NULL | Dmitry Podgorny | 2013-03-12 | 2 | -1/+8 | |
| | | | | | | xmpp_stanza_get_text may return NULL. Also fixed memory leak: xmpp_stanza_get_text returns new allocated string and it must be freed by xmpp_free(). | |||||
* | 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 | |
| | ||||||
* | Tidied fix for id attributes that cause a segfault | James Booth | 2013-03-08 | 3 | -9/+20 | |
| | | | | fixes #151 | |||||
* | Fixed problem with using id attribute with apostrophe. | James Booth | 2013-03-07 | 1 | -4/+11 | |
| | | | | Needs a better solution, but the current one stop the crash | |||||
* | Added alt-backspace key code for ubuntu | James Booth | 2013-03-04 | 1 | -0/+1 | |
| | ||||||
* | Added alt-backspace support | James Booth | 2013-03-03 | 1 | -1/+66 | |
| | ||||||
* | Debug alt-backspace | James Booth | 2013-03-02 | 1 | -37/+48 | |
| | ||||||
* | Added /clear command to clear current window | James Booth | 2013-03-02 | 3 | -0/+24 | |
| | ||||||
* | Check for NULL connection and context | James Booth | 2013-03-02 | 1 | -4/+16 | |
| | | | | fixes #155 | |||||
* | Init and shutdown of libstrophe moved, free resources before creating | James Booth | 2013-02-27 | 3 | -12/+26 | |
| | ||||||
* | Removed connection_shutdown function | James Booth | 2013-02-27 | 1 | -12/+9 | |
| | ||||||
* | Replace FREE_SET_NULLs with function call | James Booth | 2013-02-27 | 1 | -4/+1 | |
| | ||||||
* | Split connection_free_resources | James Booth | 2013-02-27 | 1 | -7/+34 | |
| | ||||||
* | Made connection free resources static function | James Booth | 2013-02-27 | 2 | -5/+6 | |
| | ||||||
* | Added debug to connection handler | James Booth | 2013-02-26 | 1 | -0/+12 | |
| | ||||||
* | Check for resource in unavailable presence handler | James Booth | 2013-02-24 | 1 | -3/+7 | |
| | ||||||
* | Add resource only when resourcepart in JID #152 | James Booth | 2013-02-24 | 1 | -11/+15 | |
| | ||||||
* | Revert "Commented self presence handling #151" | James Booth | 2013-02-21 | 2 | -9/+3 | |
| | | | | This reverts commit 872726c5aa2bad5ff9f49fa7b8d0a55f6603cb26. | |||||
* | Commented self presence handling #151 | James Booth | 2013-02-20 | 2 | -3/+9 | |
| | ||||||
* | Remove all from resource hash table, rather than destroy | James Booth | 2013-02-19 | 1 | -1/+1 | |
| | ||||||
* | Only show resources for connected account | James Booth | 2013-02-18 | 1 | -67/+69 | |
| | ||||||
* | Show available resources for current account with "/account" | James Booth | 2013-02-18 | 6 | -34/+155 | |
| | ||||||
* | Colour connected account in "/account list" according ot presence | James Booth | 2013-02-18 | 3 | -13/+29 | |
| | ||||||
* | 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 | |
| | ||||||
* | Tidied new command output, ordered features | James Booth | 2013-02-17 | 2 | -11/+12 | |
| | ||||||
* | Added ping to features | James Booth | 2013-02-17 | 1 | -0/+5 | |
| | ||||||
* | Colour title on /caps and /software output | James Booth | 2013-02-17 | 8 | -65/+130 | |
| | ||||||
* | Fixed autoaway | James Booth | 2013-02-17 | 1 | -11/+11 | |
| | ||||||
* | Added chatstates to capabilities | James Booth | 2013-02-17 | 1 | -0/+6 | |
| | ||||||
* | Added /software command handling to chat rooms and private chat | James Booth | 2013-02-17 | 1 | -10/+35 | |
| | ||||||
* | Show fulljid when contact becomes unavailable | James Booth | 2013-02-17 | 1 | -1/+3 | |
| | ||||||
* | Added autocomplete for /software command | James Booth | 2013-02-17 | 11 | -1/+163 | |
| | ||||||
* | Added /caps command | James Booth | 2013-02-17 | 7 | -6/+130 | |
| | ||||||
* | Show all resources ordered by priority with /info command | James Booth | 2013-02-17 | 12 | -159/+212 | |
| | ||||||
* | Dealing with mulitple contact resources, work in progress | James Booth | 2013-02-14 | 4 | -37/+112 | |
| | ||||||
* | Removed whitespace | James Booth | 2013-02-14 | 1 | -2/+2 | |
| | ||||||
* | Simple default resource hanlding on presence | James Booth | 2013-02-14 | 9 | -56/+76 | |
| | ||||||
* | Tidy up presence module | James Booth | 2013-02-10 | 3 | -72/+154 | |
| | ||||||
* | Added usage of handlers to message and presence modules | James Booth | 2013-02-10 | 4 | -95/+160 | |
| | ||||||
* | Added p_contact_add_resource | James Booth | 2013-02-10 | 5 | -15/+22 | |
| | ||||||
* | Use resource_presence_t in Resource | James Booth | 2013-02-10 | 3 | -18/+10 | |
| | ||||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 16 | -181/+161 | |
| | ||||||
* | Removed presence from jabber_conn | James Booth | 2013-02-10 | 4 | -26/+7 | |
| | ||||||
* | Renamed resources->available_resources | James Booth | 2013-02-10 | 1 | -20/+17 | |
| |