summaryrefslogtreecommitdiff
path: root/components
Commit message (Collapse)AuthorAgeFilesLines
...
* additional functions in author.erlUlf Wiger2015-07-261-0/+0
|
* Added debug output of keys retreived for a specific connectionMagnus Feuer2015-07-251-1/+1
|
* Successfully authorized connection is now stored by peer IP/port instead of ↵Magnus Feuer2015-07-251-1/+1
| | | | remote-reported IP/port
* Now uses the correct decode_jwt functionMagnus Feuer2015-07-251-10/+1
|
* Now validates certificate signatures against root public key instead of ↵Magnus Feuer2015-07-251-1/+1
| | | | against device public key. Bad Emil!
* Now extracts certificates from { array, Certs } tupleMagnus Feuer2015-07-252-3/+17
|
* Add functionality to author.erlUlf Wiger2015-07-252-21/+120
|
* Now handles JWT tokens in list format.Magnus Feuer2015-07-241-1/+5
|
* FIxed minor issuesMagnus Feuer2015-07-191-2/+2
|
* Reintroduced code deleted by mistakeMagnus Feuer2015-07-132-0/+132
|
* master: Merged from certificate-testMagnus Feuer2015-07-136-23/+34
|\
| * certificate-test: Merged from release-nextMagnus Feuer2015-07-021-22/+8
| |\
| * | certificate-next: Fixed typo level bugs.Magnus Feuer2015-06-291-6/+7
| | |
| * | minor fixes rvi -> rvi_core + usable defaultsUlf Wiger2015-06-294-11/+16
| | |
| * | rvi renamed rvi_core. MErged with release-nextMagnus Feuer2015-06-254-6/+6
| | |
| * | MErged in Ulf's changesMagnus Feuer2015-06-2518-570/+1419
| |\ \
* | \ \ master: Merged from PDXostcMagnus Feuer2015-07-136-118/+664
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | release-next: Each outbound message is now run in its own process, ↵Magnus Feuer2015-06-261-22/+8
| |/ | | | | | | alleviating nested callback deadlocks
| * Further faultsearchingMagnus Feuer2015-06-241-0/+8
| |
| * Fault searching bt disconnect scenarioMagnus Feuer2015-06-242-5/+7
| |
| * More info neededMagnus Feuer2015-06-231-3/+5
| |
| * Trials for bug fixMagnus Feuer2015-06-231-3/+1
| |
| * Trials for bug fixMagnus Feuer2015-06-231-1/+7
| |
| * Fix for parametersMagnus Feuer2015-06-231-1/+1
| |
| * TempMagnus Feuer2015-06-221-1/+9
| |
| * TempMagnus Feuer2015-06-223-9/+29
| |
| * Now accepts alternate websocket command structureMagnus Feuer2015-06-161-0/+12
| |
| * Additional fixesMagnus Feuer2015-06-151-3/+10
| |
| * Synced parameter structures with new rvi.jsMagnus Feuer2015-06-131-9/+4
| |
| * Simplified websocket now works with JSON-RPC from locally connected servicesMagnus Feuer2015-06-123-460/+307
| |
| * Lightweight version of the websocket serverMagnus Feuer2015-06-122-2/+687
| |
| * Removed wse deps. Fixed naming issue in bt.Magnus Feuer2015-06-113-5/+4
| |
| * First stab at simplified websocketMagnus Feuer2015-06-111-1/+4
| |
| * Moved json extractor to rvi_commonMagnus Feuer2015-06-112-131/+136
| |
| * Now processes multiple JSON elements in one chunkMagnus Feuer2015-06-101-7/+37
| |
| * Now handles escape characters and in-string curly bracketsMagnus Feuer2015-06-101-29/+103
| |
| * Fixed shutdown issue of multiple servicesMagnus Feuer2015-06-102-3/+4
| |
* | validate using TimeoutArgUlf Wiger2015-06-101-1/+1
| |
* | dlink_tcp_rpc.erl compiles without warningsUlf Wiger2015-06-101-58/+13
| |
* | w.i.p. doesn't compile a.t.m.Ulf Wiger2015-06-101-98/+39
| |
* | w.i.p. fixing auth for dlink_tcp+jsonUlf Wiger2015-06-101-68/+167
| |
* | first integration, certs + bluetoothUlf Wiger2015-06-105-185/+150
| |
* | Service invocation signed and validatedUlf Wiger2015-06-108-144/+219
| |
* | w.i.p. signing svc announcementsUlf Wiger2015-06-108-111/+361
| |
* | added auth escriptUlf Wiger2015-06-104-2/+121
| |
* | w.i.p.Ulf Wiger2015-06-107-148/+450
| |
* | JWT-style certificates, WIPUlf Wiger2015-06-105-38/+91
| |
* | untested initial cert additionsUlf Wiger2015-06-104-5/+93
|/
* Fixed crash if inbound socket is disconnected prior to authenticaitonMagnus Feuer2015-06-093-8/+19
|
* Removed packet length counter between RVI nodes. Now counts brackets to ↵Magnus Feuer2015-06-093-12/+49
| | | | figure out packet completion.