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_sqlauth.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle the modules about a bit.
Sadie Powell
2024-07-17
1
-240
/
+0
*
Move the md5 and cloak_md5 modules to inspircd-contrib.
Sadie Powell
2024-06-07
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-5
/
+5
*
Fix parsing <sqlauth:allowpattern> in v3 compat code.
Sadie Powell
2023-07-01
1
-1
/
+6
*
Replace <sqlauth:allowpattern> with <sqlexemption>.
•••
Partially implements #2030.
Sadie Powell
2023-04-20
1
-4
/
+15
*
Refactor the caching methods in User and rename to make more sense.
Sadie Powell
2023-01-24
1
-6
/
+6
*
Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.
Sadie Powell
2023-01-23
1
-6
/
+6
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-3
/
+2
*
Add some overloads of Find{Nick,UUID,} for local/remote users.
Sadie Powell
2023-01-07
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-1
/
+1
*
|
Move extension types to their own header to speed up build times.
Sadie Powell
2022-12-19
1
-0
/
+1
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-1
/
+1
*
|
More const correctness.
Sadie Powell
2022-10-23
1
-1
/
+1
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+1
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-01
1
-1
/
+1
|
\
|
|
*
Replace certfp with sslfp in sqlauth and helpop.
•••
Once we implement SPKI fingerprints the old name will be inaccurate.
Sadie Powell
2021-08-28
1
-1
/
+3
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-3
/
+3
*
|
Convert SQL::Field to be a typedef of optional<string>.
Sadie Powell
2021-03-30
1
-1
/
+1
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-8
/
+8
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
*
|
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
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-2
/
+2
*
|
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
-6
/
+2
*
|
Move FindNick to UserManager.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Move FindUUID to the UserManager class.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+7
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-11-13
1
-1
/
+1
|
\
|
|
*
Convert a bunch of LocalUser* casts to IS_LOCAL.
•••
This is a lot safer and handles users changing servers properly.
Peter Powell
2019-10-13
1
-1
/
+1
*
|
Replace LocalIntExt with IntExtItem.
Sadie Powell
2019-08-13
1
-3
/
+3
*
|
Move the Module parameter of ExtensionItem et al to the start.
•••
This matches what other ServiceProvider types do.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-3
/
+3
|
\
|
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-3
/
+3
*
|
UserManager: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
*
|
SnomaskManager: remove fakederef.
Sadie Powell
2019-02-07
1
-6
/
+6
*
|
ModuleManager: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-6
/
+6
|
/
*
Fix detecting secure clients connecting through HAProxy/WEBIRC.
Peter Powell
2018-12-01
1
-3
/
+3
[next]