Rushfan

Results 65 comments of Rushfan

To do this, networkf should figure out the user number of the recipient then set the major type to ```main_type_email``` and not ```main_type_email_name```. Once network2 gets the message as a...

I actually just saw this as I was working on the full screen message reader. SyncTerm sends a \r and then a \n when you press enter. Code that's checking...

That's a nice suggestion. the voting code hasn't been touched at all, really, since 4.04 AFAIK and also looks the same as it was in 3.21. There's certainly some opportunity...

That's correct, the internal fsed doesn't support slash commands.

The BBS can use long filenames for datafiles, msg/ans files, etc now and all of the datastructures (apart from attached files, and file areas) are mostly LFN capable now.

I think for now I'll just start with ini file format. That'll work well enough for now and if we need something better, I'll write a converter to convert the...

Also this lets merging work, so we can add something like: [bbs] chat_sysop = Would you like to chat with {sysop}? [bbs.fr] chat_sysop = Souhaitez-vous discuter avec {sysop}? [bbs.california] chat_sysop...

https://support.microsoft.com/en-us/help/190351/how-to-spawn-console-processes-with-redirected-standard-handles

https://github.com/diegocr/netcat/blob/master/doexec.c

http://edn.embarcadero.com/article/10387 has a good example, really this is just like the syncfoss case, except we write to a names pipe that the stdio stdin handles were pointed to