| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Refs #61
|
|
|
|
| |
Refs #57
|
|
|
|
| |
Refs #55
|
|
|
|
| |
Refs #55
|
|
|
|
| |
Refs #55
|
|
|
|
| |
Refs #28
|
|
|
|
| |
Refs #52
|
|
|
|
| |
Refs #52
|
|
|
|
|
|
| |
Also removed subscription.php due to the new subscription specification (#28)
Refs #52 and #28
|
|
|
|
| |
Refs #10
|
|
|
|
|
| |
Previously, the return value was recieved by $resp->value(), but that returned an xmlrpcval, not an int. The proper method
is $resp->value()->scalarVal(). Refs #44
|
|
|
|
| |
Refs #44
|
|
|
|
| |
Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
|
|
|
|
|
|
|
|
|
| |
Previously, even after the key generation bug ([127]) was fixed, the
Client was still failing to decrypt properly. However, the first
field, Title, decrypted perfectly, so it was discovered that while
the Client reset the Cipher object after every decryption, the Update
Server did not reset MCrypt after every enryption. This has been
fixed. Refs #10
|
|
|
|
|
|
|
|
| |
The Client was failing to properly decrypt encrypted data because of a key
generation issue, the key is generated from a password and a Verification ID.
However, because Verifcation IDs must be unique, the encryption key and the
decryption key would differ. However, the Central Server needs to be modified
so as to pass on the Encryption Key. Refs #10
|
|
|
|
| |
Refs #10
|
|
|
|
| |
Closes #22
|
|
|
|
|
| |
From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for
password-protection. Refs #10
|
|
|
|
|
|
| |
Users of the Update Server Library will no longer have to write their own Subscription File because now the Library comes
with an automatically generated one with password-protection support. Just ensure that if you move subscription.php away
from instadisc.php that you update the include() in subscription.php! Refs #10
|
|
|
|
|
|
| |
Using the new instaDisc_sendEncrypted() function and the $idusEncryptionPassword variable, you can now feed
password-protected subscriptions. However, a Subscription File will have to be automatically generated to support the
password-protection. Refs #10
|
|
|
|
| |
See [90]
|
|
|
|
| |
This really should have happened in [59]. It's [37] all over again.
|
| |
|
|
|
|
| |
Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion.
|
|
|
|
| |
The next step is to implement the instaDisc_* functions and complete the Central Server.
|
|
|