aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625).Mickaël Rémond2008-05-051-22/+33
* * src/ejabberd_c2s.erl: Added forbidden_session_hookBadlop2008-04-251-0/+2
* * src/mod_register.erl: Restrict registration frequency per IP orAlexey Shchepin2008-04-221-1/+2
* * src/ejabberd_auth.erl: Improve anonymous authentication to notBadlop2008-04-221-6/+12
* *src/ejabberd_c2s.erl: Uniform default value for empty privacy list. Fixes (E...Mickaël Rémond2008-04-101-24/+19
* * src/ejabberd_c2s.erl (process_presence_probe): Don't route aBadlop2008-04-031-1/+7
* Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks ...Christophe Romain2008-02-181-7/+5
* Retreive connection type in sm_register_connection_hookChristophe Romain2008-02-151-6/+24
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
* EJAB-491 fixChristophe Romain2008-01-111-5/+2
* Send last published PEP event now checks the correct peer caps (EJAB-491)Christophe Romain2008-01-101-1/+5
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-4/+22
* several pubsub/pep bugfixChristophe Romain2007-12-221-0/+1
* * src/ejabberd_c2s.erl: Increase the timeout of open socketBadlop2007-12-061-1/+1
* * src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)Alexey Shchepin2007-12-011-12/+42
* * src/ejabberd_s2s.erl: don't use the resource of the sender to chooseJérôme Sautret2007-10-301-9/+8