Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 9 | -114/+133 | |
|/ | ||||||
* | Added jid_destroy() | James Booth | 2013-01-13 | 1 | -0/+12 | |
* | Moved FREE_SET_NULL to common.h | James Booth | 2013-01-13 | 2 | -8/+8 | |
* | fixed memory leak in parse_room_jid | Dmitry Podgorny | 2013-01-13 | 1 | -5/+8 | |
* | Added jid_create_room_jid | James Booth | 2013-01-13 | 2 | -0/+13 | |
* | Renamed chat room type | James Booth | 2013-01-13 | 1 | -18/+18 | |
* | Changed Jid typedef to be explicit pointer | James Booth | 2013-01-13 | 3 | -4/+5 | |
* | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-01-12 | 1 | -1/+1 | |
|\ | ||||||
| * | windows.c: fixed gcc warning | Dmitry Podgorny | 2013-01-13 | 1 | -1/+1 | |
* | | Merge pull request #132 from pasis/next | James Booth | 2013-01-12 | 2 | -90/+65 | |
|\ \ | ||||||
| * | | check account->name == NULL | Dmitry Podgorny | 2013-01-13 | 1 | -0/+4 | |
| * | | fixed resources release | Dmitry Podgorny | 2013-01-13 | 1 | -6/+9 | |
| * | | 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 | 2 | -1/+4 | |
| * | | 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 | 2 | -71/+40 | |
| * | | jabber.c: use FREE_SET_NULL macro | Dmitry Podgorny | 2013-01-12 | 1 | -3/+1 | |
| |/ | ||||||
* | | Added jid datatype | James Booth | 2013-01-12 | 7 | -110/+251 | |
* | | Moved ChatSession typedef | James Booth | 2013-01-12 | 2 | -3/+4 | |
|/ | ||||||
* | Moved jid related functions to common | James Booth | 2013-01-12 | 6 | -115/+117 | |
* | Renamed muc functions | James Booth | 2013-01-12 | 6 | -194/+198 | |
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 6 | -6/+6 | |
* | Added comments to room_chat.c | James Booth | 2013-01-12 | 1 | -8/+97 | |
* | Added subject to chat room | James Booth | 2013-01-11 | 1 | -0/+5 | |
* | If chat room already joined, just show window | James Booth | 2013-01-11 | 1 | -1/+3 | |
* | Updated copyright | James Booth | 2013-01-11 | 52 | -54/+54 | |
* | Check nick exists when private messaging | James Booth | 2013-01-11 | 2 | -13/+43 | |
* | Added win_current_is_console() | James Booth | 2013-01-11 | 3 | -2/+8 | |
* | Use room nickname autocompleter on /info and /msg when in chat room | James Booth | 2013-01-11 | 3 | -22/+65 | |
* | Autocomplete: added free function | James Booth | 2013-01-11 | 9 | -17/+34 | |
* | Added nickname autocompleter to chat rooms | James Booth | 2013-01-11 | 1 | -1/+9 | |
* | Added extra line after /wins | James Booth | 2013-01-10 | 1 | -0/+2 | |
* | Merge remote-tracking branch 'dmitry/next' | James Booth | 2013-01-10 | 2 | -39/+31 | |
|\ | ||||||
| * | added resources release to connetion handler | Dmitry Podgorny | 2013-01-07 | 2 | -2/+8 | |
| * | jabber.c: removed xmpp_stop calls | Dmitry Podgorny | 2013-01-07 | 1 | -2/+0 | |
| * | 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 | |
| * | jabber.c: removed extra resources release | Dmitry Podgorny | 2013-01-07 | 1 | -8/+0 | |
| * | jabber.c: added assert before reconnect_timer allocation | Dmitry Podgorny | 2013-01-07 | 1 | -0/+2 | |
| * | 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 | |
* | | Remove whitespace | James Booth | 2013-01-07 | 1 | -2/+0 | |
* | | Temp fix for checking printable chars | James Booth | 2013-01-07 | 1 | -19/+10 | |
* | | Revert "Temp fix for handling printable characters" | James Booth | 2013-01-07 | 1 | -5/+15 | |
* | | Temp fix for handling printable characters | James Booth | 2013-01-07 | 1 | -15/+5 | |
|/ | ||||||
* | Fix issue #121 | James Booth | 2013-01-06 | 1 | -0/+1 | |
* | Removed out of date comments | James Booth | 2013-01-06 | 1 | -18/+0 |