lp:~robru/gwibber/fix-rate-limiter

Created by Robert Bruce Park and last modified
Get this branch:
bzr branch lp:~robru/gwibber/fix-rate-limiter
Only Robert Bruce Park can upload to this branch. If you are Robert Bruce Park please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Bruce Park
Project:
Gwibber
Status:
Merged

Recent revisions

1450. By Robert Bruce Park

Promote _locked_login to Base class.

It was *much* more redundant than I'd originally envisioned, so I
refactored it out into a single, unified definition in the Base class,
squeezing all the protocol-unique details into a _whoami instance
method, which is responsible for recording the current user's name and
id into self._account.

At this point, _locked_login is only ever called from _login, so we
should consider merging those two methods (although this may result in
one overly-huge method, so it may be better to keep them separated
purely from a conceptual-compartmentalization standpoint).

1449. By Robert Bruce Park

Rebase barry's Facebook branch onto the updated py3 branch.

Includes schema fixups for the tests in other protocols. Also,
'debug_live.py facebook receive' is confirmed to be working.

1448. By Robert Bruce Park

Fix FakeOpen mock to better reflect reality.

And fix the code using it to actually work in reality.

1447. By Barry Warsaw

Identi.ca plugin has been ported.

1446. By Barry Warsaw

Merged lp:~robru/gwibber/identica. Did some reformatting for style and line
lengths, fixed some pyflakes warnings, and added a test for the new identica
time format.

1445. By Barry Warsaw

Merge lp:~robru/gwibber/twitter, with some stuff from barry.

1444. By Barry Warsaw

Trunk merge

1443. By Barry Warsaw

Provide a better way of distinguishing public features, by using the @feature
decorator on such methods.

Base class gets a get_features() classmethod to return the list of strings
naming the features.

Add tests.

1442. By Barry Warsaw

lp:~robru/gwibber/get_tokens refactoring _get_access_token() to the base class.

1441. By Barry Warsaw

Merge lp:~robru/gwibber/foursquare-fixup for a few defaults.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:gwibber
This branch contains Public information 
Everyone can see this information.