Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 1 | -84/+85 |
| | |||||
* | Moved FREE_SET_NULL to common.h | James Booth | 2013-01-13 | 1 | -8/+0 |
| | |||||
* | Merge pull request #132 from pasis/next | James Booth | 2013-01-12 | 1 | -89/+60 |
|\ | | | | | Some code refactoring in jabber.c | ||||
| * | check account->name == NULL | Dmitry Podgorny | 2013-01-13 | 1 | -0/+4 |
| | | |||||
| * | fixed resources release | Dmitry Podgorny | 2013-01-13 | 1 | -6/+9 |
| | | | | | | | | | | * Use free instead of g_free as resources are allocated with strdup * Fixed memory leaks | ||||
| * | don't release room and nick when parsing failed | Dmitry Podgorny | 2013-01-13 | 1 | -3/+0 |
| | | |||||
| * | room_jid should be (char *) | Dmitry Podgorny | 2013-01-12 | 1 | -1/+1 |
| | | |||||
| * | refactored jabber_set_autoping() | Dmitry Podgorny | 2013-01-12 | 1 | -3/+1 |
| | | |||||
| * | added JABBER_PRIORITY_* macros | Dmitry Podgorny | 2013-01-12 | 1 | -1/+1 |
| | | |||||
| * | fixed memory leak in jabber_subscription() | Dmitry Podgorny | 2013-01-12 | 1 | -1/+3 |
| | | |||||
| * | set NULL only when resource != NULL in FREE_SET_NULL | Dmitry Podgorny | 2013-01-12 | 1 | -3/+4 |
| | | |||||
| * | refactored jabber_connect functions | Dmitry Podgorny | 2013-01-12 | 1 | -70/+38 |
| | | | | | | | | | | | | * similar code moved to jabber_connect() * variables saved_* moved to a structure saved_user * 'user' renamed to 'jid' | ||||
| * | jabber.c: use FREE_SET_NULL macro | Dmitry Podgorny | 2013-01-12 | 1 | -3/+1 |
| | | |||||
* | | Added jid datatype | James Booth | 2013-01-12 | 1 | -0/+1 |
|/ | |||||
* | Moved jid related functions to common | James Booth | 2013-01-12 | 1 | -7/+7 |
| | |||||
* | Renamed muc functions | James Booth | 2013-01-12 | 1 | -17/+17 |
| | |||||
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | added resources release to connetion handler | Dmitry Podgorny | 2013-01-07 | 1 | -1/+6 |
| | |||||
* | jabber.c: removed xmpp_stop calls | Dmitry Podgorny | 2013-01-07 | 1 | -2/+0 |
| | | | | xmpp_stop() stops event loop xmpp_run() that profanity doesn't start. | ||||
* | jabber.c: set jabber status in one place in connection handler | Dmitry Podgorny | 2013-01-07 | 1 | -15/+8 |
| | |||||
* | free resources when login attempt fails | Dmitry Podgorny | 2013-01-07 | 1 | -9/+1 |
| | | | | The next call of jabber_connect allocates these resources again. | ||||
* | jabber.c: removed extra resources release | Dmitry Podgorny | 2013-01-07 | 1 | -8/+0 |
| | | | | These resources are released in jabber_free_resources(). | ||||
* | jabber.c: added assert before reconnect_timer allocation | Dmitry Podgorny | 2013-01-07 | 1 | -0/+2 |
| | | | | | Development build will be terminated if reconnect_timer was allocated previously and wasn't destroyed. | ||||
* | free saved login information in jabber_free_resources() | Dmitry Podgorny | 2013-01-07 | 1 | -2/+11 |
| | |||||
* | jabber.c: removed explicit type conversion | Dmitry Podgorny | 2013-01-07 | 1 | -1/+1 |
| | | | | | According to the C99 standard integer type will be converted to real floating type before the comparison. | ||||
* | Fixed compile error | James Booth | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Added autocomplete for enabled logins only | James Booth | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Handle logins using accounts | James Booth | 2012-12-09 | 1 | -2/+48 |
| | |||||
* | Handle idle time from contacts | James Booth | 2012-12-09 | 1 | -1/+13 |
| | |||||
* | Added server property to accounts | James Booth | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Add optional server parameter to /connect command | James Booth | 2012-12-06 | 1 | -3/+9 |
| | |||||
* | Implemented /autoaway mode idle | James Booth | 2012-12-01 | 1 | -2/+14 |
| | |||||
* | Respond to ping requests | James Booth | 2012-11-29 | 1 | -33/+66 |
| | |||||
* | Remove from outstanding requests on /sub | James Booth | 2012-11-28 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into sublist | James Booth | 2012-11-28 | 1 | -0/+5 |
|\ | |||||
| * | Add and remove from roster on subscription presence | James Booth | 2012-11-28 | 1 | -0/+5 |
| | | |||||
* | | List commands for /sub | James Booth | 2012-11-28 | 1 | -0/+14 |
|/ | |||||
* | Handle roster subscription updates | James Booth | 2012-11-27 | 1 | -1/+63 |
| | |||||
* | Show "request pending" in /sub show, when request has been sent | James Booth | 2012-11-27 | 1 | -1/+9 |
| | |||||
* | Added /autoping command to set ping interval or disable with 0 | James Booth | 2012-11-26 | 1 | -3/+21 |
| | |||||
* | Fixed spelling in reconnect | James Booth | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Setting /reconnect 0 properly disables reconnect | James Booth | 2012-11-26 | 1 | -10/+18 |
| | |||||
* | Added auto reconnect, and /reconnect command to control interval | James Booth | 2012-11-25 | 1 | -8/+64 |
| | |||||
* | Send presence changes to chat rooms | James Booth | 2012-11-20 | 1 | -1/+17 |
| | |||||
* | Handle room broadcasts | James Booth | 2012-11-19 | 1 | -9/+25 |
| | |||||
* | Handle legacy delayed messages in chat rooms | James Booth | 2012-11-19 | 1 | -20/+8 |
| | |||||
* | Handle room member presence | James Booth | 2012-11-19 | 1 | -1/+5 |
| | |||||
* | Show message when own nickname changed in chat rooms | James Booth | 2012-11-18 | 1 | -6/+13 |
| | |||||
* | Moved function to remove from roster on nick change | James Booth | 2012-11-18 | 1 | -1/+2 |
| |