Hey folks,
I had to update the SVN version again (if you want to download the services, please chose the SVN version, the others are too old atm - i will update them as soon as possible)
I corrected 2 Bugs today concerning inspircd2.x protocol (inspircd's internal protocol version 1202) there was a problem with the Nick registration mode and the voice perfix in their so called FJOIN statement (thanks for BaCkBoNe for contacting me xD)
17.04.2012 - BUGFIX: Fixed a Bug in inspircd2.x.c Protocol file (enabled NickRegMode and fixed a Bug for using svs2mode and svsmode -> sender and receiver were the same) thanks to BaCkBoNe
17.04.2012 - BUGFIX: Fixed a Bug in inspircd2.x.c Protocol file changed SJOIN/FJOIN perefix for voice to "v" instead of the old version "+" prefix thanks to BaCkBoNe
Anyways there is STILL a problem with the chanprotect.so module of inspircd - in our tests today it seemed to be loaded from inspircd side but it WAS NOT appearing in the list of loaded modules on server link... Due to lack of this module in the list orion does NOT enable the chanprotect module and permits usage of "+-a"!!
So: If you are sure you loaded/enabled chanprotect.so module then edit your protocol/InspIRCd2.x.c (line 65)
"static bool chanprotect_used = 0;" and set it to: "static bool chanprotect_used = 1;" ... please use that as a fix for this moment!
Thanks, regards shock