index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_sasl.cpp
Age
Commit message (
Expand
)
Author
2008-04-04
Make all our modules use the new stuff rather than the send_ events
brain
2008-03-24
A load of classes dont inherit from classbase, and they should. fix.
brain
2008-03-22
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...
brain
2008-03-22
Fix memory leak if user quits in the middle of sasl AUTHENTICATE steps
brain
2008-03-22
Add abort fix
brain
2008-03-22
This works now! (well im sure we'll find something else broken) -- thanks nen...
brain
2008-03-22
Fix for compile error
brain
2008-03-22
'AUTHENTICATE C'? Why not authenticate C++ :)
brain
2008-03-22
Patch for IAL abort sequence from nenolod
brain
2008-03-21
Removal of server prefix from AUTHENTICATE reply, patch courtesy of nenolod
brain
2008-03-21
Patch from nenolod
brain
2008-03-21
Add debug
brain
2008-03-21
Fix recommended by nenolod, silly mistake apparently :P
brain
2008-03-21
Sasl stuff from nenolod, with a bit of luck this is closer to the charybdis i...
brain
2008-03-21
That stuff belongs in OnPostconnect or it will be sent too early
brain
2008-03-21
When a user registers and SASL has given them accountname metadata push this ...
brain
2008-03-21
Add return value
brain
2008-03-21
Add 906, sasl aborted
brain
2008-03-21
Don't send 'sasl successful' numeric on re-identifications after registration
brain
2008-03-21
If the user hasnt sent CAP REQ sasl, do nothing if AUTHENTICATE is sent by th...
brain
2008-03-21
Generate warning if m_services_account.so and m_cap.so are not loaded with m_...
brain
2008-03-21
This seems to play nice now, but it seems we may have to redo it all AGAIN :(
brain
2008-03-21
Add capability for m_services_account to broadcast login events, with the use...
brain
2008-03-21
Not finished yet. currently, this passes AUTHENTICATE messages to and from se...
brain