| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -2/+2 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -2/+2 | |
| * | Move duration functions to their own header. | 2023-01-23 | 1 | -1/+2 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Fix various inappropriate uses of UINT_MAX. | 2022-10-14 | 1 | -1/+1 | |
| * | | Add the new account system.•••This still relies on the old extensibles for now but we can change that later. | 2022-05-14 | 1 | -2/+3 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -3/+3 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Implement support for random spamtrap channels in the LIST output. | 2021-04-01 | 1 | -1/+24 | |
| * | | Refactor the securelist module.•••- General clean up of the module source to comply with our coding style. - Allow <securehost> tags to contain a user@ip mask as well as a user@host mask. - Default <securelist:exemptregistered> to on. | 2021-04-01 | 1 | -29/+37 | |
| * | | 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 | -1/+1 | |
| * | | 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 | -5/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -14/+16 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | * | Allow hiding the message which warns about LIST being blocked. | 2020-04-17 | 1 | -4/+10 | |
| | * | Minor improvements to the securelist module. | 2020-04-17 | 1 | -12/+9 | |
| * | | 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/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+7 | |
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -2/+11 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -4/+4 | |
| |/ | |||||
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | 2018-12-19 | 1 | -3/+12 | |
| * | Remove the original line parameter of On{Pre,Post}Command.•••In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | 2018-08-10 | 1 | -1/+1 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -1/+1 | |
| * | Allow exempting of registered users from securelist. | 2018-07-10 | 1 | -1/+9 | |
| * | Convert ConfigTag::getDuration to return an unsigned long. | 2018-04-16 | 1 | -2/+2 | |
| * | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 1 | -1/+1 | |
| * | Merge insp20 | 2016-08-17 | 1 | -1/+1 | |
| |\ | |||||
| | * | Remove embarrassing negative comments about some clients from the code | 2016-02-29 | 1 | -1/+1 | |
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -2/+2 | |
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -2/+2 | |
| * | | 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 | -5/+5 | |
| * | | 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 | -1/+1 | |
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -2/+2 | |
