bettercap/session
Hasibul Hasan Anik 8c3f60641e Remove unnecessary and empty if block.
The if block itself is empty. Calling recover is enough to recover from panic
2020-03-05 13:01:17 +06:00
..
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: wifi.min.rssi, wifi.ap.ttl and wifi.sta.ttl changes are now applied in realtime 2019-09-15 15:10:56 +02:00
environment_test.go revert ! 2018-10-28 17:42:25 +01:00
events.go Remove unnecessary and empty if block. 2020-03-05 13:01:17 +06: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 new: wifi.min.rssi, wifi.ap.ttl and wifi.sta.ttl changes are now applied in realtime 2019-09-15 15:10:56 +02:00
module_handler.go new: implemented mDNS server / spoofer (closes #542) 2019-04-22 13:53:32 +02:00
module_handler_test.go Update broken tests 2019-06-30 22:22:36 +02:00
module_param.go new: wifi.min.rssi, wifi.ap.ttl and wifi.sta.ttl changes are now applied in realtime 2019-09-15 15:10:56 +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 caplets: Swap Error Returns 2019-11-13 15:39:20 -08: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