| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -3/+3 | |
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | Fix a shortening issue in hostchange. | 2021-07-17 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -16/+26 | |
| |\ | |||||
| | * | Allow hostchange to select users based on connect class. | 2021-07-03 | 1 | -0/+7 | |
| | * | Move hostchange port parsing to a method in the HostRule class. | 2021-07-03 | 1 | -16/+19 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -9/+6 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -3/+3 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -3/+3 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -4/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix a typo in the hostchange module. | 2020-05-05 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+3 | |
| |\| | |||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace GetServerPort() with server_sa.port(). | 2019-02-15 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -2/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Fix the hostchange set action swapping the host/value fields. | 2019-01-14 | 1 | -1/+1 | |
| * | 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. | 2018-09-16 | 1 | -93/+168 | |
| * | Remove a few unnecessary .c_str() calls | 2014-01-31 | 1 | -1/+1 | |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -6/+1 | |
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | 2013-05-15 | 1 | -4/+4 | |
| * | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | 2013-05-14 | 1 | -2/+2 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -1/+0 | |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | 2012-12-02 | 1 | -1/+1 | |
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -2/+2 | |
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -4/+4 | |
| * | wrong order of arguments to Host() | 2012-11-09 | 1 | -1/+1 | |
| * | use documented "value" attribute instead of undocumented "newhost" | 2012-11-09 | 1 | -1/+1 | |
| * | Remove superfluous std::string()s | 2012-10-12 | 1 | -2/+2 | |
