summaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/web/ejabberd_web_admin.erl: Changed type of password fieldAlexey Shchepin2004-12-051-25/+50
* * src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-6/+6
* * src/jlib.hrl: Added namespace for iq-register stream featureAlexey Shchepin2004-09-251-3/+8
* * src/mod_muc/mod_muc_room.erl: Send password in room invitationAlexey Shchepin2004-09-171-1/+1
* * src/ejabberd_c2s.erl: Bugfix in resend_offline_messages/1Alexey Shchepin2004-08-121-9/+39
* * src/ejabberd_c2s.erl: Use resend_offline_messages_hook to fetchAlexey Shchepin2004-08-081-7/+5
* * src/tls/tls.erl: Added recv_data/2 functionAlexey Shchepin2004-08-011-12/+43
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-281-7/+28
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-251-1/+2
* * src/mod_last.erl: Supprot for storing status from latestAlexey Shchepin2004-07-111-11/+30
* * doc/guide.tex: UpdatedAlexey Shchepin2004-07-091-5/+12
* * src/ejabberd_auth.erl: Minor fixAlexey Shchepin2004-07-051-7/+12
* * src/web/ejabberd_http.erl: Removed debugging outputAlexey Shchepin2004-03-101-13/+21
* * src/web/: Small HTTP server and admin web-interface to ejabberdAlexey Shchepin2004-03-021-1/+22
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2004-02-261-1/+2
* * src/ejabberd_c2s.erl: Added <session/> to stream featuresAlexey Shchepin2004-02-121-1/+3
* * src/ejabberd_ctl.erl: Added commands for backup processingAlexey Shchepin2004-01-181-18/+46
* * src/ejabberd_c2s.erl: Fixed bind namespaceAlexey Shchepin2004-01-111-1/+1
* * src/ejabberd_c2s.erl: Presence probe now sended from full JIDAlexey Shchepin2003-12-241-1/+1
* * src/ejabberd_c2s.erl: BugfixAlexey Shchepin2003-12-231-1/+1
* * src/jlib.hrl: Added declaration of "iq" recordAlexey Shchepin2003-12-171-79/+68
* * src/ejabberd_c2s.erl: Bugfix in processing of connectionAlexey Shchepin2003-12-021-12/+33
* * src/ejabberd_c2s.erl: Added workaround for some Java clientsAlexey Shchepin2003-11-281-1/+2
* * src/ejabberd_c2s.erl: Fixed processing of presence probe fromAlexey Shchepin2003-11-261-4/+17
* * src/cyrsasl_digest.erl: Bugfix (thanks to Sergei Golovan)Alexey Shchepin2003-11-231-7/+16
* * doc/dev.tex: Developers documentation (not completed)Alexey Shchepin2003-11-111-6/+18
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2003-11-101-53/+5
* * src/cyrsasl.erl: Updated SASL authentificationAlexey Shchepin2003-11-071-24/+71
* * src/ejabberd_c2s.erl: More strong check for authentificated JIDAlexey Shchepin2003-10-301-2/+3
* * src/ejabberd_listener.erl: Fixed starting of SSL connectionAlexey Shchepin2003-10-291-3/+11
* * src/stringprep/stringprep_drv.c: Removed needless iconv.hAlexey Shchepin2003-10-101-34/+123
* * src/ejabberd_c2s.erl: Added authentification loggingAlexey Shchepin2003-10-091-0/+26
* * src/ejabberd_c2s.erl: Added support for "jid-malformed" errorAlexey Shchepin2003-10-081-1/+2
* * (all): Changed JID storage format, added support for stringprepAlexey Shchepin2003-10-071-34/+43
* * src/ejabberd_s2s_in.erl: Fixed "id" attribute processingAlexey Shchepin2003-09-031-4/+9
* * src/ejabberd_c2s.erl: Support for filtering of incoming messagesAlexey Shchepin2003-08-181-3/+33
* * src/mod_privacy.erl: Privacy rules supportAlexey Shchepin2003-08-031-5/+84
* * (all): Reorganized supervision treeAlexey Shchepin2003-07-201-4/+12
* * src/ejabberd_s2s_out.erl: Close connection after keyAlexey Shchepin2003-07-141-3/+3
* * src/ejabberd_c2s.erl: Returned stream restartingAlexey Shchepin2003-06-201-4/+4
* * src/ejabberd_c2s.erl: Removed stream restartingAlexey Shchepin2003-06-101-4/+4
* * src/ejabberd_c2s.erl: SASL support updated to xmpp-core-13Alexey Shchepin2003-06-071-105/+101
* * src/ejabberd_local.erl: Updated missed errors to new styleAlexey Shchepin2003-05-091-3/+3
* * src/ejabberd_c2s.erl: Workaround to make SSL work properlyAlexey Shchepin2003-04-291-5/+15
* * src/ejabberd_c2s.erl: Some fixes in work with socketAlexey Shchepin2003-04-151-45/+48
* * src/jlib.hrl: Added jaber:iq:auth:error namespace andAlexey Shchepin2003-04-081-2/+2
* * src/mod_muc/: MUC support (not completed yet)Alexey Shchepin2003-03-231-1/+1
* * src/xml_stream.erl: Removed "link" which cause not improperAlexey Shchepin2003-03-151-3/+4
* * src/ejabberd_s2s_out.erl: Fixed ports leakAlexey Shchepin2003-03-121-1/+60
* * src/cyrsasl*.erl: SASL support (currently support only PLAINAlexey Shchepin2003-03-091-21/+211