Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mkrueger published a release on mkrueger/icy_tools
IcyTerm 0.7.12
* Fixed default port connecting to ssh/telnet * Fixed a osc sequence parser bug * Updated ssh librarymkrueger closed an issue on mkrueger/icy_tools
OpenSSH to mystic telnet...
This looks great from an openssh client, and worked fine from Linux, but from Windows icyterm doesn't even show anything upon connection. Other bbs ssh (supposedly) compliant terminals show garbag...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed osc sequence parsing bug. Fixes Issue #65 c0ed25a
mkrueger created a comment on an issue on mkrueger/icy_tools
Ok had nothing to do with the communication layer - it was a bug in my osc parser implementation. Haven't supported the \a abortion sequence so the osc mode never turned off. I parse another osc ...
mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed osc sequence parsing bug. Fixes Issue #65 beafb4d
mkrueger pushed 1 commit to main mkrueger/icy_board
- Fixed windows build + ssh issues. Please enter the commit message for your changes. Lines starting d8bf5a4
mkrueger pushed 1 commit to main mkrueger/icy_board
- Implemented BitSet/Clear. However only for numbers - the utf8 represantation will make it difficult to work on strin... fb8df4b
mkrueger pushed 2 commits to main mkrueger/icy_board
mkrueger created a comment on an issue on mkrueger/icy_tools
Ok fixed - y it's due to the latest network code change. I've split that out since I use the network layer in my bbs project as well - thought it's a good idea to abstract data structures a bit. I...
mkrueger closed an issue on mkrueger/icy_tools
wont connect useing telnet and
trying to connect to bbs.fozztexx.com using telnet and getting an "invalid socket address" error also wont connect to 916 965 1701 when useing a USB us robotics modem and connecting to the same BB...mkrueger created a comment on an issue on mkrueger/icy_tools
Modem speed setting should work - it's part of the address.
mkrueger created a comment on an issue on mkrueger/icy_tools
Happened to me too when working on the ssh connection :-). I'm using a fairly new ssh lib - it has some issues. Took a long time to get it even working with mystic ssh. Should've reported an upst...
mkrueger created a comment on an issue on mkrueger/icy_tools
Fortunately there is an auto save already - wouldn't make such a tool without it. I could swear the close confirmation worked at some point. But window handling got changed by the lib I use a bit ...
mkrueger created a comment on an issue on mkrueger/icy_tools
https://github.com/mkrueger/icy_tools/commit/87f97a71b72a21461b11fd1b9ec791c970eab361 Thanks - added it. Just create a dir "es", drop it and recompile. So you're just 1 recompile away from get it...
mkrueger closed an issue on mkrueger/icy_tools
Can I help you with the Spanish language?
https://github.com/hellocodelinux/icy_tools/blob/master/crates/icy_draw/i18n/es/icy_draw.ftl I made this file but I don't know if you have to indicate something in the rest of the program or if I'...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Added spanish translation by [email protected] Thanks :). 87f97a7
mkrueger created a comment on an issue on mkrueger/icy_tools
Ok it's still a bug - the default port should work without specifying. That used to work - I suppose it's a side effect of my network layer rework.
mkrueger pushed 1 commit to main mkrueger/icy_board
- File viewer now uses standard more prompt routine. There is no sane way of doing it an other way. 0e265fd
mkrueger pushed 1 commit to main mkrueger/icy_board
- No longer allow empty "print" statements. They've valid in PPE but make no sense and the original compiler erros out... 02d365b
mkrueger pushed 1 commit to main mkrueger/icy_board
- Decompiler uses now the new statement/function meta data to improve output. It should now be better to determine boo... 6244af8
mkrueger created a comment on an issue on mkrueger/icy_tools
I'll look at it - windows handles net slightly different than proper operating systems :-).
mkrueger pushed 1 commit to main mkrueger/icy_board
- Improved ppl-lsp. * Added function meta data * PPL Documentation is now nearly complete * Handled PPL constants 09de1ad