aboutsummaryrefslogtreecommitdiff
path: root/src/tls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/aclocal.m4: Updated to check for openssl library (thanks toAlexey Shchepin2004-08-051-0/+41
| | | | | | | | | | AV) * src/configure.ac: Likewise * src/configure: Likewise * src/Makefile.in: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 254
* * src/tls/tls.erl: Added recv_data/2 functionAlexey Shchepin2004-08-011-19/+22
| | | | | | | | | * src/jlib.erl: Added NS_TLS macro * src/ejabberd_receiver.erl: Support for STARTTLS * src/ejabberd_c2s.erl: Likewise SVN Revision: 252
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-282-66/+80
| | | | | | | * src/xml_stream.erl: Added start/2 function * src/ejabberd_receiver.erl: Now using xml_stream:start/2 SVN Revision: 250
* * src/tls/tls.erl: UpdatedAlexey Shchepin2004-07-261-6/+43
| | | | SVN Revision: 249
* *** empty log message ***Alexey Shchepin2004-07-261-9/+35
| | | | SVN Revision: 248
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-252-0/+326
* src/ejabberd_auth.erl: Now uses two LDAP connections * src/ejabberd_c2s.erl: Return resource on get_presence request (thanks to Mickael Remond) * src/mod_configure2.erl: Bugfix (thanks to Sergei Golovan) * src/msgs/ua.msg: New Ukrainian translation (thanks to usercard) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 247