|
|
@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 …
|
|
|
@8eb2e84
|
2015-02-24T23:23:07Z |
wilmer |
Use https:// URL for Facebook OAuth2 now that there's a cert.
|
|
|
@a85a8ab
|
2015-02-23T04:50:32Z |
dx |
Add --doc= configure option to disable helpfile generation
It will …
|
|
|
@05816dd
|
2015-02-22T22:44:40Z |
dx |
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
…
|
|
|
@552c8a5
|
2015-02-22T21:19:21Z |
dx |
twitter_parse_id function, with better error handling than sscanf()
…
|
|
|
@5ff4618
|
2015-02-22T21:17:21Z |
dx |
purple: cleanup, remove one usage of static local_bee
Shouldn't …
|
|
|
@9216eff
|
2015-02-22T18:53:21Z |
dx |
s5bytestream: fix segfault (cleanup before trying next streamhost)
…
|
|
|
@da6f167
|
2015-02-22T18:53:21Z |
dx |
s5bytestream: refactor some copypasted code into functions
- …
|
|
|
@3d45471
|
2015-02-22T14:49:58Z |
wilmer |
Remove a few stale functions from struct prpl.
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@0ca1d79
|
2015-02-20T22:47:33Z |
dx |
Revert "Twitter format strings"
This reverts commit …
|
|
|
@34afea7
|
2015-01-31T23:58:57Z |
dx |
Use glib's GChecksum for md5/sha1
This changes behavior slightly:
- …
|
|
|
@e41cc40
|
2015-01-30T04:07:40Z |
dx |
purple: Implement /kick
|
|
|
@7821ee8
|
2015-01-29T19:24:17Z |
jgeboski |
irc_commands: implemented KICK support
With similar commands being …
|
|
|
@7b8238d
|
2015-01-28T17:06:40Z |
jgeboski |
irc-channel: implemented a special mode for show_users
This allows …
|
|
|
@12fe5ea
|
2015-01-26T20:46:11Z |
github |
Merge pull request #5 from seirl/purple_title
purple: add topic and …
|
|
|
@fd213fe
|
2015-01-26T13:20:20Z |
antoine.pietri |
purple: add NULL guard around topic and name hint
|
|
|
@ce402b2
|
2015-01-26T07:50:54Z |
dx |
Twitter format strings
Allow users to specify how tweets should be …
|
|
|
@dfaa46d
|
2015-01-26T07:50:45Z |
dx |
twitter: Add raw reply support
By default, "reply" prepends the …
|
|
|
@73ee390
|
2015-01-26T03:46:03Z |
jgeboski |
twitter: implemented filter based group chats
Filter group chats …
|
|
|
@11e7828
|
2015-01-26T02:43:35Z |
dx |
Fix whatsapp local contact lists
Had to move the code that adds …
|
|
|
@fcb2c2e
|
2015-01-26T02:43:34Z |
dx |
jabber: Account-wide display_name setting, for groupchats
This sets …
|
|
|
@be1efa3
|
2015-01-26T02:43:34Z |
dx |
Add handle_is_self() prpl function to fix JID mismatch confusion bugs
…
|
|
|
@8519f45
|
2015-01-26T02:43:34Z |
dx |
Silence some oscar compilation warnings
And that's enough editing of …
|
|
|
@36ee8c6
|
2015-01-25T20:45:16Z |
antoine.pietri |
purple: add topic and name_hint to groupchats
|
|
|
@eb4ad8d
|
2015-01-17T20:13:19Z |
wilmer |
Merging random other fixes/cleanups.
|
|
|
@4cff28f
|
2015-01-16T19:50:24Z |
dx |
Add jabber_normalize_ext() to fix case sensitivity issues with ext …
|
|
|
@85c3004
|
2015-01-16T19:50:24Z |
dx |
twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting
|
|
|
@4f161e3
|
2015-01-16T19:50:24Z |
dx |
msn_ns_send_adl_1: Fix alloc_strlen coverity warning
Allocating …
|
|
|
@25c4c78
|
2015-01-16T19:50:24Z |
dx |
Fix compiler warnings on Cygwin and Mac OS X.
* Don't use PIE/PIC on …
|
|
|
@7549d00
|
2015-01-16T19:50:24Z |
dx |
twitter: start stream from last tweet on connect/reconnect
This works …
|
|
|
@885d294
|
2015-01-16T19:50:24Z |
dx |
bee-chat: create temporary users for unknown chat participants
The …
|
|
|
@6b13103
|
2015-01-16T19:50:23Z |
dx |
Replace isdigit/isalpha/.../tolower/toupper with glib variants
This …
|
|
|
@6f10697
|
2015-01-16T19:50:23Z |
dx |
Fix incorrect Free Software Foundation address
|
|
|
@bc7a0d4
|
2014-12-06T17:58:35Z |
dx |
msn: configurable notification server host/port
|
|
|
@9f8bb17
|
2014-11-24T05:16:11Z |
dx |
twitter: Use g_strcasecmp for screen_name
Fixes a few minor bugs with …
|
|
|
@b38d399
|
2014-11-24T05:16:09Z |
dx |
Use glib functions for base64 decoding/encoding
This fixes several …
|
|
|
@aa6bcd8
|
2014-11-17T05:57:22Z |
dx |
msn: add 'allow' role if contact has neither block nor allow
This …
|
|
|
@3325df7
|
2014-11-17T05:57:16Z |
dx |
msn_buddy_ask: only ask to add if contact is in pending list
…
|
|
|
@a77a9ef
|
2014-11-17T05:57:14Z |
dx |
msn: Update ApplicationId again to one used by skype
Because why not
|
|
|
@81186736
|
2014-11-12T06:20:04Z |
dx |
msn: update ABService ApplicationId to WLM 2012 to fix login
The …
|
|
|
@8256ad5
|
2014-10-27T06:36:05Z |
dx |
Some more g_source_remove warning fixes
- http_incoming_data calling …
|
|
|
@7b40f17
|
2014-10-11T02:20:53Z |
dx |
Add support for XEP-0203: Delayed delivery (message timestamps)
Very …
|
|
|
@0e35ff6
|
2014-10-11T02:20:53Z |
dx |
Handle not-authorized stream errors, avoid reconnect
Got this one …
|
|
|
@c27a923
|
2014-10-11T02:20:52Z |
dx |
Remove MSNXMPP specific code
The MSN XMPP gateway was shutdown …
|
|
|
@e252d8c
|
2014-09-27T14:54:35Z |
dx |
RIP native win32 support (use cygwin instead)
It has been broken for …
|
|
|
@c203533
|
2014-09-27T14:54:35Z |
dx |
twitter: Add support for The United States of America
Land of the …
|
|
|
@f75b3a7
|
2014-09-27T14:54:35Z |
dx |
Default twitter's show_old_mentions to 0
|
|
|
@72721cd
|
2014-09-20T22:18:33Z |
wilmer |
One small comment correction while "merging" stuff.
|
|
|
@269580c
|
2014-07-24T03:51:07Z |
dx |
Add limit param to split_command_parts(), fix twitter quotes bug
Only …
|
|
|
@1783ab6
|
2014-07-24T03:51:07Z |
dx |
Gadugadu local contact storage (ticket #917)
Patch originally by …
|
|
|
@757515a
|
2014-07-24T03:51:07Z |
dx |
Added jabber_compare_jid to fix JID comparison case sensitivity
|
|
|
@35987a1
|
2014-02-28T23:17:28Z |
wilmer |
Allow use of "ac x set -del password" to use /oper to change the …
|
|
|
@6a0cb16
|
2014-02-27T23:53:33Z |
dx |
Fix for rejecting buddy requests on jabber (Ticket #887)
Patch from …
|
|
|
@7a80925
|
2014-02-13T08:48:37Z |
wilmer |
Update json-parser code to git rev …
|
|
|
@a685409
|
2013-07-13T18:49:13Z |
wilmer |
Update to deal with a not-so-recent regression in the Twitter URL …
|
|
|
@2f9027c
|
2013-06-16T17:33:58Z |
wilmer |
Fix cleanup failure on Twitter timeouts.
|
|
|
@dd7b931
|
2013-06-16T00:14:11Z |
wilmer |
Use HTTP/1.1 by default in the Twitter module, and stick to the …
|
|
|
@777461b
|
2013-06-15T23:33:53Z |
wilmer |
Turn off fetch_mentions by default for identi.ca connections since …
|
|
|
@f2d8aa2
|
2013-06-01T00:09:52Z |
wilmer |
Emit a warning when the user wants to do OAuth with a …
|
|
|
@c153808
|
2013-05-25T10:36:34Z |
wilmer |
Fix OAuth2 error reporting.
|
|
|
@be9f3f1
|
2013-05-23T21:46:54Z |
wilmer |
Apparently Twitter API 1.1 is SSL-only. *sigh*
|
|
|
@af496d8
|
2013-05-06T15:13:49Z |
wilmer |
Use UCS-2BE instead of UNICODEBIG as the UTF16 charset used by the …
|
|
|
@c2a863d
|
2013-04-23T08:06:10Z |
Miklos Vajna |
skype: fix build
|
|
|
@0a7a7e9
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skype: clean up installing section of README
These were the …
|
|
|
@57b534b
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skype: ignore empty username (#1045)
|
|
|
@505fdaa
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_group_by_name()
|
|
|
@3d1b06f
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_chat_topic()
|
|
|
@e2ac666
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_chat_msg()
|
|
|
@500419b
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skype: avoid fake MBERS buddy in groupchats
|
|
|
@b201c68
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_set_away()
|
|
|
@a016221
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skyped: missing newline in log
|
|
|
@e31e5b8
|
2013-04-20T13:05:55Z |
wilmer |
Merging "storage" branch which I wrote long ago. It separates …
|
|
|
@215e171
|
2013-03-16T20:31:32Z |
Miklos Vajna |
skype: improve support for reading bookmarked chats (#1037)
|
|
|
@6f360a0
|
2013-03-16T20:25:35Z |
Miklos Vajna |
skype: in groupchats, handle ACTIVEMEMBERS as MEMBERS (#1037)
|
|
|
@2363cca
|
2013-03-07T15:45:31Z |
Miklos Vajna |
skyped: fix non-gobject mode (#1035)
|
|
|
@f4eb3fc
|
2013-03-06T20:50:15Z |
Miklos Vajna |
test skype_chat_leave()
|
|
|
@83c246e
|
2013-03-06T20:21:13Z |
Miklos Vajna |
skype: enough questions about if skype 4.x works or not
|
|
|
@52ceb4b
|
2013-03-06T19:56:19Z |
Miklos Vajna |
skyped: prefix debug messages with source location
|
|
|
@8407e25
|
2013-03-06T19:41:18Z |
Miklos Vajna |
skyped: fix typo when not finding config file
|
|
|
@36f6ab3
|
2013-02-28T07:15:49Z |
Miklos Vajna |
skype: add support for fetching full names of buddies
|
|
|
@c440320
|
2013-02-25T20:38:05Z |
Miklos Vajna |
skyped.py: also sanitize log file output
|
|
|
@0e788f5
|
2013-02-21T19:15:59Z |
wilmer |
I'm still bored on a long flight. Wrote a script to automatically …
|
|
|
@06eef80
|
2013-02-21T14:03:15Z |
wilmer |
For the lazy among us: When adding a Jabber/MSN contact within the …
|
|
|
@9754c2f
|
2013-02-18T08:42:30Z |
Miklos Vajna |
Clean up set_my_name API implementations
|
|
|
@94d9511
|
2013-02-17T19:51:11Z |
Miklos Vajna |
skype tests: run all tests with a single skyped config
This makes …
|
|
|
@130f7b8
|
2013-02-17T19:51:11Z |
Miklos Vajna |
test skype_set_mood_text()
|
|
|
@3a92020
|
2013-02-17T13:06:51Z |
Miklos Vajna |
test skype_buddy_action_list()
|
|
|
@c7336ba
|
2013-02-16T14:03:56Z |
Miklos Vajna |
skype_buddy_action_list: fix missing hangup in help output
|
|
|
@78e103e
|
2013-02-16T13:33:46Z |
Miklos Vajna |
test skype_add_buddy()
|
|
|
@3bf9f71
|
2013-02-16T13:27:45Z |
Miklos Vajna |
skyped: print again the config file path
|
|
|
@33ed455
|
2013-02-16T13:23:11Z |
Miklos Vajna |
skype: rename these tests, these are about we are added, not about we add
|
|
|
@61d2eabb
|
2013-02-14T15:20:00Z |
Miklos Vajna |
skype: check for truncated commands on receiving
|
|
|
@b6ab05b
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: handle only socket errors in send()
|
|
|
@4da4e9b
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: handle socket errors during tls session negotiation in a …
|
|
|
@5a4f22e
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: don't do retries on send() on socket errors with gobject
As …
|
|
|
@8e166ae
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: cleanup of the send() code
Use socket.sendall(), as send() is …
|
|
|