0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some code cleanup... Found some leftovers, extraneous whitespace, etc. More is likely on the way as well. More... over 12 years ago
Applied a patch from Alan Schmitz (Thanks!) that adds support for PAM authentication. Hurray for Open Source development! More... over 12 years ago
Added a fix for AltGr (or any KEY_UNKNOWN for that matter) to prevent it from sending a null character when pressed. More... over 12 years ago
Added a convenience function to logging.js: GateOne.Logging.setLevel(level)... Sets the log level using either an integer or a string (so people don't have to remember that GateOne.Logging.level needs to be an integer to work properly). More... over 12 years ago
Fixed the problem where the num pad keys were sending ESC sequences instead of numbers when application cursor keys mode is enabled. Apparently the VT-100 documentation on this one didn't account for modern hardware emulating these sequences only when NOT in numlock mode =). Also fixed a typo in terminal.py with a logging line. More... over 12 years ago
Hey, README.rst worked out great. So I've updated it and removed the old one. Also, the documentation for Gate One is now online http://liftoff.github.com/GateOne/ More... over 12 years ago
Testing an .rst README More... over 12 years ago
Thanks to Raphaƫl Londeix for pointing out a potential deadlock situation in termio.py. Moved lock.release() into a finally: block. More... over 12 years ago
Added some logic to gateone.py to make sure that dtach support isn't enabled unless dtach is actually available. Should fix https://github.com/liftoff/GateOne/issues/5 More... over 12 years ago
Fixed the bug where Google auth wasn't working (https://github.com/liftoff/GateOne/issues/3) More... over 12 years ago
Fixed the relative path issue related to the SSL keyfile/certificate (https://github.com/liftoff/GateOne/issues/2). More... over 12 years ago
Fixed a bug where application cursor keys weren't being set properly ('boolean' should've been 'bool' in gateone.py). Also, the 'r' and 's' CSI escape sequence handlers now (sort of) handle setting expanded modes. Apparently some programs (midnight commander) use this type of ESC sequence instead of the actual expanded mode sequence. More... over 12 years ago
Changed the ordering of Multiplex.term_write so that the logs get written to before the terminal emulator. This way it will be possible to look at the logs to see which escape sequences were called if the terminal emulator throws an exception. More... over 12 years ago
Added a link to the demo video in the README. More... over 12 years ago
Fixing the docs for real this time =) More... over 12 years ago
Doh, sphinxtogithub seems to have messed up the docs a bit. This should fix it. Also, I made a typo in gateone.py right before the last commit. This has been corrected. More... over 12 years ago
Added some logic to on_close() in gateone.py to avoid a transient exception when WebSockets are closed. Also, I believe I fixed the bug reported in https://github.com/liftoff/GateOne/issues/1 where Midnight Commander would cause an exception in terminal.py when it tried to save the cursor position. More... over 12 years ago
Fixed a bug (that I created earlier today when I was cleaning up the code, sigh) where terminals weren't auto-closing themselves when the underlying process ended. More... over 12 years ago
Commit #1: The Gate One beta is about to go public. More... over 12 years ago