]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sasl.cpp
Fix more incorrect std::string::operator[] usage
[user/henk/code/inspircd.git] / src / modules / m_sasl.cpp
2016-08-13 Attila MolnarFix more incorrect std::string::operator[] usage
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-04-16 Attila Molnarm_sasl Update description, SASL is no longer exclusive...
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-16 Attila Molnarm_sasl Add missing validation for server-to-server...
2014-01-16 Attila MolnarMerge pull request #732 from grawity/saslfix
2014-01-11 Mantas MikulėnasSupport SASL messages other than 'C' and 'D'
2014-01-11 Mantas MikulėnasHandle SASL failures during SASL_INIT (wrong mechanism...
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-03-26 Attila MolnarMerge pull request #443 from ShutterQuick/sasl_external
2013-03-25 Daniel VassdalAdded support for EXTERNAL
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
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-18 danieldgAllow SASL messages to be targeted at the services...
2010-02-10 danieldgFix incorrect ServerInstance pointer in m_sasl
2010-02-09 danieldgChange <connect:requiresasl> to <connect:requireaccount...
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
2010-02-02 danieldgAdd requiresasl to connect block checks
2010-01-18 danieldgMove lots of spanningtree items to commands
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-11-15 danieldgAdd Inspircd::AddServices
2009-10-25 danieldgFixes from vtable cross-check
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-18 danieldgRemove more classbase
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
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-13 danieldgForgotten Extensible::Register invocations
2009-09-13 danieldgChange Extensible to use strongly typed entries
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 danieldgMetaData rework
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainCommit these
2008-05-05 aquanightConversions
2008-04-04 brainMake all our modules use the new stuff rather than...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-22 brainFix memory leak if user quits in the middle of sasl...
2008-03-22 brainAdd abort fix
2008-03-22 brainThis works now! (well im sure we'll find something...
2008-03-22 brainFix for compile error
2008-03-22 brain'AUTHENTICATE C'? Why not authenticate C++ :)
2008-03-22 brainPatch for IAL abort sequence from nenolod
2008-03-21 brainRemoval of server prefix from AUTHENTICATE reply, patch...
2008-03-21 brainPatch from nenolod
2008-03-21 brainAdd debug
2008-03-21 brainFix recommended by nenolod, silly mistake apparently :P
2008-03-21 brainSasl stuff from nenolod, with a bit of luck this is...
2008-03-21 brainThat stuff belongs in OnPostconnect or it will be sent...
2008-03-21 brainWhen a user registers and SASL has given them accountna...
2008-03-21 brainAdd return value
2008-03-21 brainAdd 906, sasl aborted
2008-03-21 brainDon't send 'sasl successful' numeric on re-identificati...
2008-03-21 brainIf the user hasnt sent CAP REQ sasl, do nothing if...
2008-03-21 brainGenerate warning if m_services_account.so and m_cap...
2008-03-21 brainThis seems to play nice now, but it seems we may have...
2008-03-21 brainAdd capability for m_services_account to broadcast...
2008-03-21 brainNot finished yet. currently, this passes AUTHENTICATE...