]>
granicus.if.org Git - ejabberd/log
Alexey Shchepin [Wed, 13 Jul 2005 03:24:13 +0000 (03:24 +0000)]
* 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
Alexey Shchepin [Sun, 3 Jul 2005 01:44:13 +0000 (01:44 +0000)]
* src/ejabberd_app.erl: Bugfix
SVN Revision: 373
Alexey Shchepin [Sun, 3 Jul 2005 00:16:34 +0000 (00:16 +0000)]
* src/ejabberd_config.erl: Bugfix
SVN Revision: 372
Alexey Shchepin [Thu, 30 Jun 2005 11:29:04 +0000 (11:29 +0000)]
* src/mod_offline.erl: Bugfix
SVN Revision: 371
Alexey Shchepin [Mon, 20 Jun 2005 03:18:13 +0000 (03:18 +0000)]
* (all): Enhanced virtual hosting support
SVN Revision: 370
Alexey Shchepin [Fri, 27 May 2005 22:52:50 +0000 (22:52 +0000)]
* src/web/ejabberd_web_admin.erl: Bugfix
SVN Revision: 369
Mickaël Rémond [Wed, 25 May 2005 13:35:35 +0000 (13:35 +0000)]
Added 0.9.1 release note that was in the release ejabberd-0.9.1 version.
SVN Revision: 368
Alexey Shchepin [Wed, 25 May 2005 00:28:22 +0000 (00:28 +0000)]
* src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanks
to Felipe Brito Vasconcellos)
SVN Revision: 367
Alexey Shchepin [Tue, 24 May 2005 12:32:11 +0000 (12:32 +0000)]
Added text/html mime type to dev.html and guide.html
SVN Revision: 365
Alexey Shchepin [Mon, 23 May 2005 21:58:47 +0000 (21:58 +0000)]
Testing SVN/DAV access
SVN Revision: 364
thierry [Mon, 23 May 2005 21:53:42 +0000 (21:53 +0000)]
testing webdav
SVN Revision: 363
Alexey Shchepin [Mon, 23 May 2005 20:28:58 +0000 (20:28 +0000)]
* src/msgs/fr.msg: Updated (thanks to Mickael Remond)
SVN Revision: 360
Alexey Shchepin [Mon, 23 May 2005 20:27:17 +0000 (20:27 +0000)]
* src/odbc/Makefile.in: Added
* src/configure.ac: Updated for odbc support
* src/Makefile.in: Likewise
* src/aclocal.m4: Bugfix
SVN Revision: 359
Alexey Shchepin [Mon, 23 May 2005 19:47:57 +0000 (19:47 +0000)]
* 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
Mickaël Rémond [Mon, 23 May 2005 19:46:00 +0000 (19:46 +0000)]
Updated French translation
SVN Revision: 357
Alexey Shchepin [Mon, 23 May 2005 19:33:52 +0000 (19:33 +0000)]
* 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
Alexey Shchepin [Mon, 23 May 2005 19:12:30 +0000 (19:12 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise
SVN Revision: 355
Alexey Shchepin [Mon, 23 May 2005 00:30:29 +0000 (00:30 +0000)]
* 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
Alexey Shchepin [Sun, 22 May 2005 23:29:54 +0000 (23:29 +0000)]
* 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
Alexey Shchepin [Sat, 21 May 2005 20:21:41 +0000 (20:21 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fixed XML element name for
pubsub#event namespace (thanks to Magnus Henoch)
SVN Revision: 352
Alexey Shchepin [Sat, 21 May 2005 19:44:37 +0000 (19:44 +0000)]
* 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
Alexey Shchepin [Wed, 18 May 2005 23:47:33 +0000 (23:47 +0000)]
* 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
Alexey Shchepin [Tue, 17 May 2005 22:35:16 +0000 (22:35 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added support for WHOIS
requests and reply to USERINFO (thanks to Oleg V. Motienko)
SVN Revision: 349
Alexey Shchepin [Tue, 17 May 2005 12:51:47 +0000 (12:51 +0000)]
* src/stringprep/stringprep_drv.c: Bugfix
SVN Revision: 348
Alexey Shchepin [Sun, 15 May 2005 23:03:25 +0000 (23:03 +0000)]
* src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)
* src/odbc/Makefile.win32: Added (thanks to Sergei Golovan)
* src/Makefile.win32: Updated (thanks to Sergei Golovan)
* src/jd2ejd.erl: Fixed private xml setting
* src/mod_last.erl: Bugfix
* src/mod_last_odbc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Fixed service stopping
SVN Revision: 347
Alexey Shchepin [Mon, 9 May 2005 19:38:16 +0000 (19:38 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed bug with storing
affiliations of invited users in members-only room (thanks to
Sergei Golovan)
SVN Revision: 346
Alexey Shchepin [Mon, 9 May 2005 19:12:41 +0000 (19:12 +0000)]
* src/ejabberd_c2s.erl: Fixed starttls_required behaviour for
legacy connections (thanks to Brian Campbell)
SVN Revision: 345
Alexey Shchepin [Sun, 8 May 2005 23:39:46 +0000 (23:39 +0000)]
* src/web/ejabberd_web_admin.erl: Images now specified via CSS,
design slightly updated, added last activity statistics (thanks to
Sergei Golovan)
SVN Revision: 344
Alexey Shchepin [Sat, 7 May 2005 01:21:39 +0000 (01:21 +0000)]
* src/stringprep/stringprep_drv.c: Added check for bidi
* src/stringprep/uni_parse.tcl: Now handle all Unicode code points
up to U+10FFFF
* src/stringprep/uni_parse2.tcl: Likewise
* src/stringprep/uni_data.c: Regenerated
* src/stringprep/uni_norm.c: Likewise
SVN Revision: 343
Alexey Shchepin [Fri, 6 May 2005 01:38:05 +0000 (01:38 +0000)]
* src/stringprep/uni_norm.c: Regenerated with Unicode 3.2 tables
as required by RFC3454
* src/stringprep/uni_parse2.tcl: Bugfixes
* src/stringprep/stringprep_drv.c: Bugfixes, added hangul
composition
SVN Revision: 342
Mickaël Rémond [Thu, 5 May 2005 13:16:10 +0000 (13:16 +0000)]
ChangeLog updated
SVN Revision: 341
Mickaël Rémond [Thu, 5 May 2005 13:11:18 +0000 (13:11 +0000)]
Adding missing 0.9 fields in fr.msg
SVN Revision: 340
Alexey Shchepin [Tue, 3 May 2005 23:07:14 +0000 (23:07 +0000)]
* src/mod_muc/mod_muc_room.erl: Store ban reasons for outcast
items, updated affiliation matching rules to latest JEP-0045
SVN Revision: 339
Alexey Shchepin [Mon, 2 May 2005 21:59:39 +0000 (21:59 +0000)]
* src/mod_muc/mod_muc_room.erl: Updated changing roles and
affiliations tables to latest JEP-0045
SVN Revision: 338
Alexey Shchepin [Sun, 1 May 2005 21:27:50 +0000 (21:27 +0000)]
* src/msgs/sw.msg: Renamed to sv.msg
* src/msgs/sv.msg: Likewise
SVN Revision: 337
Mickaël Rémond [Sun, 1 May 2005 20:15:20 +0000 (20:15 +0000)]
src/msgs/fr.msg: Updated
SVN Revision: 336
Alexey Shchepin [Sun, 1 May 2005 20:08:27 +0000 (20:08 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrew Smyk)
SVN Revision: 335
Alexey Shchepin [Sun, 1 May 2005 19:14:30 +0000 (19:14 +0000)]
* contrib/extract_translations/README: Better phrasing (thanks to
Sergei Golovan)
* contrib/extract_translations/extract_translations.erl: Fix to
avoid duplication of lines (thanks to Sergei Golovan)
SVN Revision: 334
Alexey Shchepin [Sun, 1 May 2005 18:55:44 +0000 (18:55 +0000)]
* src/msgs/sw.msg: New Swedish translation (thanks to (Magnus Henoch)
* src/msgs/pt.msg: New Portuguese translation (thanks to iceburn)
* src/msgs/es.msg: Updated (thanks to Badlop)
* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
SVN Revision: 333
Alexey Shchepin [Wed, 27 Apr 2005 01:08:18 +0000 (01:08 +0000)]
* src/ejabberd_auth_ldap.erl: Added listing of users support
SVN Revision: 332
Alexey Shchepin [Tue, 26 Apr 2005 23:11:16 +0000 (23:11 +0000)]
* src/ejabberd_ctl.erl: Better spelling, now prints full file
paths, fixed checking of mnesia:install_fallback result, now
"dump" command dumps only persistent tables
SVN Revision: 331
Alexey Shchepin [Tue, 26 Apr 2005 22:44:58 +0000 (22:44 +0000)]
* contrib/extract_translations/: A tool for extracting of
translation strings from ejabberd code (thanks to Sergei Golovan)
SVN Revision: 330
Alexey Shchepin [Tue, 26 Apr 2005 11:22:04 +0000 (11:22 +0000)]
* src/mod_vcard_ldap.erl: Bugfix (thanks to Mickael Remond)
SVN Revision: 329
Alexey Shchepin [Sun, 24 Apr 2005 19:25:47 +0000 (19:25 +0000)]
* src/web/ejabberd_web_admin.erl: Added translation to submit
button and "shared roster groups" header (thanks to iceburn and
Sergei Golovan)
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise
* src/mod_muc/mod_muc_room.erl: Minor update to simplify
translation (thanks to Sergei Golovan)
SVN Revision: 328
Alexey Shchepin [Sun, 24 Apr 2005 12:09:47 +0000 (12:09 +0000)]
* src/tls/tls_drv.c: Reverted previous patch
SVN Revision: 327
Alexey Shchepin [Fri, 22 Apr 2005 16:47:16 +0000 (16:47 +0000)]
* doc/guide.tex: Added mod_shared_roster documentation
* src/ejabberd.hrl: Updated version
SVN Revision: 326
Mickaël Rémond [Thu, 21 Apr 2005 21:37:19 +0000 (21:37 +0000)]
Changed version ID to version 0.9
SVN Revision: 325
Alexey Shchepin [Thu, 21 Apr 2005 14:06:15 +0000 (14:06 +0000)]
* src/jd2ejd.erl: Bugfix
SVN Revision: 324
Alexey Shchepin [Tue, 19 Apr 2005 23:10:22 +0000 (23:10 +0000)]
* src/ejabberd_auth.erl: Added check for domain of registered user
* src/web/ejabberd_web_admin.erl: Fixed user registration via web
interface, fixed path to user's offline messages (thanks to
Mickael Remond)
SVN Revision: 323
Alexey Shchepin [Tue, 19 Apr 2005 22:19:22 +0000 (22:19 +0000)]
* src/mod_disco.erl: Fixed domain listing when one virtual host is
a subdomain of another
SVN Revision: 322
Mickaël Rémond [Tue, 19 Apr 2005 14:25:31 +0000 (14:25 +0000)]
Fixes a bug on the web interface: On user creation screen the user creation was using the function try_register/2 instead of the new one try_register/3; The link to the message queue were also missing the server.
SVN Revision: 321
Mickaël Rémond [Mon, 18 Apr 2005 21:45:41 +0000 (21:45 +0000)]
Backup recommandation
SVN Revision: 319
Alexey Shchepin [Mon, 18 Apr 2005 21:38:05 +0000 (21:38 +0000)]
* doc/guide.tex: Updated
SVN Revision: 318
Alexey Shchepin [Mon, 18 Apr 2005 21:34:54 +0000 (21:34 +0000)]
* doc/guide.tex: Updated
SVN Revision: 317
Alexey Shchepin [Mon, 18 Apr 2005 20:03:07 +0000 (20:03 +0000)]
* src/web/ejabberd_web_admin.erl: Added link to shared roster page
SVN Revision: 316
Mickaël Rémond [Mon, 18 Apr 2005 19:45:16 +0000 (19:45 +0000)]
Updated release note: Pgsql support is experimental
SVN Revision: 315
Alexey Shchepin [Mon, 18 Apr 2005 18:41:57 +0000 (18:41 +0000)]
* src/odbc/ejabberd_odbc.erl: ODBC connection string can be
specified via odbc_server option now
* src/ejabberd.cfg.example: Added ODBC usage example
SVN Revision: 314
Mickaël Rémond [Mon, 18 Apr 2005 18:16:01 +0000 (18:16 +0000)]
Fixed date in documentation.
Preparing release note for ejabberd 0.9
SVN Revision: 313
Alexey Shchepin [Mon, 18 Apr 2005 14:47:13 +0000 (14:47 +0000)]
* doc/guide.tex: Updated
SVN Revision: 312
Alexey Shchepin [Mon, 18 Apr 2005 09:45:19 +0000 (09:45 +0000)]
* src/msgs/pl.msg: New Polish translation (thanks to Andrew Smyk)
SVN Revision: 311
Alexey Shchepin [Sun, 17 Apr 2005 22:59:44 +0000 (22:59 +0000)]
Applied VH patch
SVN Revision: 310
Alexey Shchepin [Sun, 17 Apr 2005 21:39:41 +0000 (21:39 +0000)]
Cleanup
SVN Revision: 309
tmallard [Sun, 17 Apr 2005 18:10:17 +0000 (18:10 +0000)]
Merged Process One contribution (Virtual Hosting)
SVN Revision: 308
tmallard [Sun, 17 Apr 2005 18:08:34 +0000 (18:08 +0000)]
Merged the Process One contributions ( Virtual Hosting )
SVN Revision: 307
Alexey Shchepin [Sat, 9 Apr 2005 23:47:56 +0000 (23:47 +0000)]
* src/ejabberd_c2s.erl: Send new id for each new stream inside one
session (thanks to Maxim Ryazanov)
* src/tls/tls_drv.c: Now reads all certificates from certificate
file instead of reading only first one (thanks to Karl-Johan
Karlsson)
* examples/transport-configs/init-scripts/jabber-gg-transport:
Fixed typo (thanks to Sander Devrieze)
SVN Revision: 305
Alexey Shchepin [Sat, 9 Apr 2005 21:03:42 +0000 (21:03 +0000)]
* src/ejabberd_c2s.erl: Send new id for each new stream inside one
session (thanks to Maxim Ryazanov)
* src/tls/tls_drv.c: Now reads all certificates from certificate
file instead of reading only first one (thanks to Karl-Johan
Karlsson)
* examples/transport-configs/init-scripts/jabber-gg-transport:
Fixed typo (thanks to Sander Devrieze)
SVN Revision: 304
Alexey Shchepin [Mon, 4 Apr 2005 21:11:22 +0000 (21:11 +0000)]
* examples/transport-configs/configs/msn-transport.xml: Fixed typo
(thanks to Sander Devrieze)
SVN Revision: 303
Alexey Shchepin [Fri, 1 Apr 2005 22:43:47 +0000 (22:43 +0000)]
* examples/transport-configs/: Updated (thanks to Sander Devrieze)
SVN Revision: 302
Alexey Shchepin [Fri, 1 Apr 2005 22:24:54 +0000 (22:24 +0000)]
* examples/transport-configs/: Updated (thanks to Sander Devrieze)
SVN Revision: 301
Alexey Shchepin [Wed, 30 Mar 2005 21:44:59 +0000 (21:44 +0000)]
* src/ejabberd_ctl.erl: Bugfix
SVN Revision: 300
Alexey Shchepin [Wed, 16 Mar 2005 22:41:41 +0000 (22:41 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix
SVN Revision: 299
Alexey Shchepin [Tue, 15 Mar 2005 21:36:41 +0000 (21:36 +0000)]
* src/ejabberd_sm.erl: Bugfix
SVN Revision: 298
Alexey Shchepin [Fri, 11 Mar 2005 23:39:56 +0000 (23:39 +0000)]
* src/ejabberd_router.erl: Bugfix
SVN Revision: 297
Alexey Shchepin [Thu, 13 Jan 2005 23:04:47 +0000 (23:04 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added filtering of quit
status
* src/web/ejabberd_web_admin.erl: Copyright update
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_irc/mod_irc.erl: Likewise
SVN Revision: 296
Alexey Shchepin [Wed, 29 Dec 2004 23:10:14 +0000 (23:10 +0000)]
* src/odbc/ejabberd_odbc.erl: Load-balance ODBC requests between
several connections
* src/odbc/ejabberd_odbc_sup.erl: Supervisor for ODBC connections
* src/mod_muc/mod_muc_room.erl: Added missed type='form' attribute
in room configuration response (thanks to Badlop)
SVN Revision: 295
Alexey Shchepin [Sun, 19 Dec 2004 20:47:35 +0000 (20:47 +0000)]
* src/mod_roster_odbc.erl: Roster support via ODBC (not completed)
* src/ejabberd_auth_internal.erl: Added remove_user hook
* src/ejabberd_auth_odbc.erl: Likewise
* src/mod_roster.erl: Use remove_user hook
* src/mod_offline.erl: Likewise
* src/mod_offline_odbc.erl: Likewise
* src/mod_last.erl: Likewise
* src/mod_last_odbc.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_private.erl: Likewise
* src/mod_roster.erl: Added hooks for functions exported by
mod_roster
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_sm.erl: Likewise
* src/mod_privacy.erl: Likewise
* src/mod_last.erl: Likewise
* src/mod_last_odbc.erl: Likewise
SVN Revision: 294
Alexey Shchepin [Tue, 14 Dec 2004 23:51:21 +0000 (23:51 +0000)]
* src/ejabberd_sm.erl: Updated missed message passing from
previous patch
SVN Revision: 293
Alexey Shchepin [Mon, 13 Dec 2004 23:00:12 +0000 (23:00 +0000)]
* src/odbc/pg.sql: DB creation script for postgres
* src/odbc/ejabberd_odbc.erl: Experimental support for ODBC
* src/mod_last_odbc.erl: Likewise
* src/mod_offline_odbc.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_auth.erl: Likewise
SVN Revision: 292
Alexey Shchepin [Sun, 12 Dec 2004 22:32:15 +0000 (22:32 +0000)]
* src/mod_stats.erl: Minor optimizations
SVN Revision: 291
Alexey Shchepin [Sun, 12 Dec 2004 21:00:34 +0000 (21:00 +0000)]
* src/ejabberd_sm.erl: Added unset_presence_hook
* src/mod_last.erl: Use unset_presence_hook instead of direct call
* src/ejabberd_auth.erl: Splitted into ejabberd_auth_internal.erl,
ejabberd_auth_ldap.erl, and ejabberd_auth_external.erl,
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
SVN Revision: 290
Alexey Shchepin [Sun, 5 Dec 2004 20:54:55 +0000 (20:54 +0000)]
* src/web/ejabberd_web_admin.erl: Changed type of password field
to "password"
* src/jlib.hrl: More stream error defines (thanks to Sergei
Golovan)
* src/ejabberd_c2s.erl: Support for starttls_required option
(thanks to Sergei Golovan)
* src/mod_muc/mod_muc_room.erl: Fixed mistake in case condition
(thanks to Sergei Golovan)
* src/xml_stream.erl: Added function parse_element/1
* src/expat_erl.c: Added PARSE_FINAL_COMMAND
SVN Revision: 289
Alexey Shchepin [Fri, 3 Dec 2004 22:54:02 +0000 (22:54 +0000)]
* src/ejabberd_listener.erl: Enable keepalive option
* src/xml_stream.erl: Added API for managing xml streams without
creating process
* src/ejabberd_receiver.erl: Use this API, now 2 processes are
created per C2S connection
SVN Revision: 288
Alexey Shchepin [Wed, 1 Dec 2004 22:48:53 +0000 (22:48 +0000)]
* src/expat_erl.c: Now uses port control instead of port output
* src/xml_stream.erl: Likewise
* src/stringprep/stringprep.erl: Now register port instead of
storing it in ets table
* doc/guide.tex: Updated URLs to R10C release
SVN Revision: 287
Alexey Shchepin [Sun, 21 Nov 2004 21:35:51 +0000 (21:35 +0000)]
* src/mod_vcard.erl: Added missed index
* doc/guide.tex: Updated (thanks to Sander Devrieze)
SVN Revision: 286
Alexey Shchepin [Fri, 5 Nov 2004 21:14:31 +0000 (21:14 +0000)]
* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL
(thanks to Leif Johansson)
* src/ejabberd_auth.erl: Added support for ldap_rootdn and
ldap_password options (thanks to Stefan de Konink)
* src/mod_vcard_ldap.erl: Likewise
* src/ejabberd_router.erl: Now possible to route packet via
function call instead of message sending
* src/ejabberd_sm.erl: Added function route/3, use it in route
table
* src/ejabberd_local.erl: Likewise
* src/ejabberd_s2s.erl: Likewise
* (all): Fixed spelling of word "authentication"
* src/*/Makefile.in: Replaced erlc with @ERLC@
SVN Revision: 285
Alexey Shchepin [Fri, 15 Oct 2004 19:02:51 +0000 (19:02 +0000)]
* examples/transport-configs/: Transport config examples (thanks
to Sander Devrieze)
SVN Revision: 284
Alexey Shchepin [Fri, 15 Oct 2004 17:03:22 +0000 (17:03 +0000)]
* src/msgs/de.msg: German translation (thanks to Marina Hahn)
SVN Revision: 283
Alexey Shchepin [Tue, 12 Oct 2004 20:06:38 +0000 (20:06 +0000)]
* src/win32/: Updated (thanks to Sergei Golovan)
* src/msgs/es.msg: Updated (thanks to Badlop)
* src/mod_irc/iconv_erl.c: Bugfix (thanks to Jacek Konieczny)
SVN Revision: 282
Alexey Shchepin [Sun, 10 Oct 2004 17:15:24 +0000 (17:15 +0000)]
* src/tls/Makefile.win32: Added (thanks to Sergei Golovan)
* src/win32/: Updated (thanks to Sergei Golovan)
SVN Revision: 281
Alexey Shchepin [Sat, 9 Oct 2004 20:52:58 +0000 (20:52 +0000)]
* src/msgs/uk.msg: Updated (thanks to Sergei Golovan)
SVN Revision: 280
Alexey Shchepin [Sat, 9 Oct 2004 20:42:42 +0000 (20:42 +0000)]
* src/msgs/uk.msg: Updated (thanks to Sergei Golovan)
SVN Revision: 279
Alexey Shchepin [Sat, 9 Oct 2004 20:19:19 +0000 (20:19 +0000)]
*** empty log message ***
SVN Revision: 278
Alexey Shchepin [Sat, 9 Oct 2004 20:15:49 +0000 (20:15 +0000)]
* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
* src/msgs/ua.msg: Renamed to uk.msg
* COPYING: Added permission to link with OpenSSL
SVN Revision: 277
Alexey Shchepin [Fri, 8 Oct 2004 21:39:10 +0000 (21:39 +0000)]
* src/msgs/ua.msg: Updated (thanks to Sergei Golovan)
SVN Revision: 276
Alexey Shchepin [Fri, 8 Oct 2004 20:40:29 +0000 (20:40 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed room destroying
* src/ejabberd.cfg.example: Updated
* src/ejabberd_sm.erl: Fixed message routing when all resources
have negative priority
* src/msgs/*.msg: Updated (thanks to Sergei Golovan)
* src/web/ejabberd_web_admin.erl: Table titles now bold (thanks to
Sergei Golovan)
SVN Revision: 275
Alexey Shchepin [Wed, 6 Oct 2004 15:07:21 +0000 (15:07 +0000)]
* doc/guide.tex: Updated
SVN Revision: 274
Alexey Shchepin [Wed, 6 Oct 2004 14:12:04 +0000 (14:12 +0000)]
* src/ejabberd_s2s_out.erl: Fixed socket closing condition
SVN Revision: 273
Alexey Shchepin [Tue, 5 Oct 2004 19:31:17 +0000 (19:31 +0000)]
* src/web/ejabberd_http_poll.erl: Properly handle bad requests
* src/web/ejabberd_web_admin.erl: Ported features from J-EAI
SVN Revision: 272
Alexey Shchepin [Thu, 30 Sep 2004 21:54:39 +0000 (21:54 +0000)]
* src/web/ejabberd_http.erl: Fixed processing of POST body for
HTTP Polling
* src/web/ejabberd_http.erl: Support for "Connection" HTTP header
(thanks to Sergei Golovan)
* src/translate.erl: Much better handling of xml:lang (thanks to
Sergei Golovan)
SVN Revision: 271
Alexey Shchepin [Wed, 29 Sep 2004 21:10:40 +0000 (21:10 +0000)]
* src/ejabberd_listener.erl: Check result of controlling_process
SVN Revision: 270