| Commit message (Expand) | Author | Age | Lines |
* | jabber: return XT_ABORT after failed IQ auth attempts | dequis | 2016-03-12 | -2/+2 |
* | twitter.c: Squelch an unused variable warning | Dennis Kaarsemaker | 2016-02-26 | -1/+1 |
* | Change twitter url length to 23 instead of 22 | Vegard LangÄs | 2016-02-09 | -6/+1 |
* | jabber: Mark messages from other resources as OPT_SELFMESSAGE too | dequis | 2016-01-24 | -1/+3 |
* | purple: Also show 'title' and 'primary' messages for input requests | dequis | 2016-01-21 | -1/+12 |
* | Revert "hipchat: Implement their own variant of self-messages [...]" | dequis | 2016-01-21 | -19/+1 |
* | msn: Fix ADL/RML (add/remove from list) throwing server errors | dequis | 2015-12-30 | -1/+3 |
* | msn: Don't truncate passwords to 16 chars anymore. | dequis | 2015-12-30 | -5/+1 |
* | purple: Show self-messages for private messages only | dequis | 2015-12-27 | -24/+25 |
* | purple: document original names of uiops next to them | dequis | 2015-12-26 | -64/+64 |
* | oscar: Add prefixes to all functions that may conflict with purple | dequis | 2015-12-18 | -0/+98 |
* | hipchat: Implement their own variant of self-messages (not working yet) | dequis | 2015-12-16 | -1/+19 |
* | jabber: Add message processing hints to OTR messages (XEP-0334/0364) | dequis | 2015-12-15 | -0/+22 |
* | Remove nonexistent forward declaration | esainane | 2015-12-11 | -1/+0 |
* | Revert "imc_away_send_update: Fix leak of away_states linked list" | dequis | 2015-12-09 | -6/+1 |
* | purple: fix crash when doing 'chat with' with skypeweb | dequis | 2015-12-06 | -1/+1 |
* | 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 |