| Commit message (Expand) | Author | Age | Lines |
... | |
* | IRCv3 userhost-in-names capability | dequis | 2015-12-05 | -2/+13 |
* | irc_send_names: refactor to use GString instead of the stack | dequis | 2015-12-05 | -10/+17 |
* | 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 | -49/+14 |
* | 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/+17 |
* | 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 |
* | set_eval_channel_type: skip the channel free/init if nothing is changed | dequis | 2015-11-28 | -0/+5 |
* | 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 |
* | bee_irc_user_new: Use str_reject_chars to sanitize both user and host | dequis | 2015-11-27 | -3/+3 |
* | misc.c: Add a str_reject_chars function, use it in otr_filter_colors | dequis | 2015-11-27 | -8/+20 |
* | irc: Send numeric error when failing to join a channel | dequis | 2015-11-26 | -1/+10 |
* | 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 |
* | help: free strings added by help_add_mem() | dequis | 2015-11-25 | -1/+3 |
* | 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 | -12/+20 |
* | hipchat: 'chat add hipchat "channel name"' now tries to guess the JID | dequis | 2015-11-23 | -0/+87 |
* | jabber_chat_join_failed: add a null check before freeing the chat | dequis | 2015-11-23 | -1/+4 |
* | Show ./configure args in bitlbee -V, config.h and Makefile.settings | dequis | 2015-11-21 | -2/+9 |
* | jabber: Implement carbons (XEP-0280) | dequis | 2015-11-21 | -8/+106 |
* | IRCv3 cap-3.2/sasl-3.2 capabilities (just send sasl mechanism list) | dequis | 2015-11-20 | -3/+7 |
* | IRCv3 away-notify capability | dequis | 2015-11-20 | -0/+33 |
* | irc_send_whois: Refactor out a get_status_message() function | dequis | 2015-11-15 | -10/+35 |
* | Nuke imcb_clean_handle(), which was merging handles accidentally | dequis | 2015-11-09 | -30/+4 |
* | IRCv3 extended-join capability | dequis | 2015-11-08 | -1/+7 |
* | Update twitter's "help set mode" to mention that DMs are now fetched | dequis | 2015-11-08 | -1/+1 |
* | otr_filter_colors: Also remove \x02 (irc bold) | dequis | 2015-11-07 | -1/+1 |
* | Do not use NOTICE for OTR messages for a given user | Mischa S | 2015-11-07 | -2/+2 |
* | sighandler_crash: Mark irc socket as blocking before writing | dequis | 2015-11-03 | -0/+1 |
* | Remove some dust from the old (very old) doc/README | dequis | 2015-10-30 | -38/+12 |
* | A bunch of completely arbitrary changes to the README | dequis | 2015-10-30 | -15/+25 |
* | tests: Define a stub sighandler_shutdown_setup() to allow linking | dequis | 2015-10-30 | -0/+5 |
* | Avoid propagating shutdown signal to all subprocesses | dequis | 2015-10-30 | -9/+31 |
* | jabber: Don't reply XEP-0184 receipts sent over MUCs | dequis | 2015-10-30 | -7/+8 |
* | ipc: Fix strict aliasing warnings | dequis | 2015-10-30 | -2/+2 |
* | log: Refactor log_link() to be less redundant. | dequis | 2015-10-30 | -37/+15 |
* | 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 | -19/+98 |
* | Use proxy_disconnect() in http, ssl, jabber, oscar | dequis | 2015-10-26 | -8/+10 |
* | Add proxy_disconnect() to interrupt possibly pending connections | dequis | 2015-10-26 | -1/+40 |
* | proxy: Turn phb_close() into phb_free(), use it for all g_free(phb) | dequis | 2015-10-26 | -35/+40 |
* | proxy: Use an array of function pointers for proxy_connect_* | dequis | 2015-10-25 | -10/+15 |