Merge lp:~stefanor/ibid/token-426349 into lp:~ibid-core/ibid/old-trunk-pack-0.92

Proposed by Stefano Rivera
Status: Merged
Approved by: Jonathan Hitchcock
Approved revision: 754
Merged at revision: 754
Proposed branch: lp:~stefanor/ibid/token-426349
Merge into: lp:~ibid-core/ibid/old-trunk-pack-0.92
Diff against target: None lines
To merge this branch: bzr merge lp:~stefanor/ibid/token-426349
Reviewer Review Type Date Requested Status
Michael Gorven Approve
Jonathan Hitchcock Approve
Review via email: mp+11375@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jonathan Hitchcock (vhata) wrote :

Does this guy also phone people and read his public key out to them? "One three eff dee eight bee six see eff seven seven dee six..."

review: Approve
Revision history for this message
Michael Gorven (mgorven) wrote :

 review approve

review: Approve
Revision history for this message
Michael Gorven (mgorven) wrote :

Tokens are still case sensitive by the way...

Revision history for this message
Jonathan Hitchcock (vhata) wrote :

> Tokens are still case sensitive by the way...

"One three capital eff lowercase dee eight lowercase bee six capital see capital eff seven seven lowercase dee six..."

Revision history for this message
Stefano Rivera (stefanor) wrote :

r755 Adds two more pairs: B86G

lp:~stefanor/ibid/token-426349 updated
755. By Stefano Rivera

Some more ambigous pairs

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ibid/plugins/identity.py'
2--- ibid/plugins/identity.py 2009-08-29 18:52:04 +0000
3+++ ibid/plugins/identity.py 2009-09-08 16:19:50 +0000
4@@ -133,7 +133,7 @@
5 account.id, oldname, account.username, event.account, event.identity, event.sender['connection'])
6 event.addresponse(True)
7
8-chars = string.letters + string.digits
9+chars = [x for x in string.letters + string.digits if x not in '01lOI']
10
11 class Identities(Processor):
12 u"""(I am|<username> is) <identity> on <source>

Subscribers

People subscribed via source and target branches