Difference (from revision 2 to current revision) (minor diff, author diff)
(The revisions are identical or unavailable.)
Once again, mostly bugfixes.
As you may not know, the maintainership of the 0.3.x branch has changed hands. 0.4.0 (current devel) is still in saturn's hands. This is a large part of the reason that the releases have been coming faster. saturn is a more careful maintainer than I, so a few more bugs slip by me than they would him. The good news is that features are coming faster. the bad news is that more bugs show up.
- TOPIC token is ) not * HS LIST's SQL query was broken. fixed.
- decl @months and @days in misc.pm as our, not my.
- call chanserv::unban() for !unban in botserv.pm chan_dispatch
- if config::conf{default-protect} is not defined, make the default value '1' for 'normal'
- fix the PROTECT parser to allow it to be turned off
- previous would fail if value == 0, the 'false' value.
- update the README for a couple new config options
- AUTH changes
- allow selectable target for AUTH: AUTH [nick] <cmd> [parm]
- treat demotions as a deletion and re-add upon acceptance, as req'd by Alucard.
- notify users of their pending AUTHs on identify, as req'd by Alucard.