3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jan 18, 2025 — Jan 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: Only use domain name if a domain is not already appended. More... over 17 years ago
Fix logging. More... over 17 years ago
Passed in variable names were not correctly defined. More... over 17 years ago
Fix mask2pfxlen to work with 255.255.255.255, fix Python 2.2 breakage. More... over 17 years ago
Add mask2pfxlen function to the stdlib. More... over 17 years ago
Major redesign, split some libraries out of the Exscript package. More... over 17 years ago
* Add support for from ... to ... loops. * Improved the SSH adapter such that it works even if the DISPLAY variable is set. * Add support for using the SSH -i switch. * Added the List and IPv4 namespaces, with several new functions. More... over 17 years ago
* lib/Exscript/Fail.py: Fix: Inverted logic. * lib/Exscript/Execute.py, lib/Exscript/Extract.py, lib/Exscript/Parser.py, exscript.py: Changed behavior of --no-prompt such that all prompts are now ignored, not only the login prompt. Added --no-initial-prompt that mimics the original behavior of --no-prompt. * lib/Exscript/TerminalConnection/Telnet.py: Improved error message in debug mode. -Samuel More... almost 18 years ago
* lib/Exscript/Fail.py, lib/Exscript/Code.py, : New built-in keyword "fail". * lib/TerminalActions/LoggedSequence.py: Fix: Prettier log message. -Samuel More... about 18 years ago
* exscript.py: Script may now also be used as a standard Python module. * lib/Exscript/Append.py: Add new built-in modifier "append". * lib/Exscript/stdlib/Device/model.py: New Exscript function "model()". * lib/Exscript/TerminalConnection/*: Fix: Better error message on prompt timeout. -Samuel More... about 18 years ago
* lib/TerminalConnection/telnetlib.py: Fixed a bug that the prompt match would sometimes not add the correct content into the response buffer. * exscript.py: Added the --no-auto-logout switch. -Samuel More... about 18 years ago
* Release 0.9.11. -Samuel More... about 18 years ago
* Possible fix for Huawei router detection. -Samuel More... about 18 years ago
* Turn on even more debug info. -Samuel More... about 18 years ago
* Show a lot more debug info in the login procedure. -Samuel More... about 18 years ago
* Some improvements for Huawei routers. -Samuel More... about 18 years ago
* Hopefully fixed the "quit" command on Huawei routers. -Samuel More... about 18 years ago
* lib/TerminalConnection/Transport.py: Increase default timeout to 30 seconds. * exscript.py, lib/Exscript/stdlib/Connection/send.py: Fix: exit/quit command. -Samuel More... about 18 years ago
* Removed some obsolete code. -Samuel More... about 18 years ago
* lib/TerminalConnection/*.py, lib/Exscript/stdlib/Device/vendor.py: Improved operating system and vendor detection. * lib/Exscript/Regex.py: Added support for regular expression modifiers. * lib/Exscript/stdlib/Device/os.py: New builtin function device.os(). * exscript.py: Execute "quit" instead of "exit" on Huawei routers. -Samuel More... about 18 years ago
* lib/Exscript/stdlib/Connection/wait_for.py: New builtin function. * lib/Exscript/ExpressionNode.py: Decreased priority of the "not" operator. -Samuel More... about 18 years ago
* Added --no-prompt switch. -Samuel More... about 18 years ago
* Fix: Restore Huawei username prompt support. -Samuel More... about 18 years ago
* Fix: Last commit was broken. -Samuel More... about 18 years ago
* Fix: Do not ask for the username when the -n switch is given. * Improved command line error messages for -n switch. -Samuel More... about 18 years ago
* Fix: Make the builtin function device.vendor() work for cisco_crs1. -Samuel More... about 18 years ago
* Fix: Huawei support was most probably broken. -Samuel More... about 18 years ago
* exscript.py: Added -a and -n switches. * lib/FooLib/Interact.py: get_user(): New. * lib/TerminalConnection/*.py: Add support for Huawei routers. * lib/TerminalConnection/Transport.py: Improved prompt matching. -Samuel More... about 18 years ago
* lib/TerminalConnection/telnetlib.py: Speed up prompt matching by only searching through the last 40 bytes in the buffer. This also limits the maximum prompt length to 40 characters. * lib/Exscript/stdlib/Device/vendor.py: Improved Cisco router detection. -Samuel More... over 18 years ago
* exscript.py: Added a --version flag. -Samuel More... over 18 years ago