0 Members and 2 Guests are viewing this topic.
Ghostship, you would make a good politician
Since you have said in the past the exploits are really on the primary portion maybe make a the code able to have a conditional compile and make it so you can remove/add the primary portion with a simple #define statement, or put the primary code in a dynamically linked library that only gets linked at run time with the said define statement, then put the code on GitHub just as the secondary client only no primary code.Can even put the full code base in a PRIVATE GitRepo either on GitHub or GitLab or BitBucket or somewhere else, that way you don't have to keep just zipping up the code and passing it around among who ever is currently developing it.Another thing would be that if you have used any GPL code in your code (RoboMX is GPL) already you must follow the instructions of the GPL which includes licensing the deriviitve work under a license compatible with GPL and releasing the source. That is the reason why Bender made his code GPL other people who used his work for future projects would have release their code as open source as wellAlso the point of GitHub would be the code would be out there for people who are willing to commit not all their times but just small portions of if here and there to developing it. You would even have a proper issue/bug tracker rather than using a SMF forum as a bug tracker.At the moment I do not have a butt load of time to devote to this project however I would be willing to take a peek now and then at an issue tracker and the code to see if can't knock down 1 bug. But the current way you guys share the code between one another does not work in a decentralized environment. Do the right thing release at least the secondary code on GitHub in a public repo if you need a private repo and don't want to pay the low fee GitHub charges for one I can offer a couple alternatives including BitBucket and GitLab (haven't tried GitLab yet but it looks very promising may start moving my private repo's there) then it can finally be called OurMX and actually mean it right now it's more like YourMX with how closed it is after promises of open source.