aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't include sub-elements in IQ results where it's not requiredEvgeniy Khramtsov2013-06-171-3/+3
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Fix error when generating random binary stringsPaul Donohue2013-04-191-2/+4
* Get rid of references to non-existent moduleEvgeniy Khramtsov2013-03-291-9/+14
* Fix several refactoring related bugsEvgeniy Khramtsov2013-03-291-1/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-1560/+1542
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Log IP address when auth attempt fails (thanks to Zach Calvert)Badlop2012-08-271-6/+9
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Fix presence problem after first unavailable (thanks to Christopher Faulet) (...Evgeniy Khramtsov2011-11-091-3/+3
* New option resource_conflict defines server action (thanks to Lee Boynton)(EJ...Badlop2011-08-171-10/+40
* Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-161-0/+18
* Support XEP-0191 Simple Communications Blocking (thanks to Stephan Maka)(EJAB...Badlop2011-05-271-1/+51
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Comment unused codeBadlop2011-01-281-6/+6
* Use route instead of send_element to go through standard workflow Offline mes...Mickaël Rémond2011-01-041-5/+7
* Change c2s state before offline messages resendingEvgeniy Khramtsov2010-12-281-17/+13
* fix pubsub cross domain eventing (EJAB-1340)Christophe Romain2010-12-021-13/+1
* add the ability to send raw xml packets over http bindChristopher tofu Zorn2010-11-291-0/+4
* Merge branch 'caps' into 2.1.xEvgeniy Khramtsov2010-11-241-33/+87
|\
| * new CAPS processingEvgeniy Khramtsov2010-09-281-36/+90
* | Fix some English stringsBadlop2010-11-191-1/+1
* | Before forwarding last activity requests to a user, check that the user's pre...Andreas Köhler2010-11-101-0/+18
* | Remove dead code for NS_VCARD iq packets from ejabberd_c2sAndreas Köhler2010-11-101-12/+0
* | Use ejabberd_c2s:privacy_check_packet/5 for all those hook folded runs in the...Andreas Köhler2010-11-101-95/+16
* | Use c2s state data as user and server in ejabberd_c2s:is_privacy_allowAndreas Köhler2010-11-101-15/+16
* | Take care of xml:lang attribute in unauthenticated stanzas as wellEvgeniy Khramtsov2010-11-061-1/+11
* | Do not store long language tag to avoid possible DoS/flood attacksEvgeniy Khramtsov2010-11-051-1/+13
* | Fix crash in ejabberd_c2s when blacklist hook returned true (thanks to Jonas ...Badlop2010-11-021-2/+2
* | When privacy list denies local user's outgoing stanza, try to return error (E...Badlop2010-10-161-0/+4
* | Check privacy of outgoing IQ stanzas (EJAB-1320)Badlop2010-10-161-2/+1
* | Check privacy of incoming IQ stanzas (EJAB-1320)Badlop2010-10-161-5/+7
|/
* New configure option: --enable-nifEvgeniy Khramtsov2010-07-011-4/+4
* full support for XEP-0115 v1.5 (EJAB-1223) (EJAB-1189)Evgeniy Khramtsov2010-05-081-9/+18
* Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208)Badlop2010-04-271-0/+19
* Allow customizing the StateData in p1_fsm before error reporting.Pablo Polvorin2010-03-301-1/+16
* - pass jid into feature_check_packet hook;Evgeniy Khramtsov2010-03-171-2/+12
* mod_caps optimizations (thanks evgeniy)Christophe Romain2010-03-051-1/+13
* Run user_receive_packet also when sending offline messages to client (thanks ...Badlop2010-02-221-2/+6
* Close also legacy sessions that were half connected (thanks to Evgeniy Khramt...Badlop2010-02-161-2/+2
* new ejabberd_c2s option support: max_fsm_queueEvgeniy Khramtsov2010-01-281-6/+11
* now using p1_fsm behaviour in c2s FSM (EJAB-1173)Evgeniy Khramtsov2010-01-281-8/+19
* Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165)Badlop2010-01-171-8/+6
* Improve functions calls when closing client connection.Badlop2010-01-151-11/+9
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* When ejabberd stops, send stream close to clients (thanks to Alexey Shchepin)...Badlop2010-01-031-0/+15
* Disable code of recent commit because some clients can't handle it (EJAB-1058)Badlop2009-12-291-11/+11
* Send features after negotiating binding and session (EJAB-1058)Badlop2009-12-281-0/+11
* Fix bug that couldn't connect if starttls_required and zlib were set (EJAB-1118)Badlop2009-12-071-1/+0
* Don't handle internally an IQ vCard if destination is full JID (EJAB-1045)Badlop2009-12-011-1/+1