source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @a6005da   2016-03-25T18:07:53Z dennis Linux pam authentication backend This backend authenticates users …
(edit) @8e6ecfe   2016-03-25T18:07:53Z dennis Authentication: scaffolding for multiple authentication backends …
(edit) @446a23e   2016-03-23T06:44:13Z dennis Add a setting to disable 'account add' In a locked down bitlbee …
(edit) @e41ba05   2016-03-23T06:44:13Z dennis Allow individual settings to be locked down This allows a site admin …
(edit) @3ac6d9f   2016-03-23T06:44:13Z dennis Support for locked-down accounts In certain situations, e.g. when …
(edit) @d701547   2016-03-20T04:08:21Z dx CHANGES: fix the year of the 3.4.2 release lol
(edit) @f892236   2016-03-20T03:58:05Z dx Send new away message when message changes Send new away message when …
(edit) @4e0e590   2016-03-20T03:58:05Z dx Remove vestiges of storage_text It was removed in ba7d16f, but this …
(edit) @3320d6d   2016-03-20T03:58:05Z dx jabber: Add "always_use_nicks" setting, for non-anonymous MUCs …
(edit) @63825d6   2016-03-20T03:58:05Z dx jabber: Fix leak in jabber_si_set_proxies
(edit) @b1634a8   2016-03-20T03:58:05Z dx Don't send 301 RPL_AWAY when talking to contacts through &bitlbee …
(edit) @82b0295   2016-03-20T03:58:05Z dx jabber: Properly handle rejected file transfers
(edit) @3c3b916   2016-03-20T03:58:05Z dx irc_channel_add_user: Don't call update_ops if not needed It only …
(edit) @8f8a56f   2016-03-20T03:58:05Z dx jabber: Check for other resources before removing someone from a chat …
(edit) @a42fda4   2016-03-20T03:58:05Z dx Add imcb_buddy_nick_change(), like nick_hint but stronger nick_hint …
(edit) @14f912d   2016-03-19T23:57:22Z wilmer BitlBee 3.4.2 - release date fixed. 3.4.2
(edit) @55259c4   2016-03-13T02:22:27Z dx Prepare 3.4.2 release notes
(edit) @b1d9c06   2016-03-13T00:10:14Z dx jabber: return XT_ABORT after failed IQ auth attempts
(edit) @0843bbe   2016-02-26T18:25:17Z dennis twitter.c: Squelch an unused variable warning 9456255 made the …
(edit) @242f280   2016-02-18T11:17:08Z dx Fix a double free when calling proxy_disconnect() inside phb->func() …
(edit) @9456255   2016-02-10T02:05:55Z dx Change twitter url length to 23 instead of 22
(edit) @4543356c   2016-02-04T08:17:46Z digitalcircuit36939 Send away-notify after join/part from IRC channel Move …
(edit) @db5ef3a   2016-02-01T05:10:47Z digitalcircuit36939 Check global account away setting in WHO replies When sending WHO …
(edit) @7616eec   2016-01-26T15:53:56Z dx root_commands: Fix use-after-free after doing "transfer reject" Not a …
(edit) @eee7294   2016-01-24T13:07:09Z dx jabber: Mark messages from other resources as OPT_SELFMESSAGE too The …
(edit) @1239d05   2016-01-21T06:29:20Z dx purple: Also show 'title' and 'primary' messages for input requests …
(edit) @7e68015   2016-01-21T06:15:44Z dx Revert "hipchat: Implement their own variant of self-messages […]" …
(edit) @82cb190   2015-12-30T06:09:55Z dx 'help set self_messages': link to wiki page
(edit) @c0db0d3   2015-12-30T05:22:47Z dx msn: Fix ADL/RML (add/remove from list) throwing server errors
(edit) @cdd1ded   2015-12-30T05:04:40Z dx msn: Don't truncate passwords to 16 chars anymore. This was needed …
(edit) @ba7618d   2015-12-27T04:39:17Z dx purple: Show self-messages for private messages only Those are …
(edit) @98d46d5   2015-12-26T03:18:53Z dx purple: document original names of uiops next to them
(edit) @f66425d   2015-12-18T17:54:40Z dx oscar: Add prefixes to all functions that may conflict with purple …
(edit) @ea39049   2015-12-17T16:56:25Z dx ini: Null check file parameter before passing it to open() The test …
(edit) @d11ccbf   2015-12-16T15:35:04Z dx hipchat: Implement their own variant of self-messages (not working …
(edit) @3a620ff   2015-12-16T01:02:12Z dx jabber: Add message processing hints to OTR messages (XEP-0334/0364) …
(edit) @4c29622   2015-12-11T02:41:35Z esainane+github Remove nonexistent forward declaration imcb_find_buddy is mentioned …
(edit) @977a9d5   2015-12-09T07:58:59Z dx Revert "imc_away_send_update: Fix leak of away_states linked list" …
(edit) @dbca297   2015-12-09T07:46:21Z dx proxy: fix validation of the proxytype value Coverity says it could …
(edit) @459dec8   2015-12-06T04:41:32Z dx purple: fix crash when doing 'chat with' with skypeweb It was passing …
(edit) @c54bb11   2015-12-06T02:34:12Z dx IRCv3 userhost-in-names capability Easiest part of ircv3.2
(edit) @f4396c4   2015-12-06T00:43:14Z dx irc_send_names: refactor to use GString instead of the stack Because …
(edit) @ed431c3   2015-12-05T16:06:54Z dx imc_away_send_update: Fix leak of away_states linked list
(edit) @ac68733a   2015-12-05T15:53:02Z dx If imc_away_state_find() fails, try again finding "away" Fixes trac …
(edit) @9b02bab   2015-12-05T01:52:48Z dx Remove facebook XMPP code, show error pointing at the new plugin …
(edit) @48b5fef   2015-12-01T05:30:45Z dx purple: assume HTML for all protocols, fixes random <> for some …
(edit) @05aba55   2015-12-01T04:55:21Z dx purple: Implement PurpleNotifyUiOps.notify_message Which has no …
(edit) @03df717   2015-12-01T04:45:20Z dx Add 'log' UI function, to avoid direct calls to irc_rootmsg from …
(edit) @398a139   2015-12-01T04:36:53Z dx purple/ft: remove prplcb_xfer_dbg entries with mismatching signatures …
(edit) @5bb5ee3   2015-12-01T02:54:23Z dx purple: avoid warnings in the PURPLE_INPUT_* enum checks Also turn …
(edit) @64b8c9f   2015-11-29T14:42:07Z dx msn: remove suggestion to use the official client, which is dead I …
(edit) @25f6151   2015-11-28T21:09:27Z dx set_eval_channel_type: skip the channel free/init if nothing is …
(edit) @e61f9d1   2015-11-28T18:32:21Z dx msn: Send VER/CVR/USR together in the first request for faster login
(edit) @4e4616a   2015-11-28T15:59:34Z dx msn: Buffer writes a bit to send several commands with a single …
(edit) @31d9930   2015-11-28T00:04:07Z dx bee_irc_user_new: Use str_reject_chars to sanitize both user and host …
(edit) @47ab9a9   2015-11-27T23:42:00Z dx misc.c: Add a str_reject_chars function, use it in otr_filter_colors
(edit) @d088ee8   2015-11-26T04:46:51Z dx irc: Send numeric error when failing to join a channel This fixes …
(edit) @1ec454c   2015-11-26T02:32:54Z dx purple: fix a bunch of small leaks Most of them related to channel …
(edit) @a3019499   2015-11-26T02:14:34Z dx purple: fix /join #channel, which joined a different channel When …
(edit) @42a418e   2015-11-26T01:59:00Z dx help: free strings added by help_add_mem() Not really a leak, but I …
(edit) @7554702   2015-11-25T15:56:09Z dx jabber: Reply unknown IQs with service-unavailable instead It was …
(edit) @5b01e1a   2015-11-24T15:05:41Z dx jabber: Fix detection of away state in choose_priority() Thanks to …
(edit) @ad9ac5d   2015-11-23T21:20:34Z dx Show a nicer message when a protocol is disabled in account add This …
(edit) @9c8dbc7   2015-11-23T17:49:09Z dx hipchat: 'chat add hipchat "channel name"' now tries to guess the JID …
(edit) @c34247d   2015-11-23T17:38:11Z dx jabber_chat_join_failed: add a null check before freeing the chat Had …
(edit) @2f8e3ca   2015-11-21T18:02:10Z dx Show ./configure args in bitlbee -V, config.h and Makefile.settings
(edit) @fa8f57b   2015-11-21T03:01:05Z dx jabber: Implement carbons (XEP-0280) "Message carbons" (XEP-0280) is …
(edit) @8fdeaa5   2015-11-20T16:13:35Z dx IRCv3 cap-3.2/sasl-3.2 capabilities (just send sasl mechanism list) …
(edit) @80c2f3c   2015-11-20T15:51:45Z dx IRCv3 away-notify capability Neat lightweight notifications of the …
(edit) @0d8a9bb0   2015-11-15T23:19:13Z dx irc_send_whois: Refactor out a get_status_message() function Because …
(edit) @d6e2aa8   2015-11-09T12:21:46Z dx Nuke imcb_clean_handle(), which was merging handles accidentally …
(edit) @d63f37c   2015-11-08T08:16:15Z dx IRCv3 extended-join capability Not very useful for the account …
(edit) @37c9653   2015-11-08T08:14:20Z dx Update twitter's "help set mode" to mention that DMs are now fetched
(edit) @3d365b4   2015-11-08T00:21:35Z dx otr_filter_colors: Also remove \x02 (irc bold)
(edit) @0a5d03c   2015-11-08T00:19:25Z dx Do not use NOTICE for OTR messages for a given user Because they are …
(edit) @c467adc   2015-11-03T11:43:04Z dx sighandler_crash: Mark irc socket as blocking before writing Just to …
(edit) @abf4717   2015-10-30T13:15:33Z dx Remove some dust from the old (very old) doc/README There were some …
(edit) @b5cc87e   2015-10-30T13:13:19Z dx A bunch of completely arbitrary changes to the README
(edit) @9516bb6   2015-10-30T10:44:37Z dx tests: Define a stub sighandler_shutdown_setup() to allow linking I'm …
(edit) @2e99039   2015-10-30T10:31:09Z dx Avoid propagating shutdown signal to all subprocesses This was a …
(edit) @ad8a810   2015-10-30T10:31:09Z dx jabber: Don't reply XEP-0184 receipts sent over MUCs XEP-0184 section …
(edit) @129e282   2015-10-30T10:31:09Z dx ipc: Fix strict aliasing warnings Turned out to be as simple as just …
(edit) @0edc2fb   2015-10-30T10:31:09Z dx log: Refactor log_link() to be less redundant. "I didn't feel like …
(edit) @884577f   2015-10-30T10:28:32Z dx MSN: self message support This is straightforward, like receiving a …
(edit) @fb2338d   2015-10-30T10:28:32Z dx jabber: Self message handling (echo removal) in MUCs XMPP MUCs always …
(edit) @345577b   2015-10-30T10:27:20Z dx IRC self-message support (messages sent by yourself from other …
(edit) @0db6618   2015-10-26T08:28:10Z dx Use proxy_disconnect() in http, ssl, jabber, oscar Twitter and MSN …
(edit) @4e365ce   2015-10-26T03:42:15Z dx Add proxy_disconnect() to interrupt possibly pending connections …
(edit) @f710673   2015-10-26T03:42:12Z dx proxy: Turn phb_close() into phb_free(), use it for all g_free(phb) …
(edit) @5756890   2015-10-25T22:37:56Z dx proxy: Use an array of function pointers for proxy_connect_* Just cleanup.
(edit) @e4c3041   2015-10-25T05:16:52Z dx purple: Fix certificate cache dir after changing user dir This fixes …
(edit) @d7969a1   2015-10-25T03:17:09Z dx Update 'help set show_users' to mention special and the new default …
(edit) @b0da3b8   2015-10-22T08:05:26Z dx check_jabber_util: adapt to new behavior of GET_BUDDY_EXACT I can't …
(edit) @12f041d   2015-10-21T13:14:17Z dx socks4a proxy support (like socks4 with remote DNS) Fixes trac ticket …
(edit) @3314ced   2015-10-21T11:40:58Z dx jabber: set BEE_USER_NOOTR flag to _xmlconsole Fixes trac ticket …
(edit) @09f7ec1   2015-10-21T11:40:11Z dx Add a per-user version of OPT_NOOTR, BEE_USER_NOOTR
(edit) @2b0c05c   2015-10-21T09:50:08Z dx yahoo: call callback on connect error to fix memleak Passing NULL as …
(edit) @72d661e   2015-10-21T08:46:02Z dx yahoo: Fix handling of proxy connection failures Fixes trac ticket …
(edit) @5307e88   2015-10-21T06:24:08Z dx jabber: Fix XEP85 detection (typing) between two bitlbee users Fixes …
(edit) @0c78bb7   2015-10-21T06:05:17Z dx jabber: Fix outgoing google talk typing notifications Since bare JIDs …
Note: See TracRevisionLog for help on using the revision log.