| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-07-02 | 1 | -1/+1 | |
| * | Use the password from the class instead of the config in passforward. | 2024-06-30 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| * | Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. | 2023-09-03 | 1 | -0/+1 | |
| * | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 1 | -4/+4 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| * | Convert passforward to use the new template system. | 2022-06-15 | 1 | -42/+11 | |
| * | 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/+4 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -8/+19 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| | * | Add support for forwarding a password from the second nick param. | 2021-12-28 | 1 | -6/+17 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | 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 | |
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 1 | -1/+1 | |
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -2/+2 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 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 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -5/+8 | |
| |\| | |||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | |
| | * | Allow <passforward:forwardmsg> to be optional. | 2020-04-09 | 1 | -4/+7 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+6 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use SQUERY instead of PRIVMSG in alias/passforward config. | 2019-04-04 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Avoid forwarding passwords to nickserv when using SASL (#1562) | 2019-01-24 | 1 | -0/+8 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -2/+2 | |
| * | Move message parsing to ProcessBuffer and fix edge cases in it. | 2018-08-10 | 1 | -1/+1 | |
| * | Change allocation of InspIRCd::Parser to be physically part of the object con... | 2014-06-13 | 1 | -1/+1 | |
| * | Switch to std::string::compare() from substr() in a couple of places | 2014-05-26 | 1 | -4/+4 | |
| * | m_passforward: Don't forward password if the connect block required a passwor... | 2014-05-16 | 1 | -0/+4 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 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 | |
| * | Merge insp20 | 2013-06-06 | 1 | -1/+1 | |
| |\ | |||||
| | * | Remove unnecessary string copies and dead code | 2013-06-05 | 1 | -1/+1 | |
| * | | 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 | |
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -1/+0 | |
| |/ | |||||
