Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-12-06 | * src/ejabberd.cfg.example: Updated | Alexey Shchepin | 5 | -695/+1362 | |
* src/Makefile.*: Can now be build when the Erlang environment is not Erlang/OTP but the Erlang REPOS CDROM. Still compatible with standard Erlang/OTP install * aclocal.m4: Likewise * src/Makefile.*: Can now be build with Erlang debug_info with 'make debug=true' SVN Revision: 448 | |||||
2005-12-06 | * src/msgs/pt-br.msg: Updated (thanks to Victor Hugo dos Santos) | Alexey Shchepin | 4 | -77/+398 | |
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk) * src/msgs/sv.msg: Updated (thanks to Magnus Henoch) * src/msgs/de.msg: Updated (thanks to Patrick Dreker) SVN Revision: 447 | |||||
2005-11-26 | * src/web/ejabberd_http.erl: Now web interface is compliant to | Alexey Shchepin | 2 | -21/+33 | |
XHTML 1.0 Transitional (thanks to Sander Devrieze) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 444 | |||||
2005-11-22 | * src/mod_roster.erl: The "id" attribute of roster push packet was | Alexey Shchepin | 2 | -1/+5 | |
missed (thanks to Maxim Ryazanov) * src/mod_roster_odbc.erl: Likewise SVN Revision: 442 | |||||
2005-11-22 | * src/web/ejabberd_web_admin.erl: Fixed encoding of user names in | Alexey Shchepin | 2 | -4/+50 | |
URLs * src/web/ejabberd_http.erl: Added url_encode function from yaws SVN Revision: 441 | |||||
2005-11-22 | * src/ejabberd_c2s.erl: Send stream error when connection is | Alexey Shchepin | 1 | -2/+5 | |
replaced (thanks to Maxim Ryazanov) SVN Revision: 440 | |||||
2005-11-19 | * src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to | Alexey Shchepin | 3 | -3/+4 | |
Maxim Ryazanov) * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise SVN Revision: 437 | |||||
2005-11-19 | * src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch) | Alexey Shchepin | 1 | -1/+1 | |
SVN Revision: 436 | |||||
2005-11-17 | * src/ejabberd_s2s_in.erl: Support for dNSName certificate field | Alexey Shchepin | 4 | -14/+64 | |
and DNS name matching * src/XmppAddr.asn1: Moved here from src/tls/XmppAddr.asn1 * src/tls/XmppAddr.asn1: Likewise * src/Makefile.in: Updated * src/tls/Makefile.in: Updated SVN Revision: 435 | |||||
2005-11-16 | * src/odbc/ejabberd_odbc.erl: Support for mnesia-like transaction | Alexey Shchepin | 2 | -155/+217 | |
interface * src/mod_roster_odbc.erl: Updated to use ejabberd_odbc:sql_transaction/2 SVN Revision: 434 | |||||
2005-11-12 | * src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon | Alexey Shchepin | 2 | -6/+18 | |
connecting to host with invalid domain * src/ejabberd_s2s.erl: Likewise SVN Revision: 433 | |||||
2005-11-05 | * src/ejabberd_config.erl: Support for per host certificates | Alexey Shchepin | 5 | -24/+77 | |
* 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 | |||||
2005-11-03 | * src/mod_disco.erl: Fixed extra_domains option processing | Alexey Shchepin | 1 | -1/+2 | |
SVN Revision: 431 | |||||
2005-11-03 | * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNAL | Alexey Shchepin | 6 | -31/+383 | |
* 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 | |||||
2005-10-30 | * src/mod_disco.erl: Minor fix | Alexey Shchepin | 1 | -2/+4 | |
SVN Revision: 429 | |||||
2005-10-29 | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 1 | -1/+12 | |
SVN Revision: 428 | |||||
2005-10-25 | * src/tls/tls.erl: Accept {error,already_loaded} from | Alexey Shchepin | 4 | -6/+24 | |
erl_ddll:load_driver/2 * src/stringprep/stringprep.erl: Likewise * src/mod_irc/iconv.erl: Likewise * src/ejabberd_app.erl: Likewise SVN Revision: 427 | |||||
2005-10-25 | * src/tls/tls_drv.c: Support for "connect" method | Alexey Shchepin | 7 | -164/+414 | |
* 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 | |||||
2005-10-21 | * src/ejabberd_app.erl: Try to load tls_drv at startup to avoid | Alexey Shchepin | 1 | -8/+1 | |
unloading of libssl (thanks to Brian Campbell) SVN Revision: 425 | |||||
2005-10-19 | * src/odbc/pg.sql: Added spool.seq field for offline messages | Alexey Shchepin | 2 | -2/+10 | |
sorting * src/mod_offline_odbc.erl: Likewise SVN Revision: 424 | |||||
2005-10-18 | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 1 | -2/+2 | |
SVN Revision: 423 | |||||
2005-10-16 | * src/gen_iq_handler.erl: Bugfix | Alexey Shchepin | 1 | -1/+1 | |
SVN Revision: 422 | |||||
2005-10-15 | * src/ejabberd_auth_odbc.erl: Minor fix | Alexey Shchepin | 2 | -1/+3 | |
* src/odbc/ejabberd_odbc.erl: Updated pgsql support SVN Revision: 421 | |||||
2005-10-15 | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 1 | -2/+2 | |
SVN Revision: 420 | |||||
2005-10-15 | * src/ejabberd_c2s.erl: Updated to work correctly with | Alexey Shchepin | 1 | -4/+10 | |
mod_vcard_odbc SVN Revision: 419 | |||||
2005-10-13 | * src/odbc/ejabberd_odbc.erl: Experimental support for pgsql | Alexey Shchepin | 1 | -6/+39 | |
library SVN Revision: 418 | |||||
2005-10-13 | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 1 | -2/+3 | |
SVN Revision: 417 | |||||
2005-10-12 | * src/mod_roster_odbc.erl: Bugfix | Alexey Shchepin | 1 | -1/+2 | |
SVN Revision: 416 | |||||
2005-10-07 | Fixed mod_vcard_odbc.erl SVN properties | Alexey Shchepin | 1 | -2/+2 | |
SVN Revision: 415 | |||||
2005-10-06 | * src/ejd2odbc.erl: Added vCard converter | Alexey Shchepin | 3 | -47/+818 | |
* src/mod_vcard_odbc.erl: vCard support via ODBC * src/odbc/pg.sql: Updated SVN Revision: 414 | |||||
2005-09-29 | * src/web/ejabberd_web_admin.erl: Updated API for better | Alexey Shchepin | 3 | -42/+87 | |
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 | |||||
2005-09-15 | * src/jlib.erl: Bugfix | Alexey Shchepin | 1 | -2/+1 | |
SVN Revision: 412 | |||||
2005-09-10 | * src/ejd2odbc.erl: Updated | Alexey Shchepin | 1 | -2/+2 | |
SVN Revision: 411 | |||||
2005-09-10 | * src/ejd2odbc.erl: Updated | Alexey Shchepin | 1 | -24/+37 | |
SVN Revision: 410 | |||||
2005-09-04 | * src/mod_disco.erl: Disco publishing support (thanks to Magnus | Alexey Shchepin | 1 | -2/+139 | |
Henoch) SVN Revision: 409 | |||||
2005-09-04 | * src/mod_disco.erl: Functions register_sm_feature and | Alexey Shchepin | 4 | -512/+652 | |
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 | |||||
2005-08-29 | * src/ejd2odbc.erl: Converter from mnesia to ODBC | Alexey Shchepin | 2 | -1/+196 | |
* src/mod_offline_odbc.erl: Minor fix SVN Revision: 407 | |||||
2005-08-25 | * src/mod_vcard_ldap.erl: Bugfix | Alexey Shchepin | 3 | -49/+56 | |
* src/mod_vcard.erl: Bugfix * src/ejabberd_auth_odbc.erl: Bugfix * doc/dev.tex: Updated SVN Revision: 406 | |||||
2005-08-10 | * src/cyrsasl_digest.erl: Fixed challenge/response parsing (thanks | Alexey Shchepin | 1 | -0/+6 | |
to Martin Pokorny) SVN Revision: 405 | |||||
2005-08-06 | * src/msgs/pl.msg: Updated (thanks to Andrew Smyk) | Alexey Shchepin | 1 | -2/+26 | |
SVN Revision: 404 | |||||
2005-08-06 | * src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop) | Alexey Shchepin | 1 | -1/+1 | |
SVN Revision: 403 | |||||
2005-08-05 | * src/win32/inetrc: Added (thanks to Sergei Golovan) | Alexey Shchepin | 5 | -15/+21 | |
* 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 | |||||
2005-08-01 | Release 0.9.8 | Mickaël Rémond | 1 | -1/+1 | |
SVN Revision: 399 | |||||
2005-08-01 | * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) | Alexey Shchepin | 2 | -0/+12 | |
* src/msgs/uk.msg: Likewise SVN Revision: 397 | |||||
2005-08-01 | * src/msgs/es.msg: Updated (thanks to Badlop) | Alexey Shchepin | 1 | -1/+21 | |
SVN Revision: 393 | |||||
2005-08-01 | * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) | Alexey Shchepin | 1 | -26/+53 | |
SVN Revision: 392 | |||||
2005-08-01 | Updated French translation | Mickaël Rémond | 1 | -3/+22 | |
SVN Revision: 387 | |||||
2005-07-31 | * src/ejabberd_config.erl: Added host_config option | Alexey Shchepin | 2 | -5/+10 | |
* doc/guide.tex: Updated * src/ejabberd_auth_ldap.erl: Bugfix SVN Revision: 386 | |||||
2005-07-31 | * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) | Alexey Shchepin | 2 | -4/+32 | |
* src/msgs/uk.msg: Likewise SVN Revision: 385 | |||||
2005-07-31 | * src/msgs/de.msg: Updated (thanks to Torsten Werner) | Alexey Shchepin | 1 | -11/+11 | |
SVN Revision: 384 |