source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @356e2dd   2015-04-21T04:04:57Z dx Merge branch 'develop' into feat/hip-cat
(edit) @71074ac   2015-04-21T03:47:57Z dx jabber: Register "hipchat" protocol (only minimal support for now) …
(edit) @2fe8297   2015-04-19T06:13:57Z dx msn: don't prevent reconnections on OUT OTH The servers send them for …
(edit) @291c49b   2015-04-13T22:21:06Z dx Set hipchat server with set_setstr so set_eval_account gets called
(edit) @1aacef41   2015-04-13T22:00:02Z dx irc_im: fix parameter passed to irc_channel_name_gen
(edit) @951aefd   2015-04-12T15:27:31Z dx msn/gw.c: ensure that the im_connection still exists in callbacks
(edit) @5fbf815   2015-04-11T19:36:13Z dx msn: rename all old 'handler' variables to 'md' for consistency I …
(edit) @002fede   2015-04-11T18:20:31Z dx msn: handle NOT command payload length
(edit) @e59eec0   2015-04-10T17:10:41Z dx msn: switch to long polling http
(edit) @cd5fdcf   2015-04-10T17:10:41Z dx msn: handle NFY PUT (presence notifications), refactor a bit
(edit) @3058c30   2015-04-10T17:10:41Z dx msn_set_away: fix strcmp check for idle
(edit) @73b1a8e   2015-04-10T17:10:41Z dx get_rfc822_header: allow headers at the end of a string
(edit) @913a663   2015-04-10T17:10:41Z dx msn: implement the rest of the http gateway support, enable by default
(edit) @a4be2f6   2015-04-10T17:10:41Z dx msn: add msn_queue_feed(), move read() out of msn_handler()
(edit) @3b09b38   2015-04-10T17:10:40Z dx msn: remove msn_linesplit, use g_strsplit_set instead
(edit) @cfeadc3   2015-04-10T17:10:40Z dx msn: start of the http gateway code
(edit) @d550358   2015-04-10T17:10:40Z dx msn: remove unsupported commands, OIMs and dead code
(edit) @d80822c   2015-04-10T17:10:40Z dx msn: implement PUT /user to set status as online
(edit) @11e42dc   2015-04-10T17:10:40Z dx msn: removed switchboards, implemented SDG message
(edit) @254a4da   2015-04-10T17:10:40Z dx msn: start update to msnp21 - bump protocol version - update CVR …
(edit) @693aca0   2015-04-10T17:10:40Z dx msn: colorful debug
(edit) @0fb32dd   2015-04-06T17:07:03Z dx Merge branch 'develop' into feat/hip-cat Conflicts: irc.h irc_channel.c
(edit) @a9b1e0e   2015-04-06T17:01:55Z dx irc_channel: use irc_t instead of bee_t Fixes the test suite. I guess …
(edit) @8bcd160   2015-04-06T16:22:05Z dx msn: remove old/broken/unused msnftp stuff (requires distclean!) …
(edit) @e3e2059   2015-04-06T12:35:57Z dx irc: split bee_irc_chat_name_hint in a few functions Also split …
(edit) @b3ebb3a   2015-04-06T11:56:29Z dx another attempt at g_convert_with_fallback in irc_channel_name_gen
(edit) @d16e951   2015-04-06T11:27:35Z dx i bet this is seirl's fault
(edit) @1522faf   2015-04-06T02:26:44Z dx Merge branch 'develop' into feat/hip-cat Conflicts: irc_im.c …
(edit) @71f87ba   2015-04-05T22:47:15Z dx Adapt old subprotocol checks to the last commit
(edit) @9dc67f4   2015-04-05T21:44:15Z dx jabber: Register "hipchat" protocol (only minimal support for now) …
(edit) @ac6855b3   2015-04-05T21:44:05Z dx Revert "Add the concept of jabber sub-protocols" This reverts commit …
(edit) @69982f8   2015-04-05T14:10:27Z dx CHANGES: use utf-8 instead of latin1 It's not 2003 anymore
(edit) @71abe93   2015-04-05T14:09:37Z dx proxy: minor refactor, simplify error handling
(edit) @4543b6bd   2015-04-04T01:23:59Z dx jabber: Fixed null deref when receiving <subject> from oneself If the …
(edit) @3dcc878   2015-03-25T23:22:11Z dx Merge branch 'master' into develop
(edit) @61d21e5b   2015-03-25T22:46:06Z wilmer Minor fixes before 3.4 release. Added date to doc/CHANGES and fixed … 3.4
(edit) @b95d03b   2015-03-25T18:50:07Z dx chat_name_hint: normalize utf8 with fallback from the channel name
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(edit) @830864d   2015-03-15T09:31:18Z dx WIP placeholder channels with hipchat implementation i was going to …
(edit) @c0e4c22   2015-03-15T09:31:18Z dx hipchat: minor cleanup of jabber_parse_muc_list
(edit) @fc650a8   2015-03-15T09:29:01Z dx Merge branch 'develop' into feat/hip-cat
(edit) @a70b7d7   2015-03-15T08:56:17Z dx Prepare for 3.4 release
(edit) @2dd23da   2015-03-15T08:10:25Z dx purple: Fix null pointer dereference when logging out due to daemon …
(edit) @2c5ab49   2015-03-15T04:34:43Z dx purple: prplcb_close_request() improvements - Added support for …
(edit) @6a48992   2015-03-14T01:02:56Z dx purple: handle purple_request_input
(edit) @fedc8f1   2015-03-13T23:13:24Z dx twitter: fix _last_tweet setting, which broke during a merge Commit …
(edit) @89db90e   2015-03-12T09:10:16Z dx Merge branch 'develop' into feat/hip-cat
(edit) @3bb333c   2015-03-11T21:24:15Z dx purple: Implement 'close_request' to prevent segfaults after logout …
(edit) @afbad28   2015-03-10T07:46:38Z dx msn: Update FindMembership payload to fix incorrect pending requests …
(edit) @7320610   2015-03-10T07:33:54Z dx Various user experience/error reporting improvements - Show version …
(edit) @8b91a1f   2015-03-10T07:27:25Z dx twitter: Fix twitter_parse_id to accept 00 as a valid tweet Also fix …
(edit) @e6f47fb   2015-03-04T23:01:39Z dx help: Increase read buffer size from 1100 to 2048 This fixes "Error …
(edit) @56985aa   2015-03-03T23:18:43Z dx Revert "purple: cleanup, remove one usage of static local_bee" This …
(edit) @d93c8beb   2015-03-02T03:27:16Z dx purple: move PurpleAccount from proto_data in a struct purple_data
(edit) @ce70e88   2015-03-01T21:13:12Z antoine.pietri fix imcb_buddy_msg signature to take a const message
(edit) @a6b00fc   2015-02-28T23:17:33Z dx Disable msn by default :( I didn't want to do the next release with a …
(edit) @a880e34   2015-02-28T20:40:07Z dx Refactor oauth_params_del to fix use-after-free that i introduced …
(edit) @8eb2e84   2015-02-24T23:23:07Z wilmer Use https:// URL for Facebook OAuth2 now that there's a cert.
(edit) @a67e781   2015-02-23T05:03:44Z dx configure: Indentation fixes
(edit) @a85a8ab   2015-02-23T04:50:32Z dx Add --doc= configure option to disable helpfile generation It will …
(edit) @570f183   2015-02-22T22:44:40Z dx irc_send_motd: the return value of read() is signed From coverity. …
(edit) @05816dd   2015-02-22T22:44:40Z dx coverity: Fix some (harmless?) use-after-free with g_slist_remove() …
(edit) @91f06e5   2015-02-22T22:44:34Z dx Add coverity_scan addon to .travis.yml
(edit) @552c8a5   2015-02-22T21:19:21Z dx twitter_parse_id function, with better error handling than sscanf() …
(edit) @273949d   2015-02-22T21:19:21Z dx Don't hard-fail when building docs and dependencies are missing
(edit) @d5c55ac   2015-02-22T21:19:21Z dx storage_xml: replace hackish code with a GHashTableIter
(edit) @5ff4618   2015-02-22T21:17:21Z dx purple: cleanup, remove one usage of static local_bee Shouldn't …
(edit) @9216eff   2015-02-22T18:53:21Z dx s5bytestream: fix segfault (cleanup before trying next streamhost) …
(edit) @da6f167   2015-02-22T18:53:21Z dx s5bytestream: refactor some copypasted code into functions - …
(edit) @90adf84   2015-02-22T14:59:37Z wilmer Add /bitlbee@?\.service/ to .gitignore so "git add ." won't keep …
(edit) @3d45471   2015-02-22T14:49:58Z wilmer Remove a few stale functions from struct prpl.
(edit) @0e4c3dd   2015-02-21T06:18:21Z dx Add hipchat support to the jabber module
(edit) @59c1fe7   2015-02-21T06:16:05Z dx jabber: Improve handling of unknown "from" in chats [v2] Try a bit …
(edit) @eee3a5a   2015-02-21T06:14:06Z dx Preset topic in groupchat if it's in irc_channel already
(edit) @75ad761   2015-02-21T06:12:38Z dx Use imcb_buddy_nick_hint to suggest jabber nicknames Also grab …
(edit) @7733b8c   2015-02-21T06:10:54Z dx Add the concept of jabber sub-protocols Currently including: jabber …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @af359b4   2015-02-20T22:49:19Z dx Add uncrustify configuration file to ./doc/
(edit) @0ca1d79   2015-02-20T22:47:33Z dx Revert "Twitter format strings" This reverts commit …
(edit) @34afea7   2015-01-31T23:58:57Z dx Use glib's GChecksum for md5/sha1 This changes behavior slightly: - …
(edit) @e41cc40   2015-01-30T04:07:40Z dx purple: Implement /kick
(edit) @7821ee8   2015-01-29T19:24:17Z jgeboski irc_commands: implemented KICK support With similar commands being …
(edit) @7b8238d   2015-01-28T17:06:40Z jgeboski irc-channel: implemented a special mode for show_users This allows …
(edit) @1fa5109   2015-01-28T05:13:02Z dx debian: bitlbee-dev depends either bitlbee or bitlbee-libpurple
(edit) @12fe5ea   2015-01-26T20:46:11Z github Merge pull request #5 from seirl/purple_title purple: add topic and …
(edit) @fd213fe   2015-01-26T13:20:20Z antoine.pietri purple: add NULL guard around topic and name hint
(edit) @ce402b2   2015-01-26T07:50:54Z dx Twitter format strings Allow users to specify how tweets should be …
(edit) @dfaa46d   2015-01-26T07:50:45Z dx twitter: Add raw reply support By default, "reply" prepends the …
(edit) @73ee390   2015-01-26T03:46:03Z jgeboski twitter: implemented filter based group chats Filter group chats …
(edit) @5eab298f   2015-01-26T03:27:24Z dx random_bytes: Use /dev/urandom only, don't bother trying /dev/random …
(edit) @11e7828   2015-01-26T02:43:35Z dx Fix whatsapp local contact lists Had to move the code that adds …
(edit) @fcb2c2e   2015-01-26T02:43:34Z dx jabber: Account-wide display_name setting, for groupchats This sets …
(edit) @be1efa3   2015-01-26T02:43:34Z dx Add handle_is_self() prpl function to fix JID mismatch confusion bugs …
(edit) @8519f45   2015-01-26T02:43:34Z dx Silence some oscar compilation warnings And that's enough editing of …
(edit) @95e17fc   2015-01-25T21:30:53Z Jelmer Vernooij Run 'make check' from travis.
(edit) @36ee8c6   2015-01-25T20:45:16Z antoine.pietri purple: add topic and name_hint to groupchats
(edit) @e26aa72   2015-01-25T05:00:06Z dx Add git specific stuff! - A few build system tweaks - A fancy …
(edit) @eb4ad8d   2015-01-17T20:13:19Z wilmer Merging random other fixes/cleanups.
(edit) @1065dd4   2015-01-17T20:00:49Z wilmer Merge cleanup changes. (FSF address fix, and using GLib variants of …
(edit) @664bac3   2015-01-16T19:50:25Z dx irc-im: fixed invalid memory reading on chat leave When a chat is …
Note: See TracRevisionLog for help on using the revision log.