Opened at 2014-07-24T23:07:43Z
Last modified at 2019-12-10T23:40:31Z
#1173 new enhancement
[patch] Twitter protocol: account_tag for nick and channel
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Version: | 3.2.2 | |
Keywords: | patch | Cc: | |
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
This is a patch for bitlbee-3.2.2 and its twitter protocol:
- twitter account is accessible now either under <account_tag> nickname or through #<account_tag> channel
- in contrast to status quo (twitter_<handle> / #twitter_<handle>) it enables user to have a consistent namings, configurable by setting particular twitter account's tag
Patch can be found also at <https://github.com/mkoskar/pkgbuilds/tree/master/bitlbee-mkoskar>.
Attachments (1)
Change History (4)
Changed at 2014-07-24T23:08:17Z by
Attachment: | twitter-account-tag-for-nick-and-channel.patch added |
---|
comment:1 Changed at 2014-07-24T23:34:25Z by
comment:2 Changed at 2014-07-24T23:46:26Z by
Well, if that is the case it can be done by data migration. For each pre-existing account set the "tag" to "twitter_<handle>". I'm not sure if there is any process established how to do automatic data migrations on first-time new version running. Also it could be pushed on packagers, or on users, it's just simplest solution to go and edit account XML file.
comment:3 Changed at 2019-12-10T23:40:31Z by
I rebased the patch here: https://github.com/Thaodan/bitlbee/tree/twitter_tag_names
Maybe set the default tag of the twitter account to tag_<handle>?
Thanks for the patch!
While the idea behind the patch is good, there should be some way to keep previously added accounts under the old style channel names. Not entirely sure how, other than making this behavior optional under a setting.