.. |
command_handler.go
|
fix: command handlers are now atomically locked
|
2019-02-26 13:26:28 +01:00 |
command_handler_test.go
|
revert !
|
2018-10-28 17:42:25 +01:00 |
doc.go
|
docs: added basic per-package documentation
|
2018-02-11 20:38:59 +01:00 |
environment.go
|
new: exporting module parameters current value in api.rest
|
2019-03-14 21:05:33 +01:00 |
environment_test.go
|
revert !
|
2018-10-28 17:42:25 +01:00 |
events.go
|
goroutine references address overwritten in loop; pass-by-value
|
2019-04-13 17:26:02 -04:00 |
events_ignore_list.go
|
new: the events ignore list is now exported as the events.stream state object via api.rest
|
2019-03-21 11:59:41 +01:00 |
events_test.go
|
Adds events tests
|
2018-10-25 05:15:56 +02:00 |
module.go
|
fix: modules that require net.recon can now specify it as a dependency
|
2019-04-02 00:06:43 +02:00 |
module_handler.go
|
new: implemented mDNS server / spoofer (closes #542)
|
2019-04-22 13:53:32 +02:00 |
module_handler_test.go
|
add module handler test
|
2018-10-25 17:26:42 +02:00 |
module_param.go
|
new: implemented mDNS server / spoofer (closes #542)
|
2019-04-22 13:53:32 +02:00 |
prompt.go
|
fix: do not show gateway warning if the interface is not connected to any network
|
2019-02-06 09:11:38 +01:00 |
session.go
|
new: added Updated field to session.GPS
|
2019-03-30 00:26:38 +01:00 |
session_completers.go
|
misc: small fix or general refactoring i did not bother commenting
|
2019-02-24 13:20:41 +01:00 |
session_core_handlers.go
|
fix: clear handler caused issues on some terminals, fixed by using os specific clear command
|
2019-03-22 21:28:57 +01:00 |
session_json.go
|
new: exporting hardware resources usage from api.rest
|
2019-04-09 12:08:30 +03:00 |
session_parse.go
|
fix: single quotes can now be used to clear variables (fixes #450)
|
2019-02-16 15:54:51 +01:00 |
session_setup.go
|
new: ble.enum and ble.write now support autocompletion
|
2019-02-18 13:06:41 +01:00 |
session_setup_test.go
|
Add test for containsCapitals function
|
2018-10-25 05:16:44 +02:00 |
session_test.go
|
Add more ParseCommand tests
|
2018-10-25 18:46:13 +02:00 |