I released 3.1.0 to the modules site.
The people that I know use this module have been using GIT for a while so it should be stable though be aware a number of things changes:
- lots of fixes..
- table structure
- handling of passwords..
Check the updated documentation for the new command syntax and I refer to the GIT history for a more detailed changes list.
Probably the most important change though: as of now there is a fully implemented PHP API to wrap the commands supported by the module. I have not yet had the chance to write some example code or a manual for it, but the code is well documented so it shouldn't be so hard to figure out.
The API can be found in my
GIT and until I ve got a chance to write some examples I won't make any actual "release" of that codebase...
Find the generated PHP documentation
here.
To get started, you won't need to know the inner workings of the entire API, the wrappers can be found in the *Serv classes or if you want to skip the validation parts, the AnopeWriter class. (For reading anopes DB cf. AnopeReader..)
Note that unlike the module itself the PHP API is not yet considered very stable so pls report any issues..