netkas
|
d9955f9393
|
Add EncryptionChannelMessage class for managing encryption channel message data
|
2025-03-04 13:41:52 -05:00 |
|
netkas
|
912de28871
|
Add methods to retrieve message owner and receiver, and convert record to standard message
|
2025-03-04 13:41:48 -05:00 |
|
netkas
|
1723983072
|
Add getSharedSecret method for Diffie-Hellman key exchange in EncryptionChannelSecret
|
2025-03-04 13:41:44 -05:00 |
|
netkas
|
4a37844920
|
Add EncryptionChannelInstance class for managing encryption channel messages
|
2025-03-04 13:41:39 -05:00 |
|
netkas
|
371ebfec1a
|
Correction
|
2025-03-03 15:35:24 -05:00 |
|
netkas
|
f4c3954b06
|
Add encryption channel methods and related classes
|
2025-03-03 14:59:37 -05:00 |
|
netkas
|
9eeab95e4d
|
Logic Correction from "AND" to "OR"
|
2025-03-03 14:38:59 -05:00 |
|
netkas
|
47ebcb71ae
|
Refactored EncryptionChannelSecret
|
2025-03-03 14:38:32 -05:00 |
|
netkas
|
4152c06469
|
Added methods to determine certain types
|
2025-03-03 14:38:20 -05:00 |
|
netkas
|
7d63b6411d
|
Remove unnecessary exception documentation from isExternal method
|
2025-03-03 04:26:37 -05:00 |
|
netkas
|
ef9336ca54
|
Refactor containsParameter method to improve null and empty string handling
|
2025-03-03 04:26:29 -05:00 |
|
netkas
|
94b6e1ff01
|
Added EncryptionChannelMessageRecord and EncryptionChannelRecord
|
2025-02-21 22:59:42 -05:00 |
|
netkas
|
e2b5bfab32
|
Removed unused Encryption channel objects
|
2025-02-20 00:39:58 -05:00 |
|
netkas
|
29a3d42538
|
Major changes, revamp required
|
2025-02-20 00:34:07 -05:00 |
|
netkas
|
ee48456f2f
|
Renamed SigningKey to Signature
|
2025-02-10 15:40:20 -05:00 |
|
netkas
|
466ebcd1a8
|
Implemented getSelf
|
2025-02-10 15:16:45 -05:00 |
|
netkas
|
50e2d18520
|
Reversed the default parameter
|
2025-02-07 22:30:05 -05:00 |
|
netkas
|
ba3b35de9b
|
Added parameter nullAllowed to return True if the parameter exists AND the parameter is not null if nullAllowed is set to False, by default it's True.
|
2025-02-07 22:24:57 -05:00 |
|
netkas
|
05f6661a75
|
Renamed ContactRecord to Contact
|
2025-02-07 18:23:10 -05:00 |
|
netkas
|
d929a9ec4c
|
Added Standard Objects for the encryption channel
|
2025-02-06 15:38:52 -05:00 |
|
netkas
|
0e08bef3bc
|
Added Encrypted channels and communication methods
|
2025-02-06 15:13:00 -05:00 |
|
netkas
|
8c2cbf48d5
|
Improved Peer Resolution and fixed minor bugs and issues, completed todo
|
2025-01-31 15:31:07 -05:00 |
|
netkas
|
7a39b0fd35
|
Renamed PeerRecord to PeerDatabaseRecord
|
2025-01-31 15:13:12 -05:00 |
|
netkas
|
2ba814f9b4
|
Peer resolution for a contact isn't needed, reference is found in 'address' which could be resolved at a later time
|
2025-01-31 13:05:31 -05:00 |
|
netkas
|
83a47ddd5e
|
Updated method AddressBookGetContact to return a full standard contact, improved standard contact object
|
2025-01-30 19:51:37 -05:00 |
|
netkas
|
d12b4d1c1d
|
Updated PhpDocs
|
2025-01-30 15:23:19 -05:00 |
|
netkas
|
330e7f876b
|
Added the ability to trust signing keys & resolve signing keys for peers, minor improvements and added new standard error "CONFLICT"
|
2025-01-30 15:20:11 -05:00 |
|
netkas
|
b8346e139c
|
Renamed StandardException to StandardRpcException
|
2025-01-30 00:37:37 -05:00 |
|
netkas
|
efc9905200
|
Moved StandardException to it's own namespace
|
2025-01-30 00:27:06 -05:00 |
|
netkas
|
10e1368942
|
Added the ability to parse created and expired as strings/null
|
2025-01-29 15:40:40 -05:00 |
|
netkas
|
5e26b08f9e
|
Added additional check
|
2025-01-29 15:40:24 -05:00 |
|
netkas
|
c2330b374a
|
Added TextCaptchaVerification
|
2025-01-29 15:26:58 -05:00 |
|
netkas
|
75897da9e9
|
Added SignatureKeyPair for a client object
|
2025-01-29 15:26:36 -05:00 |
|
netkas
|
dd35bc69b3
|
Added ImageCaptchaVerification as a standard object
|
2025-01-29 15:24:48 -05:00 |
|
netkas
|
4a9c42a52d
|
Removed ImageCaptcha (Old)
|
2025-01-29 15:24:39 -05:00 |
|
netkas
|
c5093e4d0c
|
Added ExternalUrlVerification as a standard object
|
2025-01-29 15:24:32 -05:00 |
|
netkas
|
cebfa72ec0
|
Moved ExportedSession from Objects to Objects\Client & Added signing keypairs & a default keypair
|
2025-01-29 15:24:06 -05:00 |
|
netkas
|
bdd35dc8ac
|
Added ContactKnownKeyRecord.php
|
2025-01-29 15:23:42 -05:00 |
|
netkas
|
1b89a7f921
|
Improved Flag Parsing in Peer object constructor
|
2025-01-27 03:51:44 -05:00 |
|
netkas
|
3e5199d776
|
Corrected property access in InformationField
|
2025-01-27 03:51:28 -05:00 |
|
netkas
|
71d921def5
|
Updated PhpDoc
|
2025-01-24 15:20:42 -05:00 |
|
netkas
|
a826f4f3a9
|
Updated Standard Peer object to include standard information fields and updated PeerInformationManager to retrieve filtered fields per privacy condition
|
2025-01-24 15:20:19 -05:00 |
|
netkas
|
f689e36378
|
Refactored Peer Information to use InformationFields rather than being hard-coded into the peer record
|
2025-01-24 15:10:20 -05:00 |
|
netkas
|
75de51c910
|
Added method ADDRESS_BOOK_GET_CONTACTS
|
2025-01-22 22:01:07 -05:00 |
|
netkas
|
9e02f0c29b
|
Simplified RpcRequest constructor to accept StandardMethods & string as a input for the method parameter
|
2025-01-22 15:43:27 -05:00 |
|
netkas
|
0d09e77d59
|
Updated PhpDocs
|
2025-01-22 15:36:19 -05:00 |
|
netkas
|
f9a268058f
|
Refactor toStandardPeer to improve data construction clarity
|
2025-01-15 15:15:21 -05:00 |
|
netkas
|
8cad8f97fe
|
Add __toString method to PeerAddress class
|
2025-01-15 15:15:06 -05:00 |
|
netkas
|
eda41155aa
|
Update exception message for invalid address type
|
2025-01-15 15:04:53 -05:00 |
|
netkas
|
a2bbb6e57b
|
Add transport encryption and configuration updates
|
2025-01-15 14:22:46 -05:00 |
|