source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @24f113b   2015-05-28T04:04:54Z dx Lowering xmpp presence priority on away. When user set's away lower …
(edit) @09bd226   2015-05-18T02:23:56Z dx Include prebuilt skyped manpage, remove asciidoc dependency
(edit) @a6bed1a   2015-05-14T07:45:41Z dx msn: took me way too long to realize i broke the build
(edit) @99fe030   2015-05-13T08:05:01Z dx msn: Implement sending typing notifications Also remove some old …
(edit) @a733669   2015-05-13T07:43:24Z dx msn: Remove nudges
(edit) @2730c79   2015-05-13T07:01:28Z dx msn: Fix "ADL/RML command with invalid modification" errors The …
(edit) @088b070   2015-05-08T02:02:14Z dx msn: fix use-after-free when the server sends OUT Also fix a leak in …
(edit) @5535a47   2015-05-07T23:12:06Z dx More coverity fixes! CID 18634: 'Logically dead code' in …
(edit) @81a15da   2015-05-07T23:12:06Z dx oscar/ssi.c: fix "same on both sides" in condition Fixes trac ticket 1196
(edit) @33528bd   2015-05-07T23:12:06Z dx twitter: split length check function into twitter_message_len Mostly …
(edit) @31169ee   2015-05-05T15:04:13Z dx Remove some compatibility macros that referenced nonexistent functions
(edit) @c43146d   2015-05-03T16:47:19Z wilmer Make replies to self work in Twitter. Difficult because there's no …
(edit) @cd60710   2015-05-02T22:26:29Z wilmer Parsing of "retweets with comment". Not documented by Twitter so good …
(edit) @9ed8175   2015-05-02T21:03:35Z wilmer Add "url" command to Twitter module to get web URL for a Tweet.
(edit) @40cfbc5   2015-04-28T13:47:48Z dx hipchat: Basic implementation: Auth, profile and mention names This …
(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) @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) @8bcd160   2015-04-06T16:22:05Z dx msn: remove old/broken/unused msnftp stuff (requires distclean!) …
(edit) @4543b6bd   2015-04-04T01:23:59Z dx jabber: Fixed null deref when receiving <subject> from oneself If the …
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(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) @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) @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) @8eb2e84   2015-02-24T23:23:07Z wilmer Use https:// URL for Facebook OAuth2 now that there's a cert.
(edit) @a85a8ab   2015-02-23T04:50:32Z dx Add --doc= configure option to disable helpfile generation It will …
(edit) @05816dd   2015-02-22T22:44:40Z dx coverity: Fix some (harmless?) use-after-free with g_slist_remove() …
(edit) @552c8a5   2015-02-22T21:19:21Z dx twitter_parse_id function, with better error handling than sscanf() …
(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) @3d45471   2015-02-22T14:49:58Z wilmer Remove a few stale functions from struct prpl.
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(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) @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) @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) @36ee8c6   2015-01-25T20:45:16Z antoine.pietri purple: add topic and name_hint to groupchats
(edit) @eb4ad8d   2015-01-17T20:13:19Z wilmer Merging random other fixes/cleanups.
(edit) @4cff28f   2015-01-16T19:50:24Z dx Add jabber_normalize_ext() to fix case sensitivity issues with ext …
(edit) @85c3004   2015-01-16T19:50:24Z dx twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting
(edit) @4f161e3   2015-01-16T19:50:24Z dx msn_ns_send_adl_1: Fix alloc_strlen coverity warning Allocating …
(edit) @25c4c78   2015-01-16T19:50:24Z dx Fix compiler warnings on Cygwin and Mac OS X. * Don't use PIE/PIC on …
(edit) @7549d00   2015-01-16T19:50:24Z dx twitter: start stream from last tweet on connect/reconnect This works …
(edit) @885d294   2015-01-16T19:50:24Z dx bee-chat: create temporary users for unknown chat participants The …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @bc7a0d4   2014-12-06T17:58:35Z dx msn: configurable notification server host/port
(edit) @9f8bb17   2014-11-24T05:16:11Z dx twitter: Use g_strcasecmp for screen_name Fixes a few minor bugs with …
(edit) @b38d399   2014-11-24T05:16:09Z dx Use glib functions for base64 decoding/encoding This fixes several …
(edit) @aa6bcd8   2014-11-17T05:57:22Z dx msn: add 'allow' role if contact has neither block nor allow This …
(edit) @3325df7   2014-11-17T05:57:16Z dx msn_buddy_ask: only ask to add if contact is in pending list …
(edit) @a77a9ef   2014-11-17T05:57:14Z dx msn: Update ApplicationId again to one used by skype Because why not
(edit) @81186736   2014-11-12T06:20:04Z dx msn: update ABService ApplicationId to WLM 2012 to fix login The …
(edit) @8256ad5   2014-10-27T06:36:05Z dx Some more g_source_remove warning fixes - http_incoming_data calling …
(edit) @7b40f17   2014-10-11T02:20:53Z dx Add support for XEP-0203: Delayed delivery (message timestamps) Very …
(edit) @0e35ff6   2014-10-11T02:20:53Z dx Handle not-authorized stream errors, avoid reconnect Got this one …
(edit) @c27a923   2014-10-11T02:20:52Z dx Remove MSNXMPP specific code The MSN XMPP gateway was shutdown …
(edit) @e252d8c   2014-09-27T14:54:35Z dx RIP native win32 support (use cygwin instead) It has been broken for …
(edit) @c203533   2014-09-27T14:54:35Z dx twitter: Add support for The United States of America Land of the …
(edit) @f75b3a7   2014-09-27T14:54:35Z dx Default twitter's show_old_mentions to 0
(edit) @72721cd   2014-09-20T22:18:33Z wilmer One small comment correction while "merging" stuff.
(edit) @269580c   2014-07-24T03:51:07Z dx Add limit param to split_command_parts(), fix twitter quotes bug Only …
(edit) @1783ab6   2014-07-24T03:51:07Z dx Gadugadu local contact storage (ticket #917) Patch originally by …
(edit) @757515a   2014-07-24T03:51:07Z dx Added jabber_compare_jid to fix JID comparison case sensitivity
(edit) @35987a1   2014-02-28T23:17:28Z wilmer Allow use of "ac x set -del password" to use /oper to change the …
Note: See TracRevisionLog for help on using the revision log.