Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Stas Sergeev
27.06.2013 20:40, Mateusz Viste пишет: > Works like a charm. > Now I have a rock solid network connectivity AND can browse the > gopherspace with the gopherus client. Victory is mine. :) Thanks! For those who is not following bts, the patch is here: https://sourceforge.net/p/dosemu/patches/118/ -

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Mateusz Viste
On 06/27/2013 06:02 PM, Stas Sergeev wrote: > Preferably you should add mentioning of GPL at least > everywhere you added your copyrights. That's what I did now. > git pull > If there are no conflicts, then you'll be fine. > After that, you can advance your own commit on top of > the existing dev

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Stas Sergeev
27.06.2013 19:42, Mateusz Viste пишет: > Hi, > > I release the librouter code under GNU GPL (just like taprouter). I had > the GNU GPL header added to librouter.c, as it's the entry point for all > other files I added, Preferably you should add mentioning of GPL at least everywhere you added your

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Mateusz Viste
Hi, I release the librouter code under GNU GPL (just like taprouter). I had the GNU GPL header added to librouter.c, as it's the entry point for all other files I added, but you are right that it should be repeated in other files as well for clarity. I will fix that. BTW, could you please tell

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Stas Sergeev
27.06.2013 18:54, Mateusz Viste пишет: > Hi Stas! > > Thanks for your very clear instructions. I managed to create the patch > without any problems, and posted it on the dosemy bugtracking platform. Thanks, I'll try to take a look and do some basic testing when time permits. If someone else in thi

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Mateusz Viste
Hi Stas! Thanks for your very clear instructions. I managed to create the patch without any problems, and posted it on the dosemy bugtracking platform. cheers, Mateusz On 06/27/2013 04:01 PM, Stas Sergeev wrote: > 27.06.2013 17:41, Mateusz Viste пишет: >> I suppose it should detect somehow th

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Stas Sergeev
27.06.2013 17:41, Mateusz Viste пишет: > I suppose it should detect somehow the files I changed, and perform a > diff on them, giving me a ready-to-use patch file.. But I am probably > missing some magic parameter that I should feed to it via the command > line, am I? First, you need to do git c

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Mateusz Viste
Hi, The format-patch thing sounds nice. Could you tell more about how I should use it? I'm sorry for being a git noob - I am used to svn, and never really understood the whole fuss about the greatness of git :) I naively tried to type the command you gave me at the root folder of my dosemu pro

Re: [Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Stas Sergeev
Hi, thanks for you work! Would be nice if you create a patch with git format-patch (or even a serie of patches) and attach them to the "patches" section of bts, so that it won't get forgotten. Thanks again. -- This SF.ne

[Dosemu-devel] DOSemu with 'user networking' support

2013-06-27 Thread Mateusz Viste
Hi, I managed to implement my taprouter software into DOSemu. It means that it's possible for users to get an internet connectivity inside DOSemu that 'just works', without needing to play with bridges, routing, nat, etc etc etc, and without having to run anything with root privileges. The on