3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hide Exscriptd.daemonize and .pidutil from the API docs. More... about 15 years ago
fix: Exscript.util.interact.prompt() would reject all input unless a validator was passed. More... about 15 years ago
Add Exscript.util.interact.InputHistory, .prompt(), and .get_filename(). More... about 15 years ago
Exscriptd.OrderDB: closed orders have progress 1.0 if they have no tasks. More... about 15 years ago
exclaim: include progress in the --order-list output. More... about 15 years ago
TODO updated. More... about 15 years ago
api doc parameter name fix in Exscript.xml.add_account_to_etree(). More... about 15 years ago
disable paramiko deprecation warnings. More... about 15 years ago
remove the paramiko submodule, as all required patches have landed in paramiko's official repository. More... about 15 years ago
implement Exscriptd.Order.get_progress() and .get_progress_percent(). More... about 15 years ago
Exscriptd.xml: add get_accounts?_from_etree() and add_accounts?_to_etree(). More... about 15 years ago
fix: error message when a thread raises an exception. More... about 15 years ago
fix: daemon died after a thread throws an exception. More... about 15 years ago
rename Connection.open() to Connection.connect() to match API with Exscript.protocols.Protocol. More... about 15 years ago
rename Exscript.protocols.Transport to Exscript.protocols.Protocol. More... about 15 years ago
exscriptd: bump up maximum log size. More... about 15 years ago
exscriptd: fix: daemonize before any other threads are started. More... about 15 years ago
exscriptd: use logfile rotation More... about 15 years ago
exscriptd: use logfile in the default init script. More... about 15 years ago
Exscript.HTTPDaemon: s/REST/HTTP/ More... about 15 years ago
exscriptd: add --logfile CLI option. More... about 15 years ago
exscriptd: make sure to redirect stdin/stderr/stdout when daemonizing. More... about 15 years ago
exscriptd now daemonizes itself, and writes a pidfile. More... about 15 years ago
Exscript.protocols.Transport: expect_prompt() and execute() now return whatever expect() returns. More... about 15 years ago
clean up CLI args of the exscript executable. More... about 15 years ago
exscript: fix: commit 798bdccf40a2d56e38226f168099c98d30feaad7 broke the CLI executable. More... about 15 years ago
move some code from Exscript.Connection to Exscript.HostAction. More... about 15 years ago
TODO updated. More... about 15 years ago
move the list of built-in protocols from Exscript.Queue.built_in_protocols to Exscript.protocols.protocol_map. More... about 15 years ago
Cleanup: simplify handling of Exscript.Account.otp_requested_event. More... about 15 years ago