aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_lib.h
Commit message (Collapse)AuthorAgeLines
* Merging Twitter-mentions patch from meh. Bug #663.Wilmer van der Gaast2011-08-25-0/+2
|
* Change the default base_url to something that works. Change the default forWilmer van der Gaast2011-06-11-2/+2
| | | | | | identi.ca to HTTPS while I'm at it. Pretty important since I can't use OAuth for it yet.
* Use /friends/ids and /users/lookup instead of /statuses/friends to get aWilmer van der Gaast2011-06-11-3/+1
| | | | | | list of contacts at login time. Still depends on adding an API version number to base_url though.
* Add a few more commands (including RT) and the ability to send replies.Wilmer van der Gaast2010-08-08-1/+3
| | | | | | That's it for now, this is already not very pretty, but just offers the bare basic functionality.
* Add commands to the Twitter module, starting with undo (which deletesWilmer van der Gaast2010-08-07-0/+1
| | | | | either your most recent tweet, or a specific id (pass it as an argument)).
* When using non-Twitter Twitter API services, prefix the channel and contactWilmer van der Gaast2010-07-17-0/+1
| | | | | | | | | | 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.
* D'oh. Of course the getter functions should also treat next_cursor as aWilmer van der Gaast2010-06-30-3/+3
| | | | | | 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.)
* Merge from Geert: Added ability to follow/unfollow Twitter people. (UnfollowWilmer van der Gaast2010-05-30-0/+1
|\ | | | | | | | | won't work with mode=one.)
| * Added functionality to add and remove friendships.Geert Mulders2010-05-29-0/+1
| |
* | Added base_url settting to Twitter module so other services using theWilmer van der Gaast2010-05-23-27/+27
|/ | | | | Twitter API can be used. Only with Basic authentication though.
* Added option to get tweeds either through groupchat or privmes.Geert Mulders2010-03-25-4/+6
|
* Added twitter-module.Geert Mulders2009-12-01-0/+84