index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_passforward.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-8
/
+19
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+1
|
*
Add support for forwarding a password from the second nick param.
Sadie Powell
2021-12-28
1
-6
/
+17
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-1
/
+1
*
|
Make MyClass private and move everything to GetClass.
Sadie Powell
2021-01-31
1
-1
/
+1
*
|
Replace all internal references to uline with services.
Sadie Powell
2021-01-30
1
-2
/
+2
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-5
/
+8
|
\
|
|
*
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
1
-1
/
+1
|
*
Allow <passforward:forwardmsg> to be optional.
Sadie Powell
2020-04-09
1
-4
/
+7
*
|
Move FindNick to UserManager.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Use SQUERY instead of PRIVMSG in alias/passforward config.
Peter Powell
2019-04-04
1
-1
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-3
/
+3
|
/
*
Avoid forwarding passwords to nickserv when using SASL (#1562)
linuxdaemon
2019-01-24
1
-0
/
+8
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-2
/
+2
*
Move message parsing to ProcessBuffer and fix edge cases in it.
Peter Powell
2018-08-10
1
-1
/
+1
*
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
1
-1
/
+1
*
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2014-05-26
1
-4
/
+4
*
m_passforward: Don't forward password if the connect block required a passwor...
Googolplexed
2014-05-16
1
-0
/
+4
*
Introduce Server class
•••
- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()
Attila Molnar
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()
attilamolnar
2013-08-30
1
-6
/
+1
*
Automatically attach modules to events
attilamolnar
2013-08-04
1
-2
/
+0
*
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-04
1
-2
/
+0
*
Merge insp20
attilamolnar
2013-06-06
1
-1
/
+1
|
\
|
*
Remove unnecessary string copies and dead code
attilamolnar
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.
Peter Powell
2013-05-15
1
-4
/
+4
*
|
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
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
attilamolnar
2012-12-02
1
-1
/
+1
*
Attach to events and register services in init()
attilamolnar
2012-12-02
1
-1
/
+1
*
Remove usage of the deprecated ConfigReader
attilamolnar
2012-11-12
1
-4
/
+4
*
Allows to use user->ident string instead of user->nick for NickServ.
Boleslaw Tokarski
2012-10-08
1
-5
/
+10
*
Module description updates
Robby-
2012-05-30
1
-1
/
+2
*
Replace copyright headers with headers granting specific authors copyright
Robby-
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
danieldg
2010-01-07
1
-0
/
+97