aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
* twitter: Fix a couple of leaks of mutes_ids and retweets_idsdequis2016-04-17-8/+10
* Merge remote-tracking branch 'bitlbee/pr/70'dequis2016-04-16-4/+204
|\
| * Avoid adding an id twice to the mutes list.Flexo2016-04-01-7/+26
| * Receive mute/unmute notifications from the stream.Flexo2016-03-31-5/+25
| * Add mute and unmute commands.Flexo2016-03-31-0/+24
| * Honour twitter's mutes and "hide retweets from this user" settings.Flexo2016-03-23-0/+137
* | Support for locked-down accountsDennis Kaarsemaker2016-03-23-2/+4
|/
* jabber: Add "always_use_nicks" setting, for non-anonymous MUCsdequis2016-03-20-4/+21
* jabber: Fix leak in jabber_si_set_proxiesdequis2016-03-20-0/+2
* jabber: Properly handle rejected file transfersdequis2016-03-20-20/+32
* jabber: Check for other resources before removing someone from a chatdequis2016-03-20-1/+14
* Add imcb_buddy_nick_change(), like nick_hint but strongerdequis2016-03-20-4/+18
* jabber: return XT_ABORT after failed IQ auth attemptsdequis2016-03-12-2/+2
* twitter.c: Squelch an unused variable warningDennis Kaarsemaker2016-02-26-1/+1
* Change twitter url length to 23 instead of 22Vegard LangÄs2016-02-09-6/+1
* jabber: Mark messages from other resources as OPT_SELFMESSAGE toodequis2016-01-24-1/+3
* purple: Also show 'title' and 'primary' messages for input requestsdequis2016-01-21-1/+12
* Revert "hipchat: Implement their own variant of self-messages [...]"dequis2016-01-21-19/+1
* msn: Fix ADL/RML (add/remove from list) throwing server errorsdequis2015-12-30-1/+3
* msn: Don't truncate passwords to 16 chars anymore.dequis2015-12-30-5/+1
* purple: Show self-messages for private messages onlydequis2015-12-27-24/+25
* purple: document original names of uiops next to themdequis2015-12-26-64/+64
* oscar: Add prefixes to all functions that may conflict with purpledequis2015-12-18-0/+98
* hipchat: Implement their own variant of self-messages (not working yet)dequis2015-12-16-1/+19
* jabber: Add message processing hints to OTR messages (XEP-0334/0364)dequis2015-12-15-0/+22
* Remove nonexistent forward declarationesainane2015-12-11-1/+0
* Revert "imc_away_send_update: Fix leak of away_states linked list"dequis2015-12-09-6/+1
* purple: fix crash when doing 'chat with' with skypewebdequis2015-12-06-1/+1
* imc_away_send_update: Fix leak of away_states linked listdequis2015-12-05-1/+6
* If imc_away_state_find() fails, try again finding "away"dequis2015-12-05-1/+2
* Remove facebook XMPP code, show error pointing at the new plugindequis2015-12-04-47/+12
* purple: assume HTML for all protocols, fixes random <> for somedequis2015-12-01-3/+1
* purple: Implement PurpleNotifyUiOps.notify_messagedequis2015-12-01-1/+22
* Add 'log' UI function, to avoid direct calls to irc_rootmsg from nogaimdequis2015-12-01-3/+8
* purple/ft: remove prplcb_xfer_dbg entries with mismatching signaturesdequis2015-12-01-7/+2
* purple: avoid warnings in the PURPLE_INPUT_* enum checksdequis2015-11-30-5/+2
* msn: remove suggestion to use the official client, which is deaddequis2015-11-29-2/+1
* msn: Send VER/CVR/USR together in the first request for faster logindequis2015-11-28-4/+10
* msn: Buffer writes a bit to send several commands with a single requestdequis2015-11-28-2/+27
* purple: fix a bunch of small leaksdequis2015-11-25-0/+11
* purple: fix /join #channel, which joined a different channeldequis2015-11-25-4/+12
* jabber: Reply unknown IQs with service-unavailable insteaddequis2015-11-25-4/+6
* jabber: Fix detection of away state in choose_priority()dequis2015-11-24-1/+1
* Show a nicer message when a protocol is disabled in account adddequis2015-11-23-11/+15
* hipchat: 'chat add hipchat "channel name"' now tries to guess the JIDdequis2015-11-23-0/+67
* jabber_chat_join_failed: add a null check before freeing the chatdequis2015-11-23-1/+4
* jabber: Implement carbons (XEP-0280)dequis2015-11-21-8/+90
* Nuke imcb_clean_handle(), which was merging handles accidentallydequis2015-11-09-30/+4
* jabber: Don't reply XEP-0184 receipts sent over MUCsdequis2015-10-30-7/+8
* MSN: self message supportdequis2015-10-30-13/+34