| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |/ | |||||
| * | 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 | -1/+1 | |
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -4/+4 | |
| * | Allows to use user->ident string instead of user->nick for NickServ. | 2012-10-08 | 1 | -5/+10 | |
| * | Module description updates | 2012-05-30 | 1 | -1/+2 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+14 | |
| * | Add m_passforward, based on m_conn_pass_nickserv by satmd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12244 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-07 | 1 | -0/+97 | |
