summaryrefslogtreecommitdiff
path: root/src/modules/m_sasl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change module versions to use a string instead of fixed digits, and use ↵Gravatar w00t2008-08-251-1/+1
| | | | | | propset ID to auto-set versions, so we don't have (essentially unused) module versions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7
* fixed some indentation and spacing in modulesGravatar pippijn2008-06-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9888 e03df62e-2008-0410-955e-edbf42e46eb7
* Commit theseGravatar brain2008-05-191-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9757 e03df62e-2008-0410-955e-edbf42e46eb7
* ConversionsGravatar aquanight2008-05-051-6/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9628 e03df62e-2008-0410-955e-edbf42e46eb7
* Make all our modules use the new stuff rather than the send_ eventsGravatar brain2008-04-041-12/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9301 e03df62e-2008-0410-955e-edbf42e46eb7
* A load of classes dont inherit from classbase, and they should. fix.Gravatar brain2008-03-241-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9191 e03df62e-2008-0410-955e-edbf42e46eb7
* Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that ↵Gravatar brain2008-03-221-3/+3
| | | | | | OnNumeric can capture them. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9175 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix memory leak if user quits in the middle of sasl AUTHENTICATE stepsGravatar brain2008-03-221-2/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9173 e03df62e-2008-0410-955e-edbf42e46eb7
* Add abort fixGravatar brain2008-03-221-7/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9172 e03df62e-2008-0410-955e-edbf42e46eb7
* This works now! (well im sure we'll find something else broken) -- thanks ↵Gravatar brain2008-03-221-14/+18
| | | | | | nenolod :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9171 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for compile errorGravatar brain2008-03-221-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9170 e03df62e-2008-0410-955e-edbf42e46eb7
* 'AUTHENTICATE C'? Why not authenticate C++ :)Gravatar brain2008-03-221-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9169 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch for IAL abort sequence from nenolodGravatar brain2008-03-221-6/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9168 e03df62e-2008-0410-955e-edbf42e46eb7
* Removal of server prefix from AUTHENTICATE reply, patch courtesy of nenolodGravatar brain2008-03-211-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9167 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch from nenolodGravatar brain2008-03-211-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9166 e03df62e-2008-0410-955e-edbf42e46eb7
* Add debugGravatar brain2008-03-211-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9165 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix recommended by nenolod, silly mistake apparently :PGravatar brain2008-03-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9164 e03df62e-2008-0410-955e-edbf42e46eb7
* Sasl stuff from nenolod, with a bit of luck this is closer to the charybdis ↵Gravatar brain2008-03-211-32/+144
| | | | | | implementation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9163 e03df62e-2008-0410-955e-edbf42e46eb7
* That stuff belongs in OnPostconnect or it will be sent too earlyGravatar brain2008-03-211-5/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9160 e03df62e-2008-0410-955e-edbf42e46eb7
* When a user registers and SASL has given them accountname metadata push this ↵Gravatar brain2008-03-211-0/+12
| | | | | | metadata out on registration. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9159 e03df62e-2008-0410-955e-edbf42e46eb7
* Add return valueGravatar brain2008-03-211-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9158 e03df62e-2008-0410-955e-edbf42e46eb7
* Add 906, sasl abortedGravatar brain2008-03-211-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9157 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't send 'sasl successful' numeric on re-identifications after registrationGravatar brain2008-03-211-1/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9156 e03df62e-2008-0410-955e-edbf42e46eb7
* If the user hasnt sent CAP REQ sasl, do nothing if AUTHENTICATE is sent by ↵Gravatar brain2008-03-211-9/+13
| | | | | | that user git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9154 e03df62e-2008-0410-955e-edbf42e46eb7
* Generate warning if m_services_account.so and m_cap.so are not loaded with ↵Gravatar brain2008-03-211-3/+3
| | | | | | m_sasl.so to log file. Tidy up debug output. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9153 e03df62e-2008-0410-955e-edbf42e46eb7
* This seems to play nice now, but it seems we may have to redo it all AGAIN :(Gravatar brain2008-03-211-3/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9150 e03df62e-2008-0410-955e-edbf42e46eb7
* Add capability for m_services_account to broadcast login events, with the ↵Gravatar brain2008-03-211-0/+6
| | | | | | user who is logging in and their login name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9149 e03df62e-2008-0410-955e-edbf42e46eb7
* Not finished yet. currently, this passes AUTHENTICATE messages to and from ↵Gravatar brain2008-03-211-0/+89
services and a client using ENCAP, and makes itself available via CAP git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9147 e03df62e-2008-0410-955e-edbf42e46eb7