xenos

Results 28 comments of xenos

I drilled through the code. The BBS Name exceeds the net_system_list_rec.name length of 40-1=39 characters, which is what I am assuming crashes network3 in BbsListNet::ParseBbsListNet and related functions. Maximum system...

Suggested fix in sdk/bbslist.cpp line 131-138: ``` case '\"': { ++iter; // skip past first " string name; while (iter != ss.end() && *iter != '\" && iter < 40)...

I started work on something that needed the EPROGS.NET before then saw that it wasn't implemented yet. This will be cool for a lot of stuff that we can make...

confirmed that no disconnect message appears to others in the chat room in /c multi user chat when the other user simply disconnects/hangs up. the disconnected user is also still...

How about network of the sender? There's a network num field in postrec in network_msg.net_num right after the title and padding (see vardec.h). I think this should be set by...

i assume that this is already in the current code. documented?

Do you mean these? 4.11 and 4.20 have the same menu look. ![Screenshot from 2023-01-17 23-42-53](https://user-images.githubusercontent.com/188277/212943442-1a07d9f8-365c-4fcc-a7a5-1e55f8936968.png)

These are from 4.10 ![Screenshot from 2023-01-17 23-44-35](https://user-images.githubusercontent.com/188277/212943958-d3fda21c-aa80-4dd2-a4d5-2c942a90a06c.png)