]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_password_hash.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgChange allocation of commands/modes
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-24 danieldgAllow non-opers to use /MKPASSWD
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 w00tFix for bug #569, thanks dz.
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainMore done
2008-05-05 aquanightConversions
2008-03-24 brainAnd more of them
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-01-27 brainYou left out the module name in the command, aquanight ;)
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...