source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @ed83279   2015-06-17T23:58:02Z wilmer Update Twitter "url" command change to work with Parson.
(edit) @b75671d   2015-06-17T22:47:26Z wilmer Merge remote-tracking branch 'origin/master' into parson
(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) @2ca933c   2015-05-31T02:38:55Z dx twitter: add twitter_log_local_user back (oops) Accidentally nuked it …
(edit) @73f0a01   2015-05-31T02:31:24Z dx Move twitter_parse_id() to parse_int64() in misc.c
(edit) @0f7eccff   2015-05-31T00:11:20Z dx Merge branch 'develop'
(edit) @c42d991   2015-05-29T22:17:50Z dx skyped: add _SRCDIR_ to makefile, test build in travis
(edit) @50ddfad   2015-05-29T05:20:27Z wilmer Better cleanup of chatrooms at logout time. I forgot that the IM …
(edit) @bef322e   2015-05-28T17:46:23Z dx Merge branch 'master' into develop
(edit) @08a9323   2015-05-28T17:45:49Z dx skyped: fix make install-doc target
(edit) @b38f655   2015-05-28T05:26:30Z dx Rename mail notification related settings for consistency - GMail …
(edit) @0864a52   2015-05-28T05:26:30Z dx imcb_notify_email: change parameters to take a format string Saves …
(edit) @faeb521   2015-05-28T05:26:30Z dx Simplify display of gmail notifications - Add …
(edit) @dd43c62   2015-05-28T05:26:24Z dx Gmail notifications support through new imcb_notify_email() API
(edit) @3d31618   2015-05-28T04:10:55Z dx jabber: Refactor conference message handling - Improve handling of …
(edit) @24f113b   2015-05-28T04:04:54Z dx Lowering xmpp presence priority on away. When user set's away lower …
(edit) @eb89823   2015-05-27T16:21:50Z wilmer Two more NULL-checks on add_buddy().
(edit) @f16c64d   2015-05-25T15:47:08Z wilmer Block imcb_get_local_contacts() for modules that don't need it.
(edit) @8c3637b   2015-05-24T19:43:09Z wilmer imcb_get_local_contacts() so an IM plugin can request the local …
(edit) @93e0901   2015-05-24T18:51:57Z wilmer ACC_FLAG_LOCAL -> ACC_FLAG_LOCAL_CONTACTS. Also, handle the flag more …
(edit) @b09ce17   2015-05-21T03:43:06Z wilmer Improvements: presence and minimal group support. Presence depends on …
(edit) @09bd226   2015-05-18T02:23:56Z dx Include prebuilt skyped manpage, remove asciidoc dependency
(edit) @513be3b   2015-05-15T10:17:12Z wilmer Don't use GLib 2.32+ g_hash_table_add/_contains functions.
(edit) @578e5b0   2015-05-14T16:08:06Z wilmer Try to send settings as native types instead of always strings. This …
(edit) @2d88cac4   2015-05-14T14:59:39Z wilmer Allow non-string default values in plugin settings dict.
(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) @0ace810   2015-05-09T07:47:42Z wilmer Add two missing includes to rpc.c for opendir(3). On my system …
(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) @f8feb8a   2015-05-07T10:33:06Z wilmer add_buddy and remove_buddy should no longer be mandatory.
(edit) @e9face7   2015-05-07T09:56:01Z wilmer Example plugin is now a very simple NewsBlur client.
(edit) @1a81c83   2015-05-06T15:48:16Z wilmer s/number/integer in a few places. Also (since I forgot to commit), …
(edit) @f81d8b8   2015-05-06T09:18:10Z wilmer Twitter module updated to use parson. It compiles and runs so far but …
(edit) @31169ee   2015-05-05T15:04:13Z dx Remove some compatibility macros that referenced nonexistent functions
(edit) @b1dc403   2015-05-04T21:58:50Z wilmer Catch up with master.
(edit) @531eabd   2015-05-04T21:56:58Z wilmer Some more logging at RPC init time. Through the logging subsystem …
(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) @f15553d   2015-04-12T15:04:55Z wilmer Common set evaluator that sends updates to the RPC server if online.
(edit) @c5a7b8d   2015-04-12T13:46:45Z wilmer Away states/messages, account flags, error reporting, some comments.
(edit) @f3af614   2015-04-11T23:27:57Z wilmer Whole bunch of changes: Added some more settings-related stuff and …
(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) @16652e9   2015-04-06T01:12:29Z wilmer More improvements: Settings, methods list in init.
(edit) @4543b6bd   2015-04-04T01:23:59Z dx jabber: Fixed null deref when receiving <subject> from oneself If the …
(edit) @bc73e2ba   2015-04-04T00:33:30Z wilmer Error parsing, support for optional args, added handle_cmp to avoid …
(edit) @578790e   2015-04-03T23:20:57Z wilmer Bunch of rpc.c improvements. It can do requests, responses, but it's …
(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) @9ae7332   2015-02-27T23:58:11Z wilmer Some support for calls *from* the plugin. This gets uglier, also very …
(edit) @66aefeb   2015-02-27T00:54:47Z wilmer init works. Still very rough otherwise, and next to no callbacks into …
(edit) @6cdecc7   2015-02-26T09:57:31Z wilmer Lots of changes. Implemented both to-plugin RPCs though not all …
(edit) @3434a8c   2015-02-25T23:25:37Z wilmer Makefile update for RPC stuff.
(edit) @4f6dfbb   2015-02-25T00:35:55Z wilmer Did a fair amount of work on it by now, might as well do a checkin. No …
(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 …
Note: See TracRevisionLog for help on using the revision log.