]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Improvements to the hostchange module.
authorPeter Powell <petpow@saberuk.com>
Wed, 12 Sep 2018 13:37:38 +0000 (14:37 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 16 Sep 2018 11:38:14 +0000 (12:38 +0100)
commit9a312de26b742e9c399a84a70b175a88fb4bc1ac
tree4bc9e3344d8e16abdda0ad2af39737d8c7f99df4
parent7e9ec8e49060024033efe55342c933b86288e31c
Improvements to the hostchange module.

- Get rid of <host> and merge the prefix and suffix values into the
  <hostchange> value.
- Remove the 'suffix' action. This has been replaced by the 'set'
  action.
- Add the 'addaccount' action. This adds the users account to their
  hostname.
- Use the <hostname:charmap> characters when removing invalid chars
  in addnick mode.
- Allow multiple entries on each hostmask so that they can fall
  through if a certain value is not acceptable.

Closes #816.
Closes #1001.
docs/conf/modules.conf.example
src/modules/m_hostchange.cpp