aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pack presences stored in C2S processes (thanks to Geoff Cant)(EJAB-1057)Badlop2009-09-281-6/+70
* BOSH module optimization and clean-up (thanks to Aleksey Shchepin and Mickaë...Badlop2009-08-311-74/+118
* Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop2009-08-311-3/+12
* Move functions from roster_versioning to mod_roster (EJAB-964)Badlop2009-08-061-5/+1
* Support for roster versioning (EJAB-964)Pablo Polvorin2009-08-061-4/+10
* implemented timeout_action: none | kill. default is noneEvgeniy Khramtsov2009-07-301-0/+4
* Include original timestamp on delayed presences (thanks to Mickael Remond)(EJ...Badlop2009-06-301-3/+14
* Prevent process crash if the IP and port of a connection is unknown.Badlop2009-06-111-0/+2
* When client is closed, include the Reason in the stream trailer stanza.Badlop2009-06-091-1/+6
* When max_stanza_size is exceeded, return meaningful error message (EJAB-752)Badlop2009-06-021-0/+5
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-05-061-1/+1
* * src/cyrsasl.erl: Change API of check_password: pass a functionBadlop2009-04-221-2/+7
* * src/ejabberd_c2s.erl: Fix for SASL Anonymous connections notBadlop2009-04-221-6/+8
* better hadling of presence in mod_capsChristophe Romain2009-04-101-10/+0
* * src/ejabberd_sm.erl: Partially retract SVN r1976Badlop2009-03-241-38/+16
* * src/ejabberd_c2s.erl: Enforce privacy rules also forBadlop2009-03-071-4/+43
* Do not call mod_caps:clear_caps as it breaks PubSub/PEP (EJAB-854)Christophe Romain2009-02-231-1/+3
* * src/mod_privacy.erl: Privacy List: deny presence-out all + sendBadlop2009-02-161-22/+30
* * src/ejabberd_c2s.erl: Added comments.Mickaël Rémond2009-01-171-5/+9
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
* * src/tls/tls_drv.c: Added a flag to avoid certificate validationAlexey Shchepin2009-01-051-3/+5
* * src/ejabberd_c2s.erl: Remove useless comment and port Alexey fix to 2.0.x b...Mickaël Rémond2008-12-291-7/+0
* * src/ejabberd_c2s.erl: Bugfix in "from" attribute checkingAlexey Shchepin2008-12-291-19/+17
* * src/ejabberd_c2s.erl: We should allow use of bare resource in from by the c...Mickaël Rémond2008-12-281-13/+26
* * src/ejabberd_c2s.erl: Bugfix in "from" attribute checkingAlexey Shchepin2008-12-121-18/+12
* Reduce memory consumption due to caps handlingChristophe Romain2008-12-081-52/+21
* * src/ejabberd_c2s.erl: Enforce client stanza from attribute (EJAB-812).Mickaël Rémond2008-12-081-22/+65
* * src/ejabberd_s2s_out.erl: exports the DNS resolution function.Mickaël Rémond2008-11-081-0/+2
* * src/ejabberd_c2s.erl: Disable zlib when STARTTLS is requiredAlexey Shchepin2008-11-031-0/+1
* * src/ejabberd_c2s.erl: Ensure unique ID in roster push (EJAB-721)Badlop2008-10-241-1/+1
* send last published events now supports PEP events from unavailable users nod...Christophe Romain2008-08-271-0/+18
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* * src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)Badlop2008-07-161-2/+4
* Rolled back the previous IP getting patch, and Report connection's IP address...Christophe Romain2008-07-161-3/+0
* PubSub improvements, and solves (EJAB-453) (EJAB-608)Christophe Romain2008-07-031-0/+3
* * src/ejabberd_c2s.erl: Bugfix: deliver messages when firstBadlop2008-06-091-0/+2
* * src/ejabberd_c2s.erl: user_send_packet hook now called on all packets inclu...Mickaël Rémond2008-05-221-0/+4