aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/ejabberd.cfg.example: UpdatedAlexey Shchepin2005-12-067-695/+1375
| | | | | | | | | | | * 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
* * src/msgs/pt-br.msg: Updated (thanks to Victor Hugo dos Santos)Alexey Shchepin2005-12-065-77/+408
| | | | | | | | | | * 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
* doc/yozhikheader.png: Added feature sheet header (Thanks to SanderMickaël Rémond2005-11-302-0/+5
| | | | | | Devrieze) SVN Revision: 446
* Documentation updateMickaël Rémond2005-11-286-1419/+3136
| | | | SVN Revision: 445
* * src/web/ejabberd_http.erl: Now web interface is compliant toAlexey Shchepin2005-11-263-21/+39
| | | | | | | XHTML 1.0 Transitional (thanks to Sander Devrieze) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 444
* * doc/Makefile: Now really addedAlexey Shchepin2005-11-242-0/+15
| | | | SVN Revision: 443
* * src/mod_roster.erl: The "id" attribute of roster push packet wasAlexey Shchepin2005-11-223-1/+9
| | | | | | | missed (thanks to Maxim Ryazanov) * src/mod_roster_odbc.erl: Likewise SVN Revision: 442
* * src/web/ejabberd_web_admin.erl: Fixed encoding of user names inAlexey Shchepin2005-11-223-4/+55
| | | | | | | | URLs * src/web/ejabberd_http.erl: Added url_encode function from yaws SVN Revision: 441
* * src/ejabberd_c2s.erl: Send stream error when connection isAlexey Shchepin2005-11-222-4/+12
| | | | | | replaced (thanks to Maxim Ryazanov) SVN Revision: 440
* Added prepare-translation.sh wrapper to extract_translation.erl (Thanks to ↵Mickaël Rémond2005-11-191-0/+5
| | | | | | Badlop) SVN Revision: 439
* Added wrapper to extract_translation.erlMickaël Rémond2005-11-191-0/+109
| | | | SVN Revision: 438
* * src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks toAlexey Shchepin2005-11-194-3/+9
| | | | | | | | Maxim Ryazanov) * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise SVN Revision: 437
* * src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)Alexey Shchepin2005-11-192-1/+5
| | | | SVN Revision: 436
* * src/ejabberd_s2s_in.erl: Support for dNSName certificate fieldAlexey Shchepin2005-11-175-14/+73
| | | | | | | | | | 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
* * src/odbc/ejabberd_odbc.erl: Support for mnesia-like transactionAlexey Shchepin2005-11-163-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 uponAlexey Shchepin2005-11-123-6/+24
| | | | | | | connecting to host with invalid domain * src/ejabberd_s2s.erl: Likewise SVN Revision: 433
* * src/ejabberd_config.erl: Support for per host certificatesAlexey Shchepin2005-11-056-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 processingAlexey Shchepin2005-11-032-1/+4
| | | | SVN Revision: 431
* * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNALAlexey Shchepin2005-11-037-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 fixAlexey Shchepin2005-10-302-2/+8
| | | | SVN Revision: 429
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2005-10-292-1/+16
| | | | SVN Revision: 428
* * src/tls/tls.erl: Accept {error,already_loaded} fromAlexey Shchepin2005-10-255-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" methodAlexey Shchepin2005-10-258-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 avoidAlexey Shchepin2005-10-212-8/+6
| | | | | | unloading of libssl (thanks to Brian Campbell) SVN Revision: 425
* * src/odbc/pg.sql: Added spool.seq field for offline messagesAlexey Shchepin2005-10-193-2/+16
| | | | | | | sorting * src/mod_offline_odbc.erl: Likewise SVN Revision: 424
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2005-10-182-2/+6
| | | | SVN Revision: 423
* * src/gen_iq_handler.erl: BugfixAlexey Shchepin2005-10-162-1/+5
| | | | SVN Revision: 422
* * src/ejabberd_auth_odbc.erl: Minor fixAlexey Shchepin2005-10-153-1/+7
| | | | | | * src/odbc/ejabberd_odbc.erl: Updated pgsql support SVN Revision: 421
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2005-10-152-2/+4
| | | | SVN Revision: 420
* * src/ejabberd_c2s.erl: Updated to work correctly withAlexey Shchepin2005-10-152-4/+15
| | | | | | mod_vcard_odbc SVN Revision: 419
* * src/odbc/ejabberd_odbc.erl: Experimental support for pgsqlAlexey Shchepin2005-10-132-6/+42
| | | | | | library SVN Revision: 418
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2005-10-132-2/+5
| | | | SVN Revision: 417
* * src/mod_roster_odbc.erl: BugfixAlexey Shchepin2005-10-122-1/+6
| | | | SVN Revision: 416
* Fixed mod_vcard_odbc.erl SVN propertiesAlexey Shchepin2005-10-071-2/+2
| | | | SVN Revision: 415
* * src/ejd2odbc.erl: Added vCard converterAlexey Shchepin2005-10-064-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 betterAlexey Shchepin2005-09-294-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: BugfixAlexey Shchepin2005-09-152-2/+5
| | | | SVN Revision: 412
* * src/ejd2odbc.erl: UpdatedAlexey Shchepin2005-09-101-2/+2
| | | | SVN Revision: 411
* * src/ejd2odbc.erl: UpdatedAlexey Shchepin2005-09-102-24/+41
| | | | SVN Revision: 410
* * src/mod_disco.erl: Disco publishing support (thanks to MagnusAlexey Shchepin2005-09-042-4/+144
| | | | | | Henoch) SVN Revision: 409
* * src/mod_disco.erl: Functions register_sm_feature andAlexey Shchepin2005-09-045-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 ODBCAlexey Shchepin2005-08-293-1/+204
| | | | | | * src/mod_offline_odbc.erl: Minor fix SVN Revision: 407
* * src/mod_vcard_ldap.erl: BugfixAlexey Shchepin2005-08-256-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 (thanksAlexey Shchepin2005-08-102-0/+11
| | | | | | to Martin Pokorny) SVN Revision: 405
* * src/msgs/pl.msg: Updated (thanks to Andrew Smyk)Alexey Shchepin2005-08-062-2/+28
| | | | SVN Revision: 404
* * src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop)Alexey Shchepin2005-08-062-1/+5
| | | | SVN Revision: 403
* * src/win32/inetrc: Added (thanks to Sergei Golovan)Alexey Shchepin2005-08-058-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.8Mickaël Rémond2005-08-011-1/+1
| | | | SVN Revision: 399
* Final release note after many fixes from the ejabberd Chatroom andMickaël Rémond2005-08-011-38/+46
| | | | | | StPeter SVN Revision: 398
* * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)Alexey Shchepin2005-08-013-0/+15
| | | | | | * src/msgs/uk.msg: Likewise SVN Revision: 397