summaryrefslogtreecommitdiff
path: root/src/modules/m_sasl.cpp
AgeCommit message (Expand)Author
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-22Fix memory leak if user quits in the middle of sasl AUTHENTICATE stepsbrain
2008-03-22Add abort fixbrain
2008-03-22This works now! (well im sure we'll find something else broken) -- thanks nen...brain
2008-03-22Fix for compile errorbrain
2008-03-22'AUTHENTICATE C'? Why not authenticate C++ :)brain
2008-03-22Patch for IAL abort sequence from nenolodbrain
2008-03-21Removal of server prefix from AUTHENTICATE reply, patch courtesy of nenolodbrain
2008-03-21Patch from nenolodbrain
2008-03-21Add debugbrain
2008-03-21Fix recommended by nenolod, silly mistake apparently :Pbrain
2008-03-21Sasl stuff from nenolod, with a bit of luck this is closer to the charybdis i...brain
2008-03-21That stuff belongs in OnPostconnect or it will be sent too earlybrain
2008-03-21When a user registers and SASL has given them accountname metadata push this ...brain
2008-03-21Add return valuebrain
2008-03-21Add 906, sasl abortedbrain
2008-03-21Don't send 'sasl successful' numeric on re-identifications after registrationbrain
2008-03-21If the user hasnt sent CAP REQ sasl, do nothing if AUTHENTICATE is sent by th...brain
2008-03-21Generate warning if m_services_account.so and m_cap.so are not loaded with m_...brain
2008-03-21This seems to play nice now, but it seems we may have to redo it all AGAIN :(brain
2008-03-21Add capability for m_services_account to broadcast login events, with the use...brain
2008-03-21Not finished yet. currently, this passes AUTHENTICATE messages to and from se...brain