source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(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 …
(edit) @6a0cb16   2014-02-27T23:53:33Z dx Fix for rejecting buddy requests on jabber (Ticket #887) Patch from …
(edit) @7a80925   2014-02-13T08:48:37Z wilmer Update json-parser code to git rev …
(edit) @a685409   2013-07-13T18:49:13Z wilmer Update to deal with a not-so-recent regression in the Twitter URL …
(edit) @2f9027c   2013-06-16T17:33:58Z wilmer Fix cleanup failure on Twitter timeouts.
(edit) @dd7b931   2013-06-16T00:14:11Z wilmer Use HTTP/1.1 by default in the Twitter module, and stick to the …
(edit) @777461b   2013-06-15T23:33:53Z wilmer Turn off fetch_mentions by default for identi.ca connections since …
(edit) @f2d8aa2   2013-06-01T00:09:52Z wilmer Emit a warning when the user wants to do OAuth with a …
(edit) @c153808   2013-05-25T10:36:34Z wilmer Fix OAuth2 error reporting.
(edit) @be9f3f1   2013-05-23T21:46:54Z wilmer Apparently Twitter API 1.1 is SSL-only. *sigh*
(edit) @af496d8   2013-05-06T15:13:49Z wilmer Use UCS-2BE instead of UNICODEBIG as the UTF16 charset used by the …
(edit) @c2a863d   2013-04-23T08:06:10Z Miklos Vajna skype: fix build
(edit) @0a7a7e9   2013-04-21T19:39:39Z Miklos Vajna skype: clean up installing section of README These were the …
(edit) @57b534b   2013-04-21T19:39:39Z Miklos Vajna skype: ignore empty username (#1045)
(edit) @505fdaa   2013-04-21T19:39:39Z Miklos Vajna test skype_group_by_name()
(edit) @3d1b06f   2013-04-21T19:39:39Z Miklos Vajna test skype_chat_topic()
(edit) @e2ac666   2013-04-21T19:39:39Z Miklos Vajna test skype_chat_msg()
(edit) @500419b   2013-04-21T19:39:39Z Miklos Vajna skype: avoid fake MBERS buddy in groupchats
(edit) @b201c68   2013-04-21T19:39:39Z Miklos Vajna test skype_set_away()
(edit) @a016221   2013-04-21T19:39:39Z Miklos Vajna skyped: missing newline in log
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @215e171   2013-03-16T20:31:32Z Miklos Vajna skype: improve support for reading bookmarked chats (#1037)
(edit) @6f360a0   2013-03-16T20:25:35Z Miklos Vajna skype: in groupchats, handle ACTIVEMEMBERS as MEMBERS (#1037)
(edit) @2363cca   2013-03-07T15:45:31Z Miklos Vajna skyped: fix non-gobject mode (#1035)
(edit) @f4eb3fc   2013-03-06T20:50:15Z Miklos Vajna test skype_chat_leave()
(edit) @83c246e   2013-03-06T20:21:13Z Miklos Vajna skype: enough questions about if skype 4.x works or not
(edit) @52ceb4b   2013-03-06T19:56:19Z Miklos Vajna skyped: prefix debug messages with source location
(edit) @8407e25   2013-03-06T19:41:18Z Miklos Vajna skyped: fix typo when not finding config file
(edit) @36f6ab3   2013-02-28T07:15:49Z Miklos Vajna skype: add support for fetching full names of buddies
(edit) @c440320   2013-02-25T20:38:05Z Miklos Vajna skyped.py: also sanitize log file output
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @06eef80   2013-02-21T14:03:15Z wilmer For the lazy among us: When adding a Jabber/MSN contact within the …
(edit) @9754c2f   2013-02-18T08:42:30Z Miklos Vajna Clean up set_my_name API implementations
(edit) @94d9511   2013-02-17T19:51:11Z Miklos Vajna skype tests: run all tests with a single skyped config This makes …
(edit) @130f7b8   2013-02-17T19:51:11Z Miklos Vajna test skype_set_mood_text()
(edit) @3a92020   2013-02-17T13:06:51Z Miklos Vajna test skype_buddy_action_list()
(edit) @c7336ba   2013-02-16T14:03:56Z Miklos Vajna skype_buddy_action_list: fix missing hangup in help output
(edit) @78e103e   2013-02-16T13:33:46Z Miklos Vajna test skype_add_buddy()
(edit) @3bf9f71   2013-02-16T13:27:45Z Miklos Vajna skyped: print again the config file path
(edit) @33ed455   2013-02-16T13:23:11Z Miklos Vajna skype: rename these tests, these are about we are added, not about we add
(edit) @61d2eabb   2013-02-14T15:20:00Z Miklos Vajna skype: check for truncated commands on receiving
(edit) @b6ab05b   2013-02-11T12:56:04Z Miklos Vajna skype: handle only socket errors in send()
(edit) @4da4e9b   2013-02-11T12:56:04Z Miklos Vajna skype: handle socket errors during tls session negotiation in a …
(edit) @5a4f22e   2013-02-11T12:56:04Z Miklos Vajna skype: don't do retries on send() on socket errors with gobject As …
(edit) @8e166ae   2013-02-11T12:56:04Z Miklos Vajna skype: cleanup of the send() code Use socket.sendall(), as send() is …
(edit) @5a0ffa2   2013-02-11T12:56:03Z Miklos Vajna skype: add newline to all the lines emitted
(edit) @3e23850   2013-02-11T12:56:03Z Miklos Vajna skype: add ATTACH_GDB env flag, extend hacking instructions with info …
(edit) @7e5b4bd   2013-02-11T12:56:03Z Miklos Vajna skype: add --dont-start-skype option For cases when case skype …
(edit) @b56c76c   2013-02-11T12:56:03Z Miklos Vajna skype: use argparse instead of getopt for CLI in skyped
(edit) @ee3bccd   2013-02-11T12:56:03Z Miklos Vajna skype: make chdirs work more reliably between tests
(edit) @1146e21   2013-02-11T12:56:03Z Miklos Vajna skype.test: do proper cleanup of skyped process despite possible …
(edit) @65a5d15   2013-02-11T12:56:03Z Miklos Vajna skype: mention --plugindir quirk in HACKING As skype support always …
(edit) @875ba16   2013-02-09T11:31:43Z Miklos Vajna skype: move config instructions from README to the manpage
(edit) @ef64837   2013-02-09T11:31:43Z Miklos Vajna test skype_parse_group()
(edit) @db34b06   2013-01-20T10:04:10Z Miklos Vajna test skype_parse_filetransfer()
(edit) @b2dc873   2013-01-19T19:25:19Z Miklos Vajna skype: provide more info about file transfers Till now only a single …
(edit) @69ae6f2   2013-01-16T20:26:59Z Miklos Vajna test skype_call_strerror()
(edit) @f6cab7c   2013-01-16T20:26:59Z Miklos Vajna test skype_call_ask_no()
(edit) @daac755   2013-01-16T20:26:58Z Miklos Vajna test skype_call_ask_yes()
(edit) @a6a2d81   2013-01-16T20:26:58Z Miklos Vajna skype_chat_invite: test this
(edit) @2487112   2013-01-16T20:26:58Z Miklos Vajna skype_parse_chat: read MEMBERS, not ACTIVEMEMBERS This makes /invite …
(edit) @d4b5e5b   2013-01-16T20:26:58Z Miklos Vajna skype: new 'groupchat invited' testcase
(edit) @db0d979   2013-01-16T20:26:58Z Miklos Vajna skype: new 'add no' testcase
(edit) @6efb777   2013-01-16T20:26:58Z Miklos Vajna skype: new 'add yes' testcase
(edit) @75bda8b   2013-01-14T22:32:59Z wilmer Fixed Twitter favourite command. Its syntax was silently changed in …
(edit) @650d2b4   2013-01-13T11:51:02Z Miklos Vajna skype: convert msg test to a mock-based one
(edit) @9ec6b36   2013-01-13T11:41:21Z Miklos Vajna Update my email
(edit) @fffabad   2013-01-13T11:41:21Z Miklos Vajna skyped: add mock mode
(edit) @4cb21b7   2013-01-13T11:11:26Z wilmer Don't set up the account_on_timeout() timer if *_login() called …
(edit) @955aad8   2013-01-06T23:36:17Z wilmer Require StartTLS from all Jabber servers by default, like most clients …
(edit) @cfbecc9   2013-01-06T12:09:35Z wilmer Fixed NULL pointer dereference bug when newly connecting to identi.ca. …
(edit) @757e1e0   2013-01-01T16:19:09Z Miklos Vajna skype: remove unused build system targets, references to git
(edit) @e1d6b38   2013-01-01T16:04:34Z Miklos Vajna skype: make checkpatch happy again (cosmetics)
(edit) @7764fb1   2013-01-01T15:44:31Z Miklos Vajna skype: support setting mood text Requested by martinc on IRC.
(edit) @3c7af69   2012-12-29T10:44:24Z Miklos Vajna skype: make it not hang with >=2.2.0.35 Sadly reading users of larger …
(edit) @14d0b02   2012-12-25T00:08:33Z wilmer I suck. This will teach me not to combine logging and actual work in …
(edit) @c1d9c95   2012-12-24T22:02:41Z wilmer Whoops, remove those debugging printfs as I intended to do before merging.
(edit) @c1bc24a   2012-12-23T23:27:34Z wilmer Fixed minor memory leak in Jabber module.
(edit) @7d5afa6   2012-12-22T00:20:24Z wilmer Updated report_spam API URL to 1.1. Fixes #1011.
(edit) @cc6fdf8   2012-12-22T00:14:26Z wilmer Merging JSON branch. It's very stable by now, and I want more testers.
(edit) @573e274   2012-12-21T21:50:05Z wilmer For finding since_id, don't use RT original IDs of course. :-/ This …
(edit) @92d3044   2012-12-18T01:24:33Z wilmer Improved failure handling in jabber_si_handle_request(). If the imcb …
(edit) @2dcde94   2012-12-03T23:30:33Z wilmer Don't hide own tweets in streaming mode with fetch_mentions off, and …
(edit) @3ca001b   2012-12-02T12:53:12Z wilmer Extend twitter_message_id_from_command_arg() a little bit and use it …
(edit) @b235228   2012-11-25T22:28:38Z wilmer Have root confirm some commands that so far gave no feedback at all, …
(edit) @67f6828   2012-11-25T22:09:41Z wilmer Only a few commands use twitter_message_id_from_command_arg(), others …
(edit) @f97b8e9   2012-11-25T20:43:52Z wilmer Use hex for show_ids, but stick to the 2-char maximum. a 256-message …
(edit) @3592b95   2012-11-25T20:21:24Z wilmer To address #991, adding a strict commands mode, where one has to use …
(edit) @9ed0081   2012-11-25T18:39:11Z wilmer Fixed one potential memory leak, and re-remembered that for GLib + …
(edit) @29f72b7   2012-11-25T17:43:13Z wilmer Finally cleaned up the show-tweet functions.
(edit) @7f557d5   2012-11-25T14:58:29Z wilmer Fixing two oopses from my last commit.
(edit) @631ec80   2012-11-25T14:26:23Z wilmer Changed mode/room management a little bit.
(edit) @96dd574   2012-11-25T13:11:19Z wilmer s/twitter_msg/twitter_log/ and use it in a few more places.
(edit) @2cd8540   2012-11-25T12:05:48Z wilmer Show DMs the right way. With mode=many and show_ids=off they'll look …
(edit) @c9b5817   2012-11-25T00:55:47Z wilmer Minor rework: Always fill td->log now and use it not just for …
(edit) @f26d9a3e   2012-11-24T14:10:34Z wilmer Add help info for "stream" setting. Also, disable it for non-Twitter …
Note: See TracRevisionLog for help on using the revision log.