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_bcrypt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-09-07
1
-1
/
+1
*
Use GenRandom instead of GenRandomInt to populate Bcrypt entropy.
Sadie Powell
2024-08-27
1
-2
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+2
*
Replace getInt/getUInt/getFloat with type safe templated functions.
Sadie Powell
2023-01-25
1
-1
/
+1
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-1
/
+1
*
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-2
/
+2
*
Kill vendor_directory in favour of normal include paths.
Sadie Powell
2022-01-26
1
-3
/
+1
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-1
/
+1
*
Mark all hash provider classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2020-08-25
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2020-07-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-15
1
-7
/
+1
|
\
|
|
*
Fix checking bcrypt hashes.
•••
Thanks to @lethality for reporting this.
Sadie Powell
2020-06-25
1
-0
/
+5
|
*
Use InspIRCd::TimingSafeCompare in more places.
Sadie Powell
2020-06-19
1
-11
/
+0
*
|
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
/
+4
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-2
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+2
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-5
/
+5
|
/
*
Convert m_bcrypt to use a vendored library instead of bundling.
Peter Powell
2018-08-14
1
-888
/
+3
*
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
1
-1
/
+1
*
Add CXX11_OVERRIDE to overridden members that lack it.
•••
This fixes a ton of warnings when building on compilers that default to C++11 or newer.
Peter Powell
2017-07-12
1
-1
/
+1
*
m_bcrypt: Add module
•••
bcrypt updated to 1.3 by @attilamolnar, original PR #767
Daniel Vassdal
2014-08-04
1
-0
/
+987