@952e264
2017-04-11T23:44:58Z
dx
twitter: experimental support for place_id
@9f03c47
2016-11-14T00:37:14Z
dx
Improve support for protocols which don't require a password
This …
@59a7dc5
2016-05-26T04:08:05Z
dx
Twitter: add "like" as an alias for favourite.
This will allow a user …
@a244877
2016-04-17T09:32:27Z
dx
twitter: Fix a couple of leaks of mutes_ids and retweets_ids
Just …
@9cf63ac
2016-03-31T18:49:52Z
nick
Add mute and unmute commands.
@fb62f132
2016-03-23T20:23:36Z
nick
Honour twitter's mutes and "hide retweets from this user" settings.
@0843bbe
2016-02-26T18:25:17Z
dennis
twitter.c: Squelch an unused variable warning
9456255 made the …
@9456255
2016-02-10T02:05:55Z
dx
Change twitter url length to 23 instead of 22
@bbff22d
2015-10-09T02:41:01Z
dx
twitter: Fix some nitpicky issues reported by coverity
Mostly minor …
@1201fcb
2015-06-08T03:42:11Z
dx
twitter: show full url in the url command, with username
By asking …
@61e7e02
2015-06-08T03:25:18Z
dx
twitter: fix leak of the letter "s" in twitter_url_len_diff
Yeah, …
@2ca933c
2015-05-31T02:38:55Z
dx
twitter: add twitter_log_local_user back (oops)
Accidentally nuked it …
@73f0a01
2015-05-31T02:31:24Z
dx
Move twitter_parse_id() to parse_int64() in misc.c
@33528bd
2015-05-07T23:12:06Z
dx
twitter: split length check function into twitter_message_len
Mostly …
@c43146d
2015-05-03T16:47:19Z
wilmer
Make replies to self work in Twitter.
Difficult because there's no …
@9ed8175
2015-05-02T21:03:35Z
wilmer
Add "url" command to Twitter module to get web URL for a Tweet.
@8b91a1f
2015-03-10T07:27:25Z
dx
twitter: Fix twitter_parse_id to accept 00 as a valid tweet
Also fix …
@552c8a5
2015-02-22T21:19:21Z
dx
twitter_parse_id function, with better error handling than sscanf()
…
@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 …
@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 …
@eb4ad8d
2015-01-17T20:13:19Z
wilmer
Merging random other fixes/cleanups.
@7549d00
2015-01-16T19:50:24Z
dx
twitter: start stream from last tweet on connect/reconnect
This works …
@6b13103
2015-01-16T19:50:23Z
dx
Replace isdigit/isalpha/.../tolower/toupper with glib variants
This …
@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
@269580c
2014-07-24T03:51:07Z
dx
Add limit param to split_command_parts(), fix twitter quotes bug
Only …
@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.
@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 …
@0e788f5
2013-02-21T19:15:59Z
wilmer
I'm still bored on a long flight. Wrote a script to automatically …
@9754c2f
2013-02-18T08:42:30Z
Miklos Vajna
Clean up set_my_name API implementations
@cfbecc9
2013-01-06T12:09:35Z
wilmer
Fixed NULL pointer dereference bug when newly connecting to identi.ca. …
@3ca001b
2012-12-02T12:53:12Z
wilmer
Extend twitter_message_id_from_command_arg() a little bit and use it …
@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 …
@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.
@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 …
@e132b60
2012-11-11T23:32:47Z
wilmer
Extend keepalive code to time out connections when pings don't get …
@1388d30
2012-11-11T17:57:20Z
wilmer
Mostly finished HTTP streaming support: Shrink the buffer and add a …
@dff0e0b
2012-11-11T14:42:20Z
wilmer
Showing tweets now, and leaking less memory. Still lots of cleanup …
@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 …
@d3bfe3d
2012-08-19T13:55:01Z
wilmer
Fix memory leak. #985
@7de784c
2012-06-03T23:02:14Z
wilmer
Fixed compiler warning in twitter.c report-spam code.
@e93fa05
2012-04-14T09:55:34Z
wilmer
Turn show_ids on by default. I need to do some more things to get …
@d18dee42
2012-03-12T22:36:35Z
wilmer
Merging report-spam patch for Twitter from Flexo. #923
@b5fe39b
2012-02-10T23:49:28Z
wilmer
Applied patch from #895 , making show_old_mentions an integer setting …
@7d27962
2012-02-08T00:24:12Z
wilmer
Take t.co URL lengtheWshortening into account when counting message …
@948abab
2012-01-13T17:49:23Z
daniel
add 'strip_newlines' setting to Twitter
@e306fbf
2011-12-21T19:35:13Z
wilmer
Fixed a bug that probably (can't test this now since it's down) broke …
@ce199b7
2011-12-21T11:21:04Z
wilmer
Make it easier to add OAuth-authenticated accounts without having to …
@3f808ca
2011-12-11T16:38:02Z
wilmer
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
@2322a9f
2011-08-25T18:08:07Z
wilmer
Merging Twitter-mentions patch from meh. Bug #663 .
@aa2f575
2011-08-17T22:21:47Z
wilmer
Better cleanup of status IDs in Twitter commands. Stop using that …
@5f1e78d
2011-08-17T21:58:21Z
wilmer
To reduce ambiguity, allow using a # to specify Tweet ID's when doing …
@d6b6906
2011-08-03T21:45:49Z
j
Make it easier to retweet by id.
Currently, typing "rt 24" would …
@7ceb6b2
2011-06-11T23:59:00Z
wilmer
Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings …
@4bc66ae
2011-06-11T17:59:39Z
wilmer
Oops. prefix shouldn't be just "ca" for identi.ca.
@c0f33f1
2011-06-11T17:50:26Z
wilmer
Change the default base_url to something that works. Change the …
@de923d5
2011-06-11T17:11:08Z
wilmer
Use /friends/ids and /users/lookup instead of /statuses/friends to get …
@5983eca
2011-06-11T11:28:01Z
wilmer
Re-indent Twitter code. It just lacks *any* kind of consistency. Flags …
@27ad50b
2011-06-09T08:19:32Z
wilmer
Dirty workaround: Don't download the contact list for now as Twitter …
@6eca2eb
2011-04-18T14:14:08Z
wilmer
Try to show better Twitter error messages. Sadly this doesn't always …
@6220254
2011-03-31T10:28:17Z
wilmer
Check td->log everywhere before using it..
@15bc063
2011-03-29T22:47:00Z
wilmer
Also use the short IDs for a new reply command. Couldn't think of a …
@4f50ea5
2011-03-29T20:57:54Z
wilmer
Allow using the new 2-digit id's for retweets.
@ce81acd
2011-03-28T23:28:46Z
wilmer
For #721 , add the numbers in front of tweets if show_ids is enabled. …
@ce617f0
2011-03-27T14:09:55Z
wilmer
Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
@93cc86f
2011-03-08T06:24:34Z
wilmer
Twitter: Warn the user if the OAuth username and the configured …
@a97a336
2010-12-07T23:14:30Z
wilmer
Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
@748bcdd
2010-11-21T15:23:54Z
wilmer
Time out if logging in takes too long (2m for now). Except for Twitter …
@9c9a29c
2010-10-16T05:17:46Z
wilmer
Don't initialize the twitter_connections list to NULL in …
@8e9e2b7
2010-10-03T02:45:26Z
wilmer
Merging mainline, which includes a huge msnp13 merge.
Not 100% sure …
@665c24f
2010-09-30T05:28:36Z
wilmer
Some simple error msgs on failed Twitter commands (undo and rt).
@f5c0d8e
2010-08-31T20:06:14Z
wilmer
Merge mainline stuff.
@c55701e
2010-08-30T19:58:33Z
wilmer
Due to popular demand, now using mode=chat by default.
@be999a5
2010-08-23T23:12:24Z
wilmer
First step in this merge. Mostly a bzr merge and then a cleanup of …
@4ffd757
2010-08-14T10:21:44Z
wilmer
Don't send a /QUIT for every Twitter contact when going offline, and …
@b890626
2010-08-08T13:42:57Z
wilmer
Add a few more commands (including RT) and the ability to send …
@203a2d2
2010-08-07T21:06:24Z
wilmer
Allow protocol modules to keep per-contact protocol-specific data. Use …
@7b87539
2010-08-07T19:39:01Z
wilmer
Add commands to the Twitter module, starting with undo (which deletes …
@ffcdf13
2010-07-17T15:06:56Z
wilmer
When using non-Twitter Twitter API services, prefix the channel and …
@eb6df6a
2010-07-11T17:21:21Z
pesco
merge with upstraem bitlbee 1.2.8
@534e406
2010-07-10T00:30:39Z
wilmer
Translate "nick:" to "@nick" in Twitter rooms to make tab completion …
@64f8c425
2010-06-29T23:06:07Z
wilmer
Strip whitespace in Twitter OAuth PIN responses.
@d6aa6dd
2010-06-24T00:43:15Z
wilmer
Load the whole Twitter contact list at login time if mode=chat/many, …
@04a927c
2010-06-07T23:04:58Z
wilmer
Fixing some memory leakage.
@3759849
2010-06-03T22:08:23Z
pesco
merge in bitlbee head
@1dd3470
2010-06-03T21:47:53Z
pesco
add an option to disable otr on twitter (and other unsuitable protocols)
@ba3233c
2010-05-30T10:16:37Z
wilmer
Merge from Geert: Added ability to follow/unfollow Twitter people. …
@7d53efb
2010-05-29T12:40:17Z
g.c.w.m.mulders
Added functionality to add and remove friendships.