Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/odbc/ejabberd_odbc.erl: Support for mnesia-like transaction | Alexey Shchepin | 2005-11-16 | 3 | -155/+224 |
| | | | | | | | | interface * src/mod_roster_odbc.erl: Updated to use ejabberd_odbc:sql_transaction/2 SVN Revision: 434 | ||||
* | * src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon | Alexey Shchepin | 2005-11-12 | 3 | -6/+24 |
| | | | | | | | connecting to host with invalid domain * src/ejabberd_s2s.erl: Likewise SVN Revision: 433 | ||||
* | * src/ejabberd_config.erl: Support for per host certificates | Alexey Shchepin | 2005-11-05 | 6 | -24/+86 |
| | | | | | | | | | | * src/ejabberd_c2s.erl: Likewise * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd.cfg.example: Updated * src/ejabberd_s2s_in.erl: Fixed id-on-xmppAddr processing SVN Revision: 432 | ||||
* | * src/mod_disco.erl: Fixed extra_domains option processing | Alexey Shchepin | 2005-11-03 | 2 | -1/+4 |
| | | | | SVN Revision: 431 | ||||
* | * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNAL | Alexey Shchepin | 2005-11-03 | 7 | -31/+393 |
| | | | | | | | | | | * src/ejabberd_s2s_in.erl: Likewise * src/tls/tls.erl: Likewise * src/tls/tls_drv.c: Likewise * src/tls/XmppAddr.asn1: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 430 | ||||
* | * src/mod_disco.erl: Minor fix | Alexey Shchepin | 2005-10-30 | 2 | -2/+8 |
| | | | | SVN Revision: 429 | ||||
* | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 2005-10-29 | 2 | -1/+16 |
| | | | | SVN Revision: 428 | ||||
* | * src/tls/tls.erl: Accept {error,already_loaded} from | Alexey Shchepin | 2005-10-25 | 5 | -6/+30 |
| | | | | | | | | | erl_ddll:load_driver/2 * src/stringprep/stringprep.erl: Likewise * src/mod_irc/iconv.erl: Likewise * src/ejabberd_app.erl: Likewise SVN Revision: 427 | ||||
* | * src/tls/tls_drv.c: Support for "connect" method | Alexey Shchepin | 2005-10-25 | 8 | -164/+427 |
| | | | | | | | | | | | | | | * src/tls/tls.erl: Likewise * src/ejabberd_s2s_in.erl: Support for STARTTLS+Dialback * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_receiver.erl: Added a few hacks ({active,once} mode should be used instead of recv/3 call to avoid them) * src/ejabberd_config.erl: Added s2s_use_starttls and s2s_certfile options * src/ejabberd.cfg.example: Likewise SVN Revision: 426 | ||||
* | * src/ejabberd_app.erl: Try to load tls_drv at startup to avoid | Alexey Shchepin | 2005-10-21 | 2 | -8/+6 |
| | | | | | | unloading of libssl (thanks to Brian Campbell) SVN Revision: 425 | ||||
* | * src/odbc/pg.sql: Added spool.seq field for offline messages | Alexey Shchepin | 2005-10-19 | 3 | -2/+16 |
| | | | | | | | sorting * src/mod_offline_odbc.erl: Likewise SVN Revision: 424 | ||||
* | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 2005-10-18 | 2 | -2/+6 |
| | | | | SVN Revision: 423 | ||||
* | * src/gen_iq_handler.erl: Bugfix | Alexey Shchepin | 2005-10-16 | 2 | -1/+5 |
| | | | | SVN Revision: 422 | ||||
* | * src/ejabberd_auth_odbc.erl: Minor fix | Alexey Shchepin | 2005-10-15 | 3 | -1/+7 |
| | | | | | | * src/odbc/ejabberd_odbc.erl: Updated pgsql support SVN Revision: 421 | ||||
* | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 2005-10-15 | 2 | -2/+4 |
| | | | | SVN Revision: 420 | ||||
* | * src/ejabberd_c2s.erl: Updated to work correctly with | Alexey Shchepin | 2005-10-15 | 2 | -4/+15 |
| | | | | | | mod_vcard_odbc SVN Revision: 419 | ||||
* | * src/odbc/ejabberd_odbc.erl: Experimental support for pgsql | Alexey Shchepin | 2005-10-13 | 2 | -6/+42 |
| | | | | | | library SVN Revision: 418 | ||||
* | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 2005-10-13 | 2 | -2/+5 |
| | | | | SVN Revision: 417 | ||||
* | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 2005-10-12 | 2 | -1/+6 |
| | | | | SVN Revision: 416 | ||||
* | Fixed mod_vcard_odbc.erl SVN properties | Alexey Shchepin | 2005-10-07 | 1 | -2/+2 |
| | | | | SVN Revision: 415 | ||||
* | * src/ejd2odbc.erl: Added vCard converter | Alexey Shchepin | 2005-10-06 | 4 | -47/+826 |
| | | | | | | | | * src/mod_vcard_odbc.erl: vCard support via ODBC * src/odbc/pg.sql: Updated SVN Revision: 414 | ||||
* | * src/web/ejabberd_web_admin.erl: Updated API for better | Alexey Shchepin | 2005-09-29 | 4 | -42/+96 |
| | | | | | | | | | | integration with J-EAI web interface * src/mod_shared_roster.erl: Now possible to specify all users on virtual host in group * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 413 | ||||
* | * src/jlib.erl: Bugfix | Alexey Shchepin | 2005-09-15 | 2 | -2/+5 |
| | | | | SVN Revision: 412 | ||||
* | * src/ejd2odbc.erl: Updated | Alexey Shchepin | 2005-09-10 | 1 | -2/+2 |
| | | | | SVN Revision: 411 | ||||
* | * src/ejd2odbc.erl: Updated | Alexey Shchepin | 2005-09-10 | 2 | -24/+41 |
| | | | | SVN Revision: 410 | ||||
* | * src/mod_disco.erl: Disco publishing support (thanks to Magnus | Alexey Shchepin | 2005-09-04 | 2 | -4/+144 |
| | | | | | | Henoch) SVN Revision: 409 | ||||
* | * src/mod_disco.erl: Functions register_sm_feature and | Alexey Shchepin | 2005-09-04 | 5 | -512/+663 |
| | | | | | | | | | | | | register_sm_node replaced with hooks (thanks to Sergei Golovan) * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_disco.erl: Now mod_disco doesn't depend on mod_configure (thanks to Sergei Golovan) * src/mod_configure.erl: Likewise SVN Revision: 408 | ||||
* | * src/ejd2odbc.erl: Converter from mnesia to ODBC | Alexey Shchepin | 2005-08-29 | 3 | -1/+204 |
| | | | | | | * src/mod_offline_odbc.erl: Minor fix SVN Revision: 407 | ||||
* | * src/mod_vcard_ldap.erl: Bugfix | Alexey Shchepin | 2005-08-25 | 6 | -113/+163 |
| | | | | | | | | | | * src/mod_vcard.erl: Bugfix * src/ejabberd_auth_odbc.erl: Bugfix * doc/dev.tex: Updated SVN Revision: 406 | ||||
* | * src/cyrsasl_digest.erl: Fixed challenge/response parsing (thanks | Alexey Shchepin | 2005-08-10 | 2 | -0/+11 |
| | | | | | | to Martin Pokorny) SVN Revision: 405 | ||||
* | * src/msgs/pl.msg: Updated (thanks to Andrew Smyk) | Alexey Shchepin | 2005-08-06 | 2 | -2/+28 |
| | | | | SVN Revision: 404 | ||||
* | * src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop) | Alexey Shchepin | 2005-08-06 | 2 | -1/+5 |
| | | | | SVN Revision: 403 | ||||
* | * src/win32/inetrc: Added (thanks to Sergei Golovan) | Alexey Shchepin | 2005-08-05 | 8 | -19/+33 |
| | | | | | | | | | | | | * src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/win32/ejabberd.cfg: Likewise * src/win32/ejabberd.nsi: Likewise * doc/guide.tex: Updated * src/ejabberd.hrl: Updated version SVN Revision: 402 | ||||
* | Release 0.9.8 | Mickaël Rémond | 2005-08-01 | 1 | -1/+1 |
| | | | | SVN Revision: 399 | ||||
* | Final release note after many fixes from the ejabberd Chatroom and | Mickaël Rémond | 2005-08-01 | 1 | -38/+46 |
| | | | | | | StPeter SVN Revision: 398 | ||||
* | * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) | Alexey Shchepin | 2005-08-01 | 3 | -0/+15 |
| | | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 397 | ||||
* | Wrong Process-one URL | Mickaël Rémond | 2005-08-01 | 1 | -1/+1 |
| | | | | SVN Revision: 396 | ||||
* | More fixes from Badlop | Mickaël Rémond | 2005-08-01 | 1 | -3/+3 |
| | | | | SVN Revision: 395 | ||||
* | Fixed some english mistakes. | Mickaël Rémond | 2005-08-01 | 1 | -29/+27 |
| | | | | SVN Revision: 394 | ||||
* | * src/msgs/es.msg: Updated (thanks to Badlop) | Alexey Shchepin | 2005-08-01 | 2 | -1/+23 |
| | | | | SVN Revision: 393 | ||||
* | * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) | Alexey Shchepin | 2005-08-01 | 2 | -26/+57 |
| | | | | SVN Revision: 392 | ||||
* | Added some references at the end of the release notes (migration, | Mickaël Rémond | 2005-08-01 | 1 | -0/+17 |
| | | | | | | tutorial and feature sheet) SVN Revision: 391 | ||||
* | Updated to mention, that the 1.0 release is close and that the ejabberd | Mickaël Rémond | 2005-08-01 | 1 | -2/+6 |
| | | | | | | Linux installer include ASN1 modules. SVN Revision: 390 | ||||
* | Added release notes for ejabberd 0.9.8 release. | Mickaël Rémond | 2005-08-01 | 1 | -0/+72 |
| | | | | SVN Revision: 389 | ||||
* | Updated French translation | Mickaël Rémond | 2005-08-01 | 1 | -0/+4 |
| | | | | SVN Revision: 388 | ||||
* | Updated French translation | Mickaël Rémond | 2005-08-01 | 1 | -3/+22 |
| | | | | SVN Revision: 387 | ||||
* | * src/ejabberd_config.erl: Added host_config option | Alexey Shchepin | 2005-07-31 | 5 | -78/+133 |
| | | | | | | | | * doc/guide.tex: Updated * src/ejabberd_auth_ldap.erl: Bugfix SVN Revision: 386 | ||||
* | * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) | Alexey Shchepin | 2005-07-31 | 3 | -4/+35 |
| | | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 385 | ||||
* | * src/msgs/de.msg: Updated (thanks to Torsten Werner) | Alexey Shchepin | 2005-07-31 | 2 | -11/+13 |
| | | | | SVN Revision: 384 | ||||
* | * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be | Alexey Shchepin | 2005-07-31 | 2 | -4/+9 |
| | | | | | | standards compliant (thanks to Sander Devrieze) SVN Revision: 383 |