| Commit message (Expand) | Author | Age | Lines |
* | imc_away_send_update: Fix leak of away_states linked list | dequis | 2015-12-05 | -1/+6 |
* | If imc_away_state_find() fails, try again finding "away" | dequis | 2015-12-05 | -1/+2 |
* | Remove facebook XMPP code, show error pointing at the new plugin | dequis | 2015-12-04 | -47/+12 |
* | purple: assume HTML for all protocols, fixes random <> for some | dequis | 2015-12-01 | -3/+1 |
* | purple: Implement PurpleNotifyUiOps.notify_message | dequis | 2015-12-01 | -1/+22 |
* | Add 'log' UI function, to avoid direct calls to irc_rootmsg from nogaim | dequis | 2015-12-01 | -3/+8 |
* | purple/ft: remove prplcb_xfer_dbg entries with mismatching signatures | dequis | 2015-12-01 | -7/+2 |
* | purple: avoid warnings in the PURPLE_INPUT_* enum checks | dequis | 2015-11-30 | -5/+2 |
* | msn: remove suggestion to use the official client, which is dead | dequis | 2015-11-29 | -2/+1 |
* | msn: Send VER/CVR/USR together in the first request for faster login | dequis | 2015-11-28 | -4/+10 |
* | msn: Buffer writes a bit to send several commands with a single request | dequis | 2015-11-28 | -2/+27 |
* | purple: fix a bunch of small leaks | dequis | 2015-11-25 | -0/+11 |
* | purple: fix /join #channel, which joined a different channel | dequis | 2015-11-25 | -4/+12 |
* | jabber: Reply unknown IQs with service-unavailable instead | dequis | 2015-11-25 | -4/+6 |
* | jabber: Fix detection of away state in choose_priority() | dequis | 2015-11-24 | -1/+1 |
* | Show a nicer message when a protocol is disabled in account add | dequis | 2015-11-23 | -11/+15 |
* | hipchat: 'chat add hipchat "channel name"' now tries to guess the JID | dequis | 2015-11-23 | -0/+67 |
* | jabber_chat_join_failed: add a null check before freeing the chat | dequis | 2015-11-23 | -1/+4 |
* | jabber: Implement carbons (XEP-0280) | dequis | 2015-11-21 | -8/+90 |
* | Nuke imcb_clean_handle(), which was merging handles accidentally | dequis | 2015-11-09 | -30/+4 |
* | jabber: Don't reply XEP-0184 receipts sent over MUCs | dequis | 2015-10-30 | -7/+8 |
* | MSN: self message support | dequis | 2015-10-30 | -13/+34 |
* | jabber: Self message handling (echo removal) in MUCs | dequis | 2015-10-30 | -11/+16 |
* | IRC self-message support (messages sent by yourself from other clients) | dequis | 2015-10-30 | -11/+11 |
* | Use proxy_disconnect() in http, ssl, jabber, oscar | dequis | 2015-10-26 | -2/+2 |
* | purple: Fix certificate cache dir after changing user dir | dequis | 2015-10-25 | -0/+6 |
* | socks4a proxy support (like socks4 with remote DNS) | dequis | 2015-10-21 | -0/+7 |
* | jabber: set BEE_USER_NOOTR flag to _xmlconsole | dequis | 2015-10-21 | -8/+16 |
* | Add a per-user version of OPT_NOOTR, BEE_USER_NOOTR | dequis | 2015-10-21 | -0/+1 |
* | yahoo: call callback on connect error to fix memleak | dequis | 2015-10-21 | -0/+1 |
* | yahoo: Fix handling of proxy connection failures | dequis | 2015-10-21 | -1/+9 |
* | jabber: Fix XEP85 detection (typing) between two bitlbee users | dequis | 2015-10-21 | -3/+6 |
* | jabber: Fix outgoing google talk typing notifications | dequis | 2015-10-21 | -4/+7 |
* | jabber: Fix incoming google talk typing notifications | dequis | 2015-10-21 | -1/+5 |
* | msn: Don't reconnect on wsse:FailedAuthentication errors | dequis | 2015-10-14 | -1/+7 |
* | msn: Better error messages on 'location blocked' | dequis | 2015-10-14 | -0/+5 |
* | skype: create groupchat as soon as a message is received | dequis | 2015-10-13 | -34/+32 |
* | skype tests: adjust channel length limit to fix tests... | dequis | 2015-10-13 | -15/+15 |
* | skype: fix tests to expect NOTICE * instead of NOTICE AUTH | dequis | 2015-10-13 | -21/+21 |
* | skype: use g_vsnprintf() instead of vsnprintf() | dequis | 2015-10-13 | -2/+1 |
* | skype: use ssl_sockerr_again() instead of sockerr_again() | dequis | 2015-10-13 | -1/+1 |
* | twitter: Fix some nitpicky issues reported by coverity | dequis | 2015-10-08 | -21/+24 |
* | jabber: Fix leak in jabber_gmail_handle_new | dequis | 2015-10-08 | -2/+2 |
* | jabber: fix null handling with MUC topics | dequis | 2015-10-08 | -1/+2 |
* | jabber: Improvements to the MUC part reason handling | dequis | 2015-08-26 | -15/+26 |
* | jabber/io: Split input buffer parsing to a jabber_feed_input() function | dequis | 2015-08-26 | -51/+71 |
* | jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_all | dequis | 2015-08-08 | -1/+3 |
* | jabber: Show MUC kick/ban/leave reasons | dequis | 2015-08-08 | -2/+34 |
* | Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_user | dequis | 2015-08-08 | -2/+2 |
* | typofix - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2015-08-07 | -44/+44 |