source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(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 …
(edit) @e4145d9   2015-10-21T06:05:01Z dx jabber: Fix incoming google talk typing notifications …
(edit) @532efdf   2015-10-14T16:31:07Z dx msn: Don't reconnect on wsse:FailedAuthentication errors That …
(edit) @12442ed   2015-10-14T16:28:52Z dx msn: Better error messages on 'location blocked' This is what the …
(edit) @0b1ae59   2015-10-13T05:05:36Z dx otr: fix trailing whitespace issues with 'otr forget key' Fixes trac …
(edit) @64bed24   2015-10-13T05:05:22Z dx skype: create groupchat as soon as a message is received Before this …
(edit) @fdc6d84   2015-10-13T04:24:12Z dx skype tests: adjust channel length limit to fix tests... The diff …
(edit) @fa41a75   2015-10-13T04:23:59Z dx skype: fix tests to expect NOTICE * instead of NOTICE AUTH Forgot to …
(edit) @6ea8782   2015-10-13T04:23:49Z dx skype: use g_vsnprintf() instead of vsnprintf() More prefixes = …
(edit) @b87e5dc   2015-10-13T04:23:46Z dx skype: use ssl_sockerr_again() instead of sockerr_again() Found the …
(edit) @bbff22d   2015-10-09T02:41:01Z dx twitter: Fix some nitpicky issues reported by coverity Mostly minor …
(edit) @c4e61db   2015-10-08T10:25:37Z dx irc_sasl_plain_parse: fix size of the parts array Oddly enough it …
(edit) @e1bea35   2015-10-08T09:38:15Z dx Fix use-after-free when leaving invited (temporary) channels Trac …
(edit) @c788e15   2015-10-08T08:38:47Z dx The SASL PLAIN RFC says that the first part can be empty So use the …
(edit) @58b63de6   2015-10-08T08:34:18Z dx IRCv3 SASL capability + PLAIN method Only plain, no other methods. We …
(edit) @2f73692   2015-10-08T07:43:45Z dx irc_send_who: move the iu->flags check after iu has a value... Moving …
(edit) @687ec88   2015-10-08T05:25:56Z dx IRCv3 multi-prefix... but mostly just adding prefixes to WHO We can't …
(edit) @0b0bb4c   2015-10-08T05:10:19Z dx Allow NULL callback functions in http_dorequest Check callback …
(edit) @098b430   2015-10-08T05:09:14Z dx Replace <br/> and <br /> with \n in strip_html
(edit) @872e017   2015-10-08T05:09:12Z dx Add missing space in configure
(edit) @35a7525   2015-10-08T04:59:39Z dx Fix typo
(edit) @df215a3   2015-10-08T04:58:59Z dx jabber: Fix leak in jabber_gmail_handle_new From coverity. That …
(edit) @c2969f9   2015-10-08T04:58:59Z dx conf, help: Fix minor leaks in error conditions From coverity.
(edit) @3cbf71d   2015-10-08T04:58:59Z dx jabber: fix null handling with MUC topics From coverity.
(edit) @355e2ad   2015-10-01T01:01:48Z dx Move CAP commands to irc_cap.c; use enum for flags
(edit) @d797fb4   2015-09-11T02:31:10Z dx CAP LIST
(edit) @b57fed0   2015-09-11T02:31:10Z dx CAP LS
(edit) @dc96e6e   2015-09-11T02:31:10Z dx CAP REQ
(edit) @0ef1c92   2015-09-11T02:31:10Z dx Initial implementation of ircv3 capability negotiation Mostly no-op …
(edit) @34d16d5   2015-09-06T02:26:41Z anderspapitto Allow setting the plugin dir at runtime This enables the use of …
(edit) @f5bbaba   2015-08-31T13:58:41Z dx Improved cross compiler support. * Added a configure option for …
(edit) @aa3b61e   2015-08-28T02:05:45Z dx user-guide: add help for the jabber 'proxy' setting
(edit) @b6a3fbf   2015-08-27T07:25:07Z dx irc_channel_name_gen: handle g_convert_with_fallback failures First …
(edit) @3c23681   2015-08-26T05:58:54Z dx jabber: Improvements to the MUC part reason handling - Look for a …
(edit) @0605498   2015-08-26T05:41:10Z dx jabber/io: Split input buffer parsing to a jabber_feed_input() …
(edit) @3e6cdb6   2015-08-26T03:55:32Z dx Makefile: suggest users to run "make install-dev" after install Also …
(edit) @49f1105   2015-08-19T03:23:44Z dx conf: Fix leak of members of conf_t when using -c to specify a config …
(edit) @b39859e   2015-08-18T03:52:26Z dx irc: Replace NOTICE AUTH before registration with NOTICE * Because …
(edit) @86fd261   2015-08-11T06:48:25Z dx otr: add otr_filter_colors, replaces '\x03' with '?' for "security" …
(edit) @654112d4   2015-08-11T06:48:15Z dx otr: color multiline messages Fixes trac ticket 710. Incoming …
(edit) @666722e   2015-08-08T04:31:56Z dx jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_all
(edit) @83f179d6   2015-08-08T04:29:54Z dx jabber: Show MUC kick/ban/leave reasons
(edit) @6b56512   2015-08-08T04:29:49Z dx Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_user
(edit) @4850065   2015-08-08T02:16:59Z dx travis: Switch to container based infrastructure This means faster …
(edit) @a59bd11   2015-08-08T00:12:36Z dx configure: use pkg-config for libotr
(edit) @e88fe7da   2015-08-07T21:53:25Z vlajos typofix - https://github.com/vlajos/misspell_fixer
(edit) @e11216c   2015-08-03T21:56:05Z wilmer Merge remote-tracking branch 'origin/release-3.4.1'
(edit) @d567b58   2015-08-03T21:54:58Z wilmer 3.4.1-1 Debian package.
(edit) @91dd19c   2015-07-30T03:20:30Z dx Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supported …
(edit) @adec749   2015-07-30T03:18:02Z dx Merge branch 'develop'
(edit) @4966712a   2015-07-29T22:43:15Z wilmer Replace backticks with $(something better) in configure script.
(edit) @24de9fa   2015-07-28T23:41:24Z wilmer Restore old autojoin logic and a hopefully better fix for the problem …
(edit) @73dd021   2015-07-04T21:25:16Z dx jabber: Add SASL ANONYMOUS support (XEP-0175) Use "account jabber set …
(edit) @632a232   2015-06-29T01:38:15Z dx jabber/s5bytestream: add G_GNUC_PRINTF to jabber_bs_abort
(edit) @77ed9b7   2015-06-17T22:50:15Z wilmer Fix NULL pointer dereference in lib/json.c. (#1220)
(edit) @2f99f23   2015-06-16T22:56:37Z wilmer Update changelog with date and other bits. 3.4.1
(edit) @9613dec   2015-06-14T23:06:07Z dx 3.4.1 release notes
(edit) @53c7799   2015-06-13T23:34:05Z dx oscar: Fix some more g_source_remove warnings
(edit) @1201fcb   2015-06-08T03:42:11Z dx twitter: show full url in the url command, with username By asking …
(edit) @61e7e02   2015-06-08T03:25:18Z dx twitter: fix leak of the letter "s" in twitter_url_len_diff Yeah, …
(edit) @56c8a4f   2015-06-04T17:13:22Z dx sock.h: Add EAGAIN check to sockerr_again()
(edit) @3a27896   2015-06-04T17:13:22Z dx nick_gen: retry g_convert_with_fallback without TRANSLIT if it fails …
(edit) @1cef55f   2015-06-04T17:13:22Z dx configure: allow specifying location of python executable Because …
(edit) @fd45e859   2015-06-04T17:13:22Z dx Allow building docs from any directory Also just remove the .git …
(edit) @81d40fe   2015-06-01T17:37:19Z zer0def Revert "Provides" "fix" in debian control file.
(edit) @1d8cbc9   2015-05-31T05:48:40Z dx configure: bsd sed doesn't support \+ without -r, use * instead …
(edit) @c984ee3   2015-05-31T05:25:30Z dx configure: 'sed -r' doesn't work in mac os x
(edit) @e28c449   2015-05-31T04:53:01Z dx configure: handle 'git describe' failures when no tags are reachable …
Note: See TracRevisionLog for help on using the revision log.