| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
By asking the server for the username.
Storing the username somewhere would have made sense, but this command
isn't going to be used very often, so, whatever.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Filter group chats allow for the ability to read the tweets of select
users without actually following the users, and/or track keywords or
hashtags. A filter group chat can have multiple users, keywords, or
hashtags. These users, keywords, or hashtags can span multiple group
chats. This allows for rather robust filter organization.
The underlying structure for the filters is based on linked list, as
using the glib hash tables requires >= glib-2.16 for sanity. Since the
glib requirement of bitlbee is only 2.14, linked list are used in order
to prevent an overly complex implementation.
The idea for this patch was inspired by Artem Savkov's "Twitter search
channels" patch.
In order to use the filter group chats, a group chat must be added to
the twitter account. The channel room name is either follow:username,
track:keyword, and/or track:#hashtag. Multiple elements can be used by
separating each element by a semicolon.
|
| |
|
| |
|
|
|
|
|
| |
API. A full list of diffs would be helpful, guys...
|
| |
|
|
|
|
|
| |
to do.
|
|
|
|
|
|
| |
fixed URL and tried to parse individual JSON objects. Not doing anything
useful with it.
|
|
|
|
|
| |
"fixed".
|
| |
|
|
|
|
|
|
|
|
| |
command for reasons given there.
At this point there are loads of command and stuff is getting a little messy
maybe.. :-/
|
| |
|
| |
|
|
|
|
|
|
| |
identi.ca to HTTPS while I'm at it. Pretty important since I can't use OAuth
for it yet.
|
|
|
|
|
|
| |
list of contacts at login time. Still depends on adding an API version number
to base_url though.
|
|
|
|
|
|
| |
That's it for now, this is already not very pretty, but just offers the bare
basic functionality.
|
|
|
|
|
| |
either your most recent tweet, or a specific id (pass it as an argument)).
|
|
|
|
|
|
|
|
|
|
| |
name with that service name, not always Twitter. This is especially useful
when having multiple accounts on different sites with the same username.
Also adding an "identica" protocol entry for convenience.
Based on a patch from kensanata, bug #648.
|
|
|
|
|
|
| |
64-bit integer. This code now successfully fetches lists with up to ~900
items. (Since this takes quite long, maybe there should be an upper limit.)
|
|\
| |
| |
| |
| | |
won't work with mode=one.)
|
| | |
|
|/
|
|
|
| |
Twitter API can be used. Only with Basic authentication though.
|
| |
|
|
|