]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sasl.cpp
Remove more classbase
[user/henk/code/inspircd.git] / src / modules / m_sasl.cpp
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...