Commit Graph

396 Commits

Author SHA1 Message Date
Alexey Shchepin 0875367533 Tagged ejabberd-0.9.8
SVN Revision: 401
2005-08-01 23:23:04 +00:00
Alexey Shchepin 24db2c5871 Added a branch for ejabberd-0.9.8
SVN Revision: 400
2005-08-01 23:22:06 +00:00
Mickaël Rémond 3e904a1bb8 Release 0.9.8
SVN Revision: 399
2005-08-01 22:06:46 +00:00
Mickaël Rémond fffde3d7c3 Final release note after many fixes from the ejabberd Chatroom and
StPeter

SVN Revision: 398
2005-08-01 22:05:27 +00:00
Alexey Shchepin ef053fd7b7 * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

SVN Revision: 397
2005-08-01 21:00:20 +00:00
Mickaël Rémond 9e90483263 Wrong Process-one URL
SVN Revision: 396
2005-08-01 20:56:52 +00:00
Mickaël Rémond bac37de78e More fixes from Badlop
SVN Revision: 395
2005-08-01 20:54:25 +00:00
Mickaël Rémond f33c35e658 Fixed some english mistakes.
SVN Revision: 394
2005-08-01 20:45:54 +00:00
Alexey Shchepin 835763013d * src/msgs/es.msg: Updated (thanks to Badlop)
SVN Revision: 393
2005-08-01 18:54:08 +00:00
Alexey Shchepin c0a5ba816a * src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
SVN Revision: 392
2005-08-01 18:19:46 +00:00
Mickaël Rémond ac8eb35135 Added some references at the end of the release notes (migration,
tutorial and feature sheet)

SVN Revision: 391
2005-08-01 17:23:55 +00:00
Mickaël Rémond 8f8a732712 Updated to mention, that the 1.0 release is close and that the ejabberd
Linux installer include ASN1 modules.

SVN Revision: 390
2005-08-01 15:40:58 +00:00
Mickaël Rémond 385795b3c9 Added release notes for ejabberd 0.9.8 release.
SVN Revision: 389
2005-08-01 15:37:30 +00:00
Mickaël Rémond 4a5d481ad7 Updated French translation
SVN Revision: 388
2005-08-01 14:38:19 +00:00
Mickaël Rémond 24deabc58c Updated French translation
SVN Revision: 387
2005-08-01 14:36:42 +00:00
Alexey Shchepin 081be192d3 * src/ejabberd_config.erl: Added host_config option
* doc/guide.tex: Updated

* src/ejabberd_auth_ldap.erl: Bugfix

SVN Revision: 386
2005-07-31 19:51:52 +00:00
Alexey Shchepin 84b057c607 * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

SVN Revision: 385
2005-07-31 18:10:41 +00:00
Alexey Shchepin b0c1d52051 * src/msgs/de.msg: Updated (thanks to Torsten Werner)
SVN Revision: 384
2005-07-31 01:27:19 +00:00
Alexey Shchepin 2005205d24 * src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
standards compliant (thanks to Sander Devrieze)

SVN Revision: 383
2005-07-31 01:18:17 +00:00
Alexey Shchepin 8f90927d83 * src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" page
SVN Revision: 382
2005-07-29 20:34:57 +00:00
Alexey Shchepin 9da4594fd0 Renamed route_packet hook to filter_packet
SVN Revision: 381
2005-07-27 00:59:35 +00:00
Alexey Shchepin e9e1893b01 * src/ejabberd_router.erl: Added route_packet hook
SVN Revision: 380
2005-07-27 00:54:53 +00:00
Alexey Shchepin 02d3151ee7 * src/jd2ejd.erl: Updated to work with ODBC
* src/mod_roster_odbc.erl: Updated

* src/mod_offline_odbc.erl: Bugfix

* src/mod_last_odbc.erl: Bugfix

SVN Revision: 379
2005-07-26 03:04:26 +00:00
Alexey Shchepin d520f35819 * src/mod_pubsub/mod_pubsub.erl: Updated to J-EAI version
SVN Revision: 378
2005-07-20 03:09:34 +00:00
Alexey Shchepin 2d09cf8a39 * src/acl.erl: Slightly changed "access" option processing
SVN Revision: 377
2005-07-14 23:48:57 +00:00
Alexey Shchepin 9528651c35 * src/mod_disco.erl: Fixed processing of host features and
extra_domains option

SVN Revision: 376
2005-07-14 23:12:20 +00:00
Alexey Shchepin a9e3b76bed * src/ejabberd_c2s.erl: Processing of jabber:iq:register totally
moved to mod_register.erl (thanks to Sergei Golovan)
* src/mod_register.erl: Likewise

* src/win32/ejabberd.nsi: Added two pictures in installer (thanks
to Maxim Ryazanov)
* src/win32/ejabberd_header.bmp: Likewise
* src/win32/ejabberd_intro.bmp: Likewise

* src/web/ejabberd_web_admin.erl: Fixed spelling of word
"authentication"
* src/ejabberd_c2s.erl: Likewise

SVN Revision: 375
2005-07-14 22:28:21 +00:00
Alexey Shchepin 3202705ad6 * src/mod_register.erl: Bugfix
* src/mod_vcard.erl: Bugfix

* src/ejabberd_app.erl: Updated to allow different authentication
methods for different virtual hosts
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_digest.erl: Likewise
* src/cyrsasl_plain.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_config.erl: Likewise
* src/extauth.erl: Likewise
* src/mod_last_odbc.erl: Likewise
* src/mod_offline_odbc.erl: Likewise
* src/mod_roster_odbc.erl: Likewise
* src/odbc/ejabberd_odbc.erl: Likewise
* src/odbc/ejabberd_odbc_sup.erl: Likewise

SVN Revision: 374
2005-07-13 03:24:13 +00:00
Alexey Shchepin 37bf811f4b * src/ejabberd_app.erl: Bugfix
SVN Revision: 373
2005-07-03 01:44:13 +00:00
Alexey Shchepin b58c0b7b23 * src/ejabberd_config.erl: Bugfix
SVN Revision: 372
2005-07-03 00:16:34 +00:00
Alexey Shchepin d6d51b0fb7 * src/mod_offline.erl: Bugfix
SVN Revision: 371
2005-06-30 11:29:04 +00:00
Alexey Shchepin 4098c3ecba * (all): Enhanced virtual hosting support
SVN Revision: 370
2005-06-20 03:18:13 +00:00
Alexey Shchepin cb90075327 * src/web/ejabberd_web_admin.erl: Bugfix
SVN Revision: 369
2005-05-27 22:52:50 +00:00
Mickaël Rémond 9304d91834 Added 0.9.1 release note that was in the release ejabberd-0.9.1 version.
SVN Revision: 368
2005-05-25 13:35:35 +00:00
Alexey Shchepin 33bb81d102 * src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanks
to Felipe Brito Vasconcellos)

SVN Revision: 367
2005-05-25 00:28:22 +00:00
Alexey Shchepin 01d87e7ffd Added text/html mime type to dev.html and guide.html
SVN Revision: 365
2005-05-24 12:32:11 +00:00
Alexey Shchepin c5a686cb29 Testing SVN/DAV access
SVN Revision: 364
2005-05-23 21:58:47 +00:00
thierry 4b2236185b testing webdav
SVN Revision: 363
2005-05-23 21:53:42 +00:00
Alexey Shchepin 4c90299494 * src/msgs/fr.msg: Updated (thanks to Mickael Remond)
SVN Revision: 360
2005-05-23 20:28:58 +00:00
Alexey Shchepin 85bde6e50f * src/odbc/Makefile.in: Added
* src/configure.ac: Updated for odbc support
* src/Makefile.in: Likewise

* src/aclocal.m4: Bugfix

SVN Revision: 359
2005-05-23 20:27:17 +00:00
Alexey Shchepin dbb248247b * src/mod_last_odbc.erl: Added store_last_info/4 function (thanks
to Sergei Golovan)
* src/mod_last.erl: Likewise

* src/jd2ejd.erl: Support for exporting iq:last information,
better error handling (thanks to Sergei Golovan)

* src/ejabberd_ctl.erl: Added "import-file" and "import-dir"
commands (thanks to Sergei Golovan)

SVN Revision: 358
2005-05-23 19:47:57 +00:00
Mickaël Rémond 6b1e56f786 Updated French translation
SVN Revision: 357
2005-05-23 19:46:00 +00:00
Alexey Shchepin 9c556685fe * doc/guide.tex: Updated (thanks to Sergei Golovan)
* doc/dev.tex: Likewise
* doc/disco.png: Likewise
* doc/discorus.png: Likewise
* doc/webadmin.png: Likewise
* doc/webadminru.png: Likewise

SVN Revision: 356
2005-05-23 19:33:52 +00:00
Alexey Shchepin 0625a03385 * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

SVN Revision: 355
2005-05-23 19:12:30 +00:00
Alexey Shchepin 820c78484a * src/web/ejabberd_web_admin.erl: Updated CSS, added modules
management (thanks to Sergei Golovan)

* src/gen_mod.erl: Added function loaded_modules_with_opts/0, new
API for module stopping (thanks to Sergei Golovan)
* src/mod_muc/mod_muc.erl: Moved a process name to a macros,
updated module stopping (thanks to Sergei Golovan)
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_announce.erl: Updated module stopping (thanks to Sergei
Golovan)
* src/mod_echo.erl: Likewise
* src/mod_offline.erl: Likewise

SVN Revision: 354
2005-05-23 00:30:29 +00:00
Alexey Shchepin 94ed3740d9 * src/web/ejabberd_http.erl: "Connection:" header value now
matched case-insensitive, and returned to client, replaced
duplicate is_space($\r) with is_space($\t) (thanks to Maxim
Ryazanov)

SVN Revision: 353
2005-05-22 23:29:54 +00:00
Alexey Shchepin 9f27556a01 * src/mod_pubsub/mod_pubsub.erl: Fixed XML element name for
pubsub#event namespace (thanks to Magnus Henoch)

SVN Revision: 352
2005-05-21 20:21:41 +00:00
Alexey Shchepin b43093086d * src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

* src/msgs/es.msg: Updated (thanks to Badlop)

SVN Revision: 351
2005-05-21 19:44:37 +00:00
Alexey Shchepin 77f681b320 * src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to a
pubsub node with a JID that includes a resource (thanks to Martijn
van Beers)

* src/stringprep/uni_parse2.tcl: Bugfix
* src/stringprep/stringprep_drv.c: Likewise
* src/stringprep/uni_norm.c: Regenerated

SVN Revision: 350
2005-05-18 23:47:33 +00:00
Alexey Shchepin 47b5e514dc * src/mod_irc/mod_irc_connection.erl: Added support for WHOIS
requests and reply to USERINFO (thanks to Oleg V. Motienko)

SVN Revision: 349
2005-05-17 22:35:16 +00:00