summaryrefslogtreecommitdiff
path: root/src/modules/m_sasl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9628 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-05-051-6/+5
* Make all our modules use the new stuff rather than the send_ events•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9301 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-12/+4
* A load of classes dont inherit from classbase, and they should. fix.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-241-1/+1
* Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9175 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-3/+3
* Fix memory leak if user quits in the middle of sasl AUTHENTICATE steps•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9173 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-2/+18
* Add abort fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9172 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-7/+13
* This works now! (well im sure we'll find something else broken) -- thanks nen...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9171 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-14/+18
* Fix for compile error•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9170 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-1/+1
* 'AUTHENTICATE C'? Why not authenticate C++ :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9169 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-4/+4
* Patch for IAL abort sequence from nenolod•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-221-6/+14
* Removal of server prefix from AUTHENTICATE reply, patch courtesy of nenolod•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-2/+2
* Patch from nenolod•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9166 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-1/+3
* Add debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9165 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-0/+6
* Fix recommended by nenolod, silly mistake apparently :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9164 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-1/+1
* Sasl stuff from nenolod, with a bit of luck this is closer to the charybdis i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9163 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-32/+144
* That stuff belongs in OnPostconnect or it will be sent too early•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-5/+13
* When a user registers and SASL has given them accountname metadata push this ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9159 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-0/+12
* Add return value•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-0/+1
* Add 906, sasl aborted•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9157 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-2/+10
* Don't send 'sasl successful' numeric on re-identifications after registration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-1/+6
* If the user hasnt sent CAP REQ sasl, do nothing if AUTHENTICATE is sent by th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9154 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-9/+13
* Generate warning if m_services_account.so and m_cap.so are not loaded with m_...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9153 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-3/+3
* This seems to play nice now, but it seems we may have to redo it all AGAIN :(•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9150 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-3/+13
* Add capability for m_services_account to broadcast login events, with the use...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9149 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-0/+6
* Not finished yet. currently, this passes AUTHENTICATE messages to and from se...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9147 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-211-0/+89