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_password_hash.cpp
Age
Commit message (
Expand
)
Author
2020-11-20
Update copyright headers.
InspIRCd Robot
2020-11-20
Update the module descriptions.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2017-12-03
Clean up m_password_hash slightly.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-08-04
Hashing: Redo API
Daniel Vassdal
2014-08-04
m_password_hash: Use out_size as HMAC-key length, as RFC2104 recommends
Daniel Vassdal
2014-06-28
Use TimingSafeCompare() to compare passwords and password hashes (non-hmac only)
Attila Molnar
2014-05-26
Switch to std::string::compare() from substr() in a couple of places
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
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-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2012-12-02
Register all commands, modes and extensions using AddService()
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-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-21
Fix base64 decoding function
danieldg
2010-02-21
Add HMAC implementation to HashProvider
danieldg
2010-02-21
Add Base64 encode/decode functions to the core
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-14
Fix module unmapping with culled Module objects
danieldg
2009-10-10
Update m_cloaking to use free-form keys instead of weakening the hash IV
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-26
Flexible SendQ
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-24
Allow non-opers to use /MKPASSWD
danieldg
2009-01-02
Update copyrights for 2009.
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-07-12
Fix for bug #569, thanks dz.
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-19
More done
brain
[next]