summaryrefslogtreecommitdiffhomepage
path: root/test/mocks/ipc.js
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov1-100/+0
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov1-31/+27
2018-06-20Rename strange variable `l` to `listener`Andrej Mihajlov1-4/+4
2018-06-05Add formatted source codeAndrej Mihajlov1-35/+38
2018-02-20Fix flow annotations to work on flow v0.66Andrej Mihajlov1-5/+5
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand1-5/+4
2018-01-03Add getAllowLan and setAllowLan RPC callsAndrej Mihajlov1-3/+7
2017-12-19Add IPC method to fetch relay locationsAndrej Mihajlov1-0/+4
2017-11-23Change default udp port to 1301Linus Färnstrand1-1/+1
2017-11-23Fix flow annotationsAndrej Mihajlov1-5/+9
2017-11-23Rename getRelayConstraints to getRelaySettings in mocks/ipcAndrej Mihajlov1-1/+1
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand1-1/+1
2017-11-23Rename get_location -> get_current_locationLinus Färnstrand1-1/+3
2017-11-23Rename get_ip -> get_public_ipLinus Färnstrand1-1/+1
2017-11-21Add account history IPCAndrej Mihajlov1-2/+6
2017-11-14Rename latlong to positionLinus Färnstrand1-1/+1
2017-11-08tcp and portErik Larkö1-1/+9
2017-10-20Refactored the mock IPC to use Promise.resolveErik Larkö1-38/+35
2017-10-20Shutdown instead of disconnecting the backend on exitErik Larkö1-0/+1
2017-10-16rename auth -> authenticationErik Larkö1-2/+2
2017-10-13Move the auth flow into backend.js and write testsErik Larkö1-2/+14
2017-10-12Add transparent authenticationAndrej Mihajlov1-5/+2
2017-10-12Add IPC address parser helperAndrej Mihajlov1-0/+3
2017-09-08Replace setCountry with setCustomRelayErik Larkö1-1/+1
2017-09-04Change accountNumber to accountTokenLinus Färnstrand1-2/+2
2017-08-24Rename paid_until to expiryLinus Färnstrand1-1/+1
2017-08-07Use new actions in autologinErik Larkö1-1/+2
2017-07-17Start the backend againErik Larkö1-0/+1
2017-07-11New backend statesErik Larkö1-1/+4
2017-07-10AutologinErik Larkö1-0/+4
2017-07-07The Backend class is no longer an EventEmitterErik Larkö1-1/+1
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ...Erik Larkö1-32/+52
2017-05-28IPC facadeErik Larkö1-0/+37