When running cmake, I get this:
-- Found ICONV: /usr/lib/x86_64-linux-gnu/libc.so
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
Is this bad/OK/normal/related to my issue?
I'm running under Ubuntu 22.04. I know doors run fine on Smuggler's
Cove, so I'm not sure what I'm doing. I even tried wireshark to
I've been playing with Talisman, and I'm getting some weird results
when trying to setup the doors.
apam wrote to Bugz <=-
I'm running under Ubuntu 22.04. I know doors run fine on Smuggler's
Cove, so I'm not sure what I'm doing. I even tried wireshark to
Smuggler's Cove runs on Windows 10, which does doors differently to
linux. On linux doors are piped through STDIO, and talisman will
convert codepages to whatever the user who logged in has their codepage set as. whereas on windows it passes the socket.
i will have a look and see if i can figure it out
- f2 << "999" << LINE_END;
+ f2 << std::to_string(n->get_timeleft() / 60) << LINE_END;
Bugz wrote to apam <=-
Ok, my door32 tester passes off the connection fd as fd 3 when running
the door.
Yeah, but a telnet socket and a ssh channel are completely different animals. I should have remembered that. You can't handle them the
same.
On Sat Feb 4 19:00:00 2023, apam wrote to Bugz <=-
on talisman when you connect via ssh it creates a raw loopback connection
so the socket that is passed is that socket not the ssh one.
apam wrote to Bugz <=-
on talisman when you connect via ssh it creates a raw loopback
connection so the socket that is passed is that socket not the ssh one.
Sysop: | Tetrazocine |
---|---|
Location: | Melbourne, VIC, Australia |
Users: | 5 |
Nodes: | 8 (0 / 8) |
Uptime: | 35:17:06 |
Calls: | 56 |
Files: | 21,500 |
Messages: | 69,370 |