]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_password_hash.cpp
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-21 danieldgFix base64 decoding function
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-02-21 danieldgAdd Base64 encode/decode functions to the core
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgFlexible SendQ
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...