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
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
2008-05-05
Conversions
aquanight
2008-03-24
And more of them
brain
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-02-13
Slight API tweak. Change Command to take char * instead of char in it's const...
w00t
2008-02-11
Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...
w00t
2008-02-02
Make m_password_hash able to pick up hasher modules after it's loaded, meanin...
aquanight
2008-01-27
You left out the module name in the command, aquanight ;)
brain
2008-01-27
Change API OnOperCompare to OnPassCompare, password hashing is now available ...
aquanight