index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_passforward.cpp
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
Allow <passforward:forwardmsg> to be optional.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-04-04
Use SQUERY instead of PRIVMSG in alias/passforward config.
Peter Powell
2019-01-24
Avoid forwarding passwords to nickserv when using SASL (#1562)
linuxdaemon
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-10
Move message parsing to ProcessBuffer and fix edge cases in it.
Peter Powell
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-05-26
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2014-05-16
m_passforward: Don't forward password if the connect block required a passwor...
Googolplexed
2014-01-05
Introduce Server class
Attila Molnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-11-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-10-08
Allows to use user->ident string instead of user->nick for NickServ.
Boleslaw Tokarski
2012-05-30
Module description updates
Robby-
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-07
Add m_passforward, based on m_conn_pass_nickserv by satmd
danieldg