|
|
@3c7af69
|
2012-12-29T10:44:24Z |
Miklos Vajna |
skype: make it not hang with >=2.2.0.35
Sadly reading users of larger …
|
|
|
@14d0b02
|
2012-12-25T00:08:33Z |
wilmer |
I suck. This will teach me not to combine logging and actual work in …
|
|
|
@c1d9c95
|
2012-12-24T22:02:41Z |
wilmer |
Whoops, remove those debugging printfs as I intended to do before merging.
|
|
|
@c1bc24a
|
2012-12-23T23:27:34Z |
wilmer |
Fixed minor memory leak in Jabber module.
|
|
|
@7d5afa6
|
2012-12-22T00:20:24Z |
wilmer |
Updated report_spam API URL to 1.1. Fixes #1011.
|
|
|
@cc6fdf8
|
2012-12-22T00:14:26Z |
wilmer |
Merging JSON branch. It's very stable by now, and I want more testers.
|
|
|
@573e274
|
2012-12-21T21:50:05Z |
wilmer |
For finding since_id, don't use RT original IDs of course. :-/ This …
|
|
|
@92d3044
|
2012-12-18T01:24:33Z |
wilmer |
Improved failure handling in jabber_si_handle_request(). If the imcb …
|
|
|
@2dcde94
|
2012-12-03T23:30:33Z |
wilmer |
Don't hide own tweets in streaming mode with fetch_mentions off, and …
|
|
|
@3ca001b
|
2012-12-02T12:53:12Z |
wilmer |
Extend twitter_message_id_from_command_arg() a little bit and use it …
|
|
|
@b235228
|
2012-11-25T22:28:38Z |
wilmer |
Have root confirm some commands that so far gave no feedback at all, …
|
|
|
@67f6828
|
2012-11-25T22:09:41Z |
wilmer |
Only a few commands use twitter_message_id_from_command_arg(), others …
|
|
|
@f97b8e9
|
2012-11-25T20:43:52Z |
wilmer |
Use hex for show_ids, but stick to the 2-char maximum. a 256-message …
|
|
|
@3592b95
|
2012-11-25T20:21:24Z |
wilmer |
To address #991, adding a strict commands mode, where one has to use …
|
|
|
@9ed0081
|
2012-11-25T18:39:11Z |
wilmer |
Fixed one potential memory leak, and re-remembered that for GLib + …
|
|
|
@29f72b7
|
2012-11-25T17:43:13Z |
wilmer |
Finally cleaned up the show-tweet functions.
|
|
|
@7f557d5
|
2012-11-25T14:58:29Z |
wilmer |
Fixing two oopses from my last commit.
|
|
|
@631ec80
|
2012-11-25T14:26:23Z |
wilmer |
Changed mode/room management a little bit.
|
|
|
@96dd574
|
2012-11-25T13:11:19Z |
wilmer |
s/twitter_msg/twitter_log/ and use it in a few more places.
|
|
|
@2cd8540
|
2012-11-25T12:05:48Z |
wilmer |
Show DMs the right way. With mode=many and show_ids=off they'll look …
|
|
|
@c9b5817
|
2012-11-25T00:55:47Z |
wilmer |
Minor rework: Always fill td->log now and use it not just for …
|
|
|
@f26d9a3e
|
2012-11-24T14:10:34Z |
wilmer |
Add help info for "stream" setting. Also, disable it for non-Twitter …
|
|
|
@c751e51
|
2012-11-24T00:15:17Z |
wilmer |
Fixing one obvious memory leak.
|
|
|
@5aa96fc8
|
2012-11-20T00:20:10Z |
wilmer |
Some code for handling disconnect/event messages.
|
|
|
@b006464
|
2012-11-17T23:51:21Z |
wilmer |
Merge mainline.
|
|
|
@d1356cb
|
2012-11-12T23:57:43Z |
wilmer |
Decode incoming DMs.
|
|
|
@aef2077
|
2012-11-12T00:14:29Z |
wilmer |
Bugfix: Two commits ago I broke cleanup of the account_on_timeout() …
|
|
|
@e132b60
|
2012-11-11T23:32:47Z |
wilmer |
Extend keepalive code to time out connections when pings don't get …
|
|
|
@536dfa1
|
2012-11-11T22:13:07Z |
wilmer |
Cleaning up struct im_connection a little bit.
|
|
|
@dd672e2
|
2012-11-11T21:52:26Z |
wilmer |
Detect and handle streaming connection loss.
|
|
|
@2fb1262
|
2012-11-11T18:22:39Z |
wilmer |
Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
|
|
|
@1388d30
|
2012-11-11T17:57:20Z |
wilmer |
Mostly finished HTTP streaming support: Shrink the buffer and add a …
|
|
|
@62f6b45
|
2012-11-11T16:53:56Z |
wilmer |
Realised I don't need delimited=length at all, objects are guaranteed …
|
|
|
@dff0e0b
|
2012-11-11T14:42:20Z |
wilmer |
Showing tweets now, and leaking less memory. Still lots of cleanup …
|
|
|
@ddc2de5
|
2012-11-10T23:52:21Z |
wilmer |
Very immature code for reading from the streaming API. It reads from a …
|
|
|
@9e8c945
|
2012-11-10T12:31:33Z |
wilmer |
Removed xmltree dependency entirely.
|
|
|
@24132ec
|
2012-11-09T23:53:45Z |
wilmer |
Fixed the last parser (generic handler which just remembers status …
|
|
|
@5246133
|
2012-11-09T00:23:44Z |
wilmer |
Updated error response parsing. Also, use this for 401 responses so …
|
|
|
@fb351ce
|
2012-11-09T00:07:23Z |
wilmer |
Getting better. Corruption fixed, fetching of mentions fixed, error …
|
|
|
@8e3b7ac
|
2012-11-08T22:38:20Z |
wilmer |
It logs in and fetches statuses! \o/ But, some corruption..
|
|
|
@0688e99
|
2012-11-05T08:46:06Z |
wilmer |
Type safety check.
|
|
|
@e08ae0c
|
2012-11-04T23:39:48Z |
wilmer |
Can log in now. Fails to fetch timelines though, which is going to be …
|
|
|
@3b4a22a
|
2012-11-04T22:23:07Z |
wilmer |
s/.xml/.json/. Good luck getting that working again.
|
|
|
@8f976e6
|
2012-10-30T23:41:43Z |
wilmer |
SSL fixes from Michal Suchanek.
|
|
|
@91ae87d
|
2012-10-28T23:54:21Z |
wilmer |
Merging XEP-0184 support patch from Michael Stapelberg, #999.
|
|
|
@3cd37d7
|
2012-10-20T09:44:59Z |
wilmer |
Cleaning up some more Yahoo! symbols.
|
|
|
@509cf60
|
2012-10-20T00:02:45Z |
wilmer |
Some more removals. Using ifdefs instead of read deletions in Yahoo! …
|
|
|
@6042a54
|
2012-10-19T23:38:33Z |
wilmer |
Massive cleanup in OSCAR.
|
|
|
@386042c
|
2012-10-19T23:16:52Z |
wilmer |
Removing some more cruft now that I've (re)discovered ld garbage …
|
|
|
@0eb971a
|
2012-10-19T22:39:10Z |
wilmer |
Removing some fully dead code.
|
|
|
@1444be5
|
2012-10-17T07:23:00Z |
michael |
Implement jabber message receipts (XEP-0184)
This change will make …
|
|
|
@4c9d377
|
2012-09-29T19:49:19Z |
wilmer |
Suppress own UBM messages.
|
|
|
@208db4b
|
2012-09-29T19:38:18Z |
wilmer |
Support for sending messages to federated contacts. They don't seem to …
|
|
|
@3901b5d
|
2012-09-25T22:48:56Z |
wilmer |
Support for receiving messages via the NS (UBM command).
|
|
|
@ba86713
|
2012-09-25T00:10:05Z |
wilmer |
More mainline merges.
|
|
|
@2a6da96
|
2012-09-25T00:08:54Z |
wilmer |
Move Twitter XML parsing/error checking into a separate function and …
|
|
|
@6bef211
|
2012-09-22T12:55:02Z |
wilmer |
Fixed syntax error introduced by latest merge.
|
|
|
@9c77fbf
|
2012-09-22T12:47:55Z |
wilmer |
Merge mainline.
|
|
|
@11ec078
|
2012-09-22T12:44:47Z |
wilmer |
Since I can't figure out where the stalls are coming from at this …
|
|
|
@d0752e8
|
2012-09-22T12:12:12Z |
wilmer |
Little cleanup. Use xt_from_string() where possible.
|
|
|
@c6fc24a
|
2012-09-17T21:42:27Z |
wilmer |
Merge mainline.
|
|
|
@daf544a
|
2012-09-16T23:47:18Z |
wilmer |
Handle see-other-host requests from XMPP servers. This should fix …
|
|
|
@a325ebd
|
2012-09-16T21:44:09Z |
wilmer |
Notification on incoming offline messages. Life is too short to …
|
|
|
@fe79de66
|
2012-09-16T20:42:11Z |
wilmer |
One more semicolon check (BYE command).
|
|
|
@e9caacd
|
2012-09-16T18:08:15Z |
wilmer |
Don't accidentally create groupchats for 1:1 chats.
|
|
|
@79bb7e4
|
2012-09-16T17:40:44Z |
wilmer |
Online status should be read properly now.
|
|
|
@080c43a
|
2012-09-16T13:52:19Z |
wilmer |
Some more tweaks: Should show up online now, and be able to send and …
|
|
|
@f9258ae
|
2012-09-16T11:52:35Z |
wilmer |
Generate a machine UUID instead of using a hardcoded one.
|
|
|
@bc676ac
|
2012-09-16T00:09:58Z |
wilmer |
MSNP18 code. It logs in now but otherwise doesn't work all too well.
|
|
|
@b61c74c
|
2012-09-15T16:24:52Z |
wilmer |
Merge Twitter favourite command from Flexo/#983. Leaving out the …
|
|
|
@b3d99e3
|
2012-09-15T16:03:33Z |
wilmer |
Twitter module cleanup: Both Twitter and identi.ca "modules" support …
|
|
|
@7281ad1
|
2012-09-15T15:59:17Z |
wilmer |
Allow building position-independent executables. #981, patch from …
|
|
|
@6ee51a9
|
2012-08-19T14:07:48Z |
wilmer |
Allow "set -del password". #984
|
|
|
@d3bfe3d
|
2012-08-19T13:55:01Z |
wilmer |
Fix memory leak. #985
|
|
|
@1a0b734
|
2012-07-20T20:32:53Z |
Miklos Vajna |
#979 skyped: tolerate errors from skype during startup
|
|
|
@7d2ce9a
|
2012-06-03T23:31:01Z |
wilmer |
Scan media entities as well, not just url entities. This should expand …
|
|
|
@7a2a486
|
2012-06-03T23:08:43Z |
wilmer |
Shut up a flood of GLib-related compiler warnings.
|
|
|
@7de784c
|
2012-06-03T23:02:14Z |
wilmer |
Fixed compiler warning in twitter.c report-spam code.
|
|
|
@9ce44dd
|
2012-04-22T21:48:09Z |
Miklos Vajna |
skyped: set FD_CLOEXEC on listening socket
Skype4Py uses os.execlp() …
|
|
|
@e93fa05
|
2012-04-14T09:55:34Z |
wilmer |
Turn show_ids on by default. I need to do some more things to get …
|
|
|
@58b65b33
|
2012-04-12T21:27:54Z |
Miklos Vajna |
skype: use ssl_disconnect instead of closesocket
Also call …
|
|
|
@d18dee42
|
2012-03-12T22:36:35Z |
wilmer |
Merging report-spam patch for Twitter from Flexo. #923
|
|
|
@0872bb2
|
2012-03-10T00:00:25Z |
wilmer |
Fix bug that broke MSN-XMPP with confusing error messages.
|
|
|
@441a67e
|
2012-02-23T12:51:12Z |
wilmer |
Make the error message on invalid Jabber room names (this is a FAQ by …
|
|
|
@dcf155d
|
2012-02-11T17:26:41Z |
wilmer |
Drop dead support for MSN offline messages (that SOAP server isn't …
|
|
|
@eb54f56
|
2012-02-11T13:01:20Z |
wilmer |
Add missing newslines to debugging output. Bug #896.
|
|
|
@7fa5c19
|
2012-02-11T12:55:45Z |
wilmer |
Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
|
|
|
@b5fe39b
|
2012-02-10T23:49:28Z |
wilmer |
Applied patch from #895, making show_old_mentions an integer setting …
|
|
|
@fc0640e
|
2012-02-10T18:00:00Z |
wilmer |
Support for "nameless" chatrooms on Jabber.
Just join #somechannel …
|
|
|
@bb2d198
|
2012-02-10T15:14:38Z |
wilmer |
Probing for Google Talk servers, based on iq-discovery responses. I'll …
|
|
|
@7d27962
|
2012-02-08T00:24:12Z |
wilmer |
Take t.co URL lengtheWshortening into account when counting message …
|
|
|
@eb4c81a
|
2012-01-30T22:23:45Z |
wilmer |
Try to show the user_split info for a protocol in "help purple …
|
|
|
@cf0dbdd
|
2012-01-30T21:41:00Z |
wilmer |
Merging strip_newlines Twitter setting.
|
|
|
@8d96b78
|
2012-01-30T21:29:04Z |
wilmer |
Report mysterious unsupported libpurple options in "help purple …
|
|
|
@85341dd
|
2012-01-27T23:25:13Z |
Miklos Vajna |
skype: properly display multiple about lines
Previously we printed …
|
|
|
@7c2daf5f
|
2012-01-27T23:16:15Z |
Miklos Vajna |
skype: don't crash in skype_parse_user() if the user has multiple …
|
|
|
@948abab
|
2012-01-13T17:49:23Z |
daniel |
add 'strip_newlines' setting to Twitter
|
|
|
@441b9dd
|
2012-01-10T23:36:29Z |
wilmer |
Don't handle HTTP 401 responses from Twitter API differently anymore …
|
|
|
@ac36463
|
2012-01-10T15:13:18Z |
wilmer |
Return, don't try to flush the timeline on a broken connection. This …
|
|
|
@f1849a8
|
2011-12-26T18:56:10Z |
wilmer |
jabber_buddy_* stuff *is* a complete memory management hell already. …
|
|
|