Indefero

Indefero Commit Details


Date:2010-08-31 16:07:31 (14 years 7 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:5f4e1da0c862e18515c5ddbaa6ccdb88852e7411
Parents: 187365db76c3eb5a35f12ec636d9cc3028e8059d
Message:while there _should_ be really a custom application exception, currently there is no such one

Changes:

File differences

src/IDF/Key.php
8484
8585
8686
87
87
8888
8989
9090
......
123123
124124
125125
126
126
127127
128128
129129
            return array('ssh', $m[2], $m[1]);
        }
        throw new IDF_Exception('invalid or unknown key data detected');
        throw new Exception('invalid or unknown key data detected');
    }
    /**
    {
        list($type, $keyName, $keyData) = $this->parseContent();
        if ($type != 'mtn')
            throw new IDF_Exception('key is not a monotone public key');
            throw new Exception('key is not a monotone public key');
        return sha1($keyName.":".$keyData);
    }

Archive Download the corresponding diff file

Page rendered in 0.11200s using 13 queries.