aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358).Mickaël Rémond2007-09-141-1/+6
* * src/ejabberd_c2s.erl: Hibernate inactive c2s processes (EJAB-356).Mickaël Rémond2007-09-141-81/+97
* * src/ejabberd_c2s.erl: Implements timeouts during session opening negociatio...Mickaël Rémond2007-09-141-27/+65
* * src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor fo...Mickaël Rémond2007-09-141-1/+10
* * src/ejabberd_sm.erl: Updated the session table to storeAlexey Shchepin2007-05-211-5/+21
* * src/mod_muc/mod_muc_room.erl: Corrected error messages whenAlexey Shchepin2007-05-161-3/+10
* * src/ejabberd_sm.erl: Added set_presence_hookAlexey Shchepin2007-05-031-3/+4
* * src/ejabberd_socket.erl: Added API for monitoring socketAlexey Shchepin2007-04-121-10/+16
* * src/ejabberd_c2s.erl: Init shaper with a default value firstAlexey Shchepin2007-02-191-0/+21
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-12-081-0/+8
* * src/ejabberd_c2s.erl: User login in with negative priority must notMickaël Rémond2006-11-281-2/+6
* * src/mod_privacy.erl: Use hooks instead of direct function callsAlexey Shchepin2006-10-051-154/+136
* * src/ejabberd_frontend_socket.erl: Support for frontendAlexey Shchepin2006-10-011-17/+24
* * src/ejabberd_socket.erl: Support for non-xml socketsAlexey Shchepin2006-09-251-0/+4
* * src/ejabberd_socket.erl: All XML socket operations moved hereAlexey Shchepin2006-09-051-46/+18
* * src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixedMickaël Rémond2006-07-281-1/+2
* * src/mod_roster.erl: The subscribe request are now resend atMickaël Rémond2006-05-231-0/+14
* * src/ejabberd_c2s.erl: Resend messages when leaving negativeAlexey Shchepin2006-04-231-14/+26
* * src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)Alexey Shchepin2006-04-221-2/+9
* * src/ejabberd_c2s.erl: Minor fixAlexey Shchepin2006-04-121-7/+9
* * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login supportAlexey Shchepin2006-04-071-1/+4
* * src/Makefile.in: Added an option to compile ejabberd with debugMickaël Rémond2006-04-011-0/+1
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-301-6/+29
* * src/ejabberd_c2s.erl: Enable zlib only over TCPAlexey Shchepin2006-03-251-2/+2
* * src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2006-03-181-3/+2
* * src/mod_privacy.erl: Fixed privacy list pushing (thanks toAlexey Shchepin2006-03-171-1/+16
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-161-3/+63
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2006-03-051-4/+4
* * src/ejabberd_update.erl: Support for run-time ejabberd updatingAlexey Shchepin2006-01-271-1/+1
* * src/ejabberd_c2s.erl: Remove top-level xmlns from incomingAlexey Shchepin2006-01-251-3/+4
* * src/ejabberd_c2s.erl: Better error handling for streamAlexey Shchepin2006-01-241-12/+32