|
|
|
@eb89823
|
2015-05-27T16:21:50Z |
wilmer |
Two more NULL-checks on add_buddy().
|
|
|
@2700925
|
2015-05-25T16:07:49Z |
wilmer |
Dead code that I might revisit: Status fetching. Yowsup is not feeding …
|
|
|
@f16c64d
|
2015-05-25T15:47:08Z |
wilmer |
Block imcb_get_local_contacts() for modules that don't need it.
|
|
|
@a852b2b
|
2015-05-25T05:30:26Z |
wilmer |
WA: Request contact list during login, only call the connected …
|
|
|
@8c3637b
|
2015-05-24T19:43:09Z |
wilmer |
imcb_get_local_contacts() so an IM plugin can request the local …
|
|
|
@93e0901
|
2015-05-24T18:51:57Z |
wilmer |
ACC_FLAG_LOCAL -> ACC_FLAG_LOCAL_CONTACTS.
Also, handle the flag more …
|
|
|
@2446e4c
|
2015-05-24T18:31:13Z |
wilmer |
Minor WA bugfixes.
|
|
|
@cb1b973
|
2015-05-22T01:06:19Z |
wilmer |
More group and status info handling, and proper handling of group backlog.
|
|
|
@433c90b
|
2015-05-21T11:43:42Z |
wilmer |
Minor updates on group support.
Also getting to the point where this …
|
|
|
@b09ce17
|
2015-05-21T03:43:06Z |
wilmer |
Improvements: presence and minimal group support.
Presence depends on …
|
|
|
@2b4402f
|
2015-05-20T12:56:47Z |
wilmer |
Fixed bugs by not doing things according to the docs but according to …
|
|
|
@5f8ad281
|
2015-05-20T02:56:41Z |
wilmer |
WA improvements: "Handle" all stanzas. Presence now seems to get through.
|
|
|
@63b017e
|
2015-05-19T11:39:08Z |
wilmer |
Barely functional WhatsApp plugin.
|
|
|
@513be3b
|
2015-05-15T10:17:12Z |
wilmer |
Don't use GLib 2.32+ g_hash_table_add/_contains functions.
|
|
|
@600e09c
|
2015-05-14T16:38:00Z |
wilmer |
Rough split of NewsBlur plugin from implugin base. Includes some …
|
|
|
@578e5b0
|
2015-05-14T16:08:06Z |
wilmer |
Try to send settings as native types instead of always strings.
This …
|
|
|
@4225bec
|
2015-05-14T15:00:35Z |
wilmer |
Yay it's finally time to add those stupid .pyc files to .gitignore.
|
|
|
@2d88cac4
|
2015-05-14T14:59:39Z |
wilmer |
Allow non-string default values in plugin settings dict.
|
|
|
@17aa9a2
|
2015-05-14T14:29:33Z |
wilmer |
Minor cleanup before I try splitting implugin and the test NewsBlur …
|
|
|
@b20014b
|
2015-05-09T12:17:54Z |
wilmer |
Store the hex_version coming from BitlBee as a tuple instead of raw, …
|
|
|
@199d51c
|
2015-05-09T10:30:50Z |
wilmer |
Remove duplicate jint typedef.
|
|
|
@0ace810
|
2015-05-09T07:47:42Z |
wilmer |
Add two missing includes to rpc.c for opendir(3).
On my system …
|
|
|
@f8feb8a
|
2015-05-07T10:33:06Z |
wilmer |
add_buddy and remove_buddy should no longer be mandatory.
|
|
|
@e9face7
|
2015-05-07T09:56:01Z |
wilmer |
Example plugin is now a very simple NewsBlur client.
|
|
|
@2533d10
|
2015-05-06T20:58:51Z |
wilmer |
Very limited test RSS plugin. I'll try NewsBlur instead.
|
|
|
@6f903c3
|
2015-05-06T19:12:16Z |
wilmer |
Add JSONInteger in a few more relevant places.
|
|
|
@1a81c83
|
2015-05-06T15:48:16Z |
wilmer |
s/number/integer in a few places.
Also (since I forgot to commit), …
|
|
|
@f81d8b8
|
2015-05-06T09:18:10Z |
wilmer |
Twitter module updated to use parson. It compiles and runs so far but …
|
|
|
@8563fe7
|
2015-05-05T22:39:39Z |
wilmer |
Make my fork of parson non-JSON-compliant. I don't care that …
|
|
|
@5726a0d
|
2015-05-04T22:35:13Z |
wilmer |
Catch up on parson upstream.
Now at rev …
|
|
|
@b1dc403
|
2015-05-04T21:58:50Z |
wilmer |
Catch up with master.
|
|
|
@531eabd
|
2015-05-04T21:56:58Z |
wilmer |
Some more logging at RPC init time.
Through the logging subsystem …
|
|
|
@5ca1416
|
2015-05-04T21:21:57Z |
wilmer |
Merge branch 'wilmer-twitter'
|
|
|
@70ec7ab
|
2015-05-03T22:43:33Z |
dx |
configure: change version number format, add --dump-version
|
|
|
@c43146d
|
2015-05-03T16:47:19Z |
wilmer |
Make replies to self work in Twitter.
Difficult because there's no …
|
|
|
@cd60710
|
2015-05-02T22:26:29Z |
wilmer |
Parsing of "retweets with comment". Not documented by Twitter so good …
|
|
|
@9ed8175
|
2015-05-02T21:03:35Z |
wilmer |
Add "url" command to Twitter module to get web URL for a Tweet.
|
|
|
@40cfbc5
|
2015-04-28T13:47:48Z |
dx |
hipchat: Basic implementation: Auth, profile and mention names
This …
|
|
|
@1493c4b
|
2015-04-24T20:52:55Z |
dx |
oauth: fix use-after-free of the ->next of the list
Third time's the …
|
|
|
@71074ac
|
2015-04-21T03:47:57Z |
dx |
jabber: Register "hipchat" protocol (only minimal support for now)
…
|
|
|
@2fe8297
|
2015-04-19T06:13:57Z |
dx |
msn: don't prevent reconnections on OUT OTH
The servers send them for …
|
|
|
@951aefd
|
2015-04-12T15:27:31Z |
dx |
msn/gw.c: ensure that the im_connection still exists in callbacks
|
|
|
@f15553d
|
2015-04-12T15:04:55Z |
wilmer |
Common set evaluator that sends updates to the RPC server if online.
|
|
|
@c5a7b8d
|
2015-04-12T13:46:45Z |
wilmer |
Away states/messages, account flags, error reporting, some comments.
|
|
|
@f3af614
|
2015-04-11T23:27:57Z |
wilmer |
Whole bunch of changes: Added some more settings-related stuff and …
|
|
|
@5fbf815
|
2015-04-11T19:36:13Z |
dx |
msn: rename all old 'handler' variables to 'md' for consistency
I …
|
|
|
@002fede
|
2015-04-11T18:20:31Z |
dx |
msn: handle NOT command payload length
|
|
|
@e59eec0
|
2015-04-10T17:10:41Z |
dx |
msn: switch to long polling http
|
|
|
@cd5fdcf
|
2015-04-10T17:10:41Z |
dx |
msn: handle NFY PUT (presence notifications), refactor a bit
|
|
|
@3058c30
|
2015-04-10T17:10:41Z |
dx |
msn_set_away: fix strcmp check for idle
|
|
|
@73b1a8e
|
2015-04-10T17:10:41Z |
dx |
get_rfc822_header: allow headers at the end of a string
|
|
|
@913a663
|
2015-04-10T17:10:41Z |
dx |
msn: implement the rest of the http gateway support, enable by default
|
|
|
@a4be2f6
|
2015-04-10T17:10:41Z |
dx |
msn: add msn_queue_feed(), move read() out of msn_handler()
|
|
|
@3b09b38
|
2015-04-10T17:10:40Z |
dx |
msn: remove msn_linesplit, use g_strsplit_set instead
|
|
|
@cfeadc3
|
2015-04-10T17:10:40Z |
dx |
msn: start of the http gateway code
|
|
|
@d550358
|
2015-04-10T17:10:40Z |
dx |
msn: remove unsupported commands, OIMs and dead code
|
|
|
@d80822c
|
2015-04-10T17:10:40Z |
dx |
msn: implement PUT /user to set status as online
|
|
|
@11e42dc
|
2015-04-10T17:10:40Z |
dx |
msn: removed switchboards, implemented SDG message
|
|
|
@254a4da
|
2015-04-10T17:10:40Z |
dx |
msn: start update to msnp21
- bump protocol version
- update CVR …
|
|
|
@693aca0
|
2015-04-10T17:10:40Z |
dx |
msn: colorful debug
|
|
|
@a9b1e0e
|
2015-04-06T17:01:55Z |
dx |
irc_channel: use irc_t instead of bee_t
Fixes the test suite. I guess …
|
|
|
@8bcd160
|
2015-04-06T16:22:05Z |
dx |
msn: remove old/broken/unused msnftp stuff (requires distclean!)
…
|
|
|
@e3e2059
|
2015-04-06T12:35:57Z |
dx |
irc: split bee_irc_chat_name_hint in a few functions
Also split …
|
|
|
@16652e9
|
2015-04-06T01:12:29Z |
wilmer |
More improvements: Settings, methods list in init.
|
|
|
@69982f8
|
2015-04-05T14:10:27Z |
dx |
CHANGES: use utf-8 instead of latin1
It's not 2003 anymore
|
|
|
@71abe93
|
2015-04-05T14:09:37Z |
dx |
proxy: minor refactor, simplify error handling
|
|
|
@4543b6bd
|
2015-04-04T01:23:59Z |
dx |
jabber: Fixed null deref when receiving <subject> from oneself
If the …
|
|
|
@bc73e2ba
|
2015-04-04T00:33:30Z |
wilmer |
Error parsing, support for optional args, added handle_cmp to avoid …
|
|
|
@578790e
|
2015-04-03T23:20:57Z |
wilmer |
Bunch of rpc.c improvements.
It can do requests, responses, but it's …
|
|
|
@3dcc878
|
2015-03-25T23:22:11Z |
dx |
Merge branch 'master' into develop
|
|
|
@61d21e5b
|
2015-03-25T22:46:06Z |
wilmer |
Minor fixes before 3.4 release.
Added date to doc/CHANGES and fixed …
3.4
|
|
|
@b95d03b
|
2015-03-25T18:50:07Z |
dx |
chat_name_hint: normalize utf8 with fallback from the channel name
|
|
|
@098a75b
|
2015-03-22T13:35:08Z |
dx |
Fix a bunch of memory leaks
- irc_im.c:
- bee_irc_user_msg: …
|
|
|
@a70b7d7
|
2015-03-15T08:56:17Z |
dx |
Prepare for 3.4 release
|
|
|
@2dd23da
|
2015-03-15T08:10:25Z |
dx |
purple: Fix null pointer dereference when logging out due to daemon …
|
|
|
@2c5ab49
|
2015-03-15T04:34:43Z |
dx |
purple: prplcb_close_request() improvements
- Added support for …
|
|
|
@6a48992
|
2015-03-14T01:02:56Z |
dx |
purple: handle purple_request_input
|
|
|
@fedc8f1
|
2015-03-13T23:13:24Z |
dx |
twitter: fix _last_tweet setting, which broke during a merge
Commit …
|
|
|
@3bb333c
|
2015-03-11T21:24:15Z |
dx |
purple: Implement 'close_request' to prevent segfaults after logout
…
|
|
|
@afbad28
|
2015-03-10T07:46:38Z |
dx |
msn: Update FindMembership payload to fix incorrect pending requests
…
|
|
|
@7320610
|
2015-03-10T07:33:54Z |
dx |
Various user experience/error reporting improvements
- Show version …
|
|
|
@8b91a1f
|
2015-03-10T07:27:25Z |
dx |
twitter: Fix twitter_parse_id to accept 00 as a valid tweet
Also fix …
|
|
|
@e6f47fb
|
2015-03-04T23:01:39Z |
dx |
help: Increase read buffer size from 1100 to 2048
This fixes "Error …
|
|
|
@56985aa
|
2015-03-03T23:18:43Z |
dx |
Revert "purple: cleanup, remove one usage of static local_bee"
This …
|
|
|
@d93c8beb
|
2015-03-02T03:27:16Z |
dx |
purple: move PurpleAccount from proto_data in a struct purple_data
|
|
|
@ce70e88
|
2015-03-01T21:13:12Z |
antoine.pietri |
fix imcb_buddy_msg signature to take a const message
|
|
|
@a6b00fc
|
2015-02-28T23:17:33Z |
dx |
Disable msn by default :(
I didn't want to do the next release with a …
|
|
|
@a880e34
|
2015-02-28T20:40:07Z |
dx |
Refactor oauth_params_del to fix use-after-free that i introduced
…
|
|
|
@9ae7332
|
2015-02-27T23:58:11Z |
wilmer |
Some support for calls *from* the plugin.
This gets uglier, also very …
|
|
|
@66aefeb
|
2015-02-27T00:54:47Z |
wilmer |
init works. Still very rough otherwise, and next to no callbacks into …
|
|
|
@6cdecc7
|
2015-02-26T09:57:31Z |
wilmer |
Lots of changes. Implemented both to-plugin RPCs though not all …
|
|
|
@3434a8c
|
2015-02-25T23:25:37Z |
wilmer |
Makefile update for RPC stuff.
|
|
|
@4f6dfbb
|
2015-02-25T00:35:55Z |
wilmer |
Did a fair amount of work on it by now, might as well do a checkin. No …
|
|
|
@8eb2e84
|
2015-02-24T23:23:07Z |
wilmer |
Use https:// URL for Facebook OAuth2 now that there's a cert.
|
|
|
@a67e781
|
2015-02-23T05:03:44Z |
dx |
configure: Indentation fixes
|
|
|
@a85a8ab
|
2015-02-23T04:50:32Z |
dx |
Add --doc= configure option to disable helpfile generation
It will …
|
|
|
@570f183
|
2015-02-22T22:44:40Z |
dx |
irc_send_motd: the return value of read() is signed
From coverity. …
|
|
|
@05816dd
|
2015-02-22T22:44:40Z |
dx |
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
…
|
|
|
@91f06e5
|
2015-02-22T22:44:34Z |
dx |
Add coverity_scan addon to .travis.yml
|
|
|
@552c8a5
|
2015-02-22T21:19:21Z |
dx |
twitter_parse_id function, with better error handling than sscanf()
…
|
|
|