aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_passforward.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-091-1/+1
|
* Allow <passforward:forwardmsg> to be optional.Gravatar Sadie Powell2020-04-091-4/+7
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+6
|
* Use SQUERY instead of PRIVMSG in alias/passforward config.Gravatar Peter Powell2019-04-041-1/+1
|
* Avoid forwarding passwords to nickserv when using SASL (#1562)Gravatar linuxdaemon2019-01-241-0/+8
|
* Implement IRCv3 message tag support.Gravatar Peter Powell2018-08-131-2/+2
| | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* Move message parsing to ProcessBuffer and fix edge cases in it.Gravatar Peter Powell2018-08-101-1/+1
|
* Change allocation of InspIRCd::Parser to be physically part of the object ↵Gravatar Attila Molnar2014-06-131-1/+1
| | | | containing it
* Switch to std::string::compare() from substr() in a couple of placesGravatar Attila Molnar2014-05-261-4/+4
|
* m_passforward: Don't forward password if the connect block required a ↵Gravatar Googolplexed2014-05-161-0/+4
| | | | password to connect
* Introduce Server classGravatar Attila Molnar2014-01-051-1/+1
| | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()
* Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵Gravatar attilamolnar2013-08-301-6/+1
| | | | | | and on rehash This eliminates the need for calling OnRehash() in init()
* Automatically attach modules to eventsGravatar attilamolnar2013-08-041-2/+0
|
* Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
|
* Merge insp20Gravatar attilamolnar2013-06-061-1/+1
|\
| * Remove unnecessary string copies and dead codeGravatar attilamolnar2013-06-051-1/+1
| |
* | Tidy up keywords on module methods.Gravatar Peter Powell2013-05-151-4/+4
| | | | | | | | | | - 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.
* | Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-1/+0
|/
* Dynamically determine the size of the eventlist[] passed to Attach()Gravatar attilamolnar2012-12-021-1/+1
| | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
* Attach to events and register services in init()Gravatar attilamolnar2012-12-021-1/+1
|
* Remove usage of the deprecated ConfigReaderGravatar attilamolnar2012-11-121-4/+4
|
* Allows to use user->ident string instead of user->nick for NickServ.Gravatar Boleslaw Tokarski2012-10-081-5/+10
|
* Module description updatesGravatar Robby-2012-05-301-1/+2
|
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+14
|
* Add m_passforward, based on m_conn_pass_nickserv by satmdGravatar danieldg2010-01-071-0/+97
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12244 e03df62e-2008-0410-955e-edbf42e46eb7