index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
OStatus
/
classes
/
Magicsig.php
Age
Commit message (
Expand
)
Author
2010-03-13
changing keypair to text to hold a full 1024bit keypair
James Walker
2010-03-12
cleaning up key generation
James Walker
2010-03-12
converting key generation to new crypt library
James Walker
2010-03-12
converted toString to new crypt library
James Walker
2010-03-12
converted sign, verify and fromString to new crypt lib
James Walker
2010-03-12
Fixes for updating indices, charset/collation and engine type on plugin-creat...
Brion Vibber
2010-03-01
Fix a bunch of notice & warning-level messages that were breaking my inter-in...
Brion Vibber
2010-02-26
renaming sha256 to prevent conflict
James Walker
2010-02-26
better return check in Magicsig::staticGet()
James Walker
2010-02-26
should be sequenceKey (singular)
James Walker
2010-02-26
adding sequenceKeys() to magicsig
James Walker
2010-02-26
move signing to take a local actor profile and use local keys
James Walker
2010-02-25
er. right.
James Walker
2010-02-22
er typo
James Walker
2010-02-22
clean up error logging
James Walker
2010-02-22
generate keypairs for users, and put them in the XRD for discovery
James Walker
2010-02-22
db_objectified magic sig - for persistence of local keypairs
James Walker
2010-02-22
moving magicsig.php to classes - to add storage
James Walker