]> granicus.if.org Git - ejabberd/log
ejabberd
19 years ago* src/web/ejabberd_web_admin.erl: Updated CSS, added modules
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

19 years ago* src/web/ejabberd_http.erl: "Connection:" header value now
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

19 years ago* src/mod_pubsub/mod_pubsub.erl: Fixed XML element name for
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

19 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
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

19 years ago* src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to a
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

19 years ago* src/mod_irc/mod_irc_connection.erl: Added support for WHOIS
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

19 years ago* src/stringprep/stringprep_drv.c: Bugfix
Alexey Shchepin [Tue, 17 May 2005 12:51:47 +0000 (12:51 +0000)]
* src/stringprep/stringprep_drv.c: Bugfix

SVN Revision: 348

19 years ago* src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)
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

19 years ago* src/mod_muc/mod_muc_room.erl: Fixed bug with storing
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

19 years ago* src/ejabberd_c2s.erl: Fixed starttls_required behaviour for
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

19 years ago* src/web/ejabberd_web_admin.erl: Images now specified via CSS,
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

19 years ago* src/stringprep/stringprep_drv.c: Added check for bidi
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

19 years ago* src/stringprep/uni_norm.c: Regenerated with Unicode 3.2 tables
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

19 years agoChangeLog updated
Mickaël Rémond [Thu, 5 May 2005 13:16:10 +0000 (13:16 +0000)]
ChangeLog updated

SVN Revision: 341

19 years agoAdding missing 0.9 fields in fr.msg
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

19 years ago* src/mod_muc/mod_muc_room.erl: Store ban reasons for outcast
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

19 years ago* src/mod_muc/mod_muc_room.erl: Updated changing roles and
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

19 years ago* src/msgs/sw.msg: Renamed to sv.msg
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

19 years agosrc/msgs/fr.msg: Updated
Mickaël Rémond [Sun, 1 May 2005 20:15:20 +0000 (20:15 +0000)]
src/msgs/fr.msg: Updated

SVN Revision: 336

19 years ago* src/msgs/pl.msg: Updated (thanks to Andrew Smyk)
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

19 years ago* contrib/extract_translations/README: Better phrasing (thanks to
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

19 years ago* src/msgs/sw.msg: New Swedish translation (thanks to (Magnus Henoch)
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

19 years ago* src/ejabberd_auth_ldap.erl: Added listing of users support
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

19 years ago* src/ejabberd_ctl.erl: Better spelling, now prints full file
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

19 years ago* contrib/extract_translations/: A tool for extracting of
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

19 years ago* src/mod_vcard_ldap.erl: Bugfix (thanks to Mickael Remond)
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

19 years ago* src/web/ejabberd_web_admin.erl: Added translation to submit
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

19 years ago* src/tls/tls_drv.c: Reverted previous patch
Alexey Shchepin [Sun, 24 Apr 2005 12:09:47 +0000 (12:09 +0000)]
* src/tls/tls_drv.c: Reverted previous patch

SVN Revision: 327

19 years ago* doc/guide.tex: Added mod_shared_roster documentation
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

19 years agoChanged version ID to version 0.9
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

19 years ago* src/jd2ejd.erl: Bugfix
Alexey Shchepin [Thu, 21 Apr 2005 14:06:15 +0000 (14:06 +0000)]
* src/jd2ejd.erl: Bugfix

SVN Revision: 324

19 years ago* src/ejabberd_auth.erl: Added check for domain of registered user
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

19 years ago* src/mod_disco.erl: Fixed domain listing when one virtual host is
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

19 years agoFixes a bug on the web interface: On user creation screen the user creation was using...
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

19 years agoBackup recommandation
Mickaël Rémond [Mon, 18 Apr 2005 21:45:41 +0000 (21:45 +0000)]
Backup recommandation

SVN Revision: 319

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Mon, 18 Apr 2005 21:38:05 +0000 (21:38 +0000)]
* doc/guide.tex: Updated

SVN Revision: 318

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Mon, 18 Apr 2005 21:34:54 +0000 (21:34 +0000)]
* doc/guide.tex: Updated

SVN Revision: 317

19 years ago* src/web/ejabberd_web_admin.erl: Added link to shared roster page
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

19 years agoUpdated release note: Pgsql support is experimental
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

19 years ago* src/odbc/ejabberd_odbc.erl: ODBC connection string can be
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

19 years agoFixed date in documentation.
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

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Mon, 18 Apr 2005 14:47:13 +0000 (14:47 +0000)]
* doc/guide.tex: Updated

SVN Revision: 312

19 years ago* src/msgs/pl.msg: New Polish translation (thanks to Andrew Smyk)
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

19 years agoApplied VH patch
Alexey Shchepin [Sun, 17 Apr 2005 22:59:44 +0000 (22:59 +0000)]
Applied VH patch

SVN Revision: 310

19 years agoCleanup
Alexey Shchepin [Sun, 17 Apr 2005 21:39:41 +0000 (21:39 +0000)]
Cleanup

SVN Revision: 309

19 years agoMerged Process One contribution (Virtual Hosting)
tmallard [Sun, 17 Apr 2005 18:10:17 +0000 (18:10 +0000)]
Merged Process One contribution (Virtual Hosting)

SVN Revision: 308

19 years agoMerged the Process One contributions ( Virtual Hosting )
tmallard [Sun, 17 Apr 2005 18:08:34 +0000 (18:08 +0000)]
Merged the Process One contributions ( Virtual Hosting )

SVN Revision: 307

19 years ago* src/ejabberd_c2s.erl: Send new id for each new stream inside one
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

19 years ago* src/ejabberd_c2s.erl: Send new id for each new stream inside one
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

19 years ago* examples/transport-configs/configs/msn-transport.xml: Fixed typo
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

19 years ago* examples/transport-configs/: Updated (thanks to Sander Devrieze)
Alexey Shchepin [Fri, 1 Apr 2005 22:43:47 +0000 (22:43 +0000)]
* examples/transport-configs/: Updated (thanks to Sander Devrieze)

SVN Revision: 302

19 years ago* examples/transport-configs/: Updated (thanks to Sander Devrieze)
Alexey Shchepin [Fri, 1 Apr 2005 22:24:54 +0000 (22:24 +0000)]
* examples/transport-configs/: Updated (thanks to Sander Devrieze)

SVN Revision: 301

19 years ago* src/ejabberd_ctl.erl: Bugfix
Alexey Shchepin [Wed, 30 Mar 2005 21:44:59 +0000 (21:44 +0000)]
* src/ejabberd_ctl.erl: Bugfix

SVN Revision: 300

19 years ago* src/mod_muc/mod_muc_room.erl: Bugfix
Alexey Shchepin [Wed, 16 Mar 2005 22:41:41 +0000 (22:41 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix

SVN Revision: 299

19 years ago* src/ejabberd_sm.erl: Bugfix
Alexey Shchepin [Tue, 15 Mar 2005 21:36:41 +0000 (21:36 +0000)]
* src/ejabberd_sm.erl: Bugfix

SVN Revision: 298

19 years ago* src/ejabberd_router.erl: Bugfix
Alexey Shchepin [Fri, 11 Mar 2005 23:39:56 +0000 (23:39 +0000)]
* src/ejabberd_router.erl: Bugfix

SVN Revision: 297

20 years ago* src/mod_irc/mod_irc_connection.erl: Added filtering of quit
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

20 years ago* src/odbc/ejabberd_odbc.erl: Load-balance ODBC requests between
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

20 years ago* src/mod_roster_odbc.erl: Roster support via ODBC (not completed)
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

20 years ago* src/ejabberd_sm.erl: Updated missed message passing from
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

20 years ago* src/odbc/pg.sql: DB creation script for postgres
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

20 years ago* src/mod_stats.erl: Minor optimizations
Alexey Shchepin [Sun, 12 Dec 2004 22:32:15 +0000 (22:32 +0000)]
* src/mod_stats.erl: Minor optimizations

SVN Revision: 291

20 years ago* src/ejabberd_sm.erl: Added unset_presence_hook
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

20 years ago* src/web/ejabberd_web_admin.erl: Changed type of password field
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

20 years ago* src/ejabberd_listener.erl: Enable keepalive option
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

20 years ago* src/expat_erl.c: Now uses port control instead of port output
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

20 years ago* src/mod_vcard.erl: Added missed index
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

20 years ago* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL
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

20 years ago* examples/transport-configs/: Transport config examples (thanks
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

20 years ago* src/msgs/de.msg: German translation (thanks to Marina Hahn)
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

20 years ago* src/win32/: Updated (thanks to Sergei Golovan)
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

20 years ago* src/tls/Makefile.win32: Added (thanks to Sergei Golovan)
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

20 years ago* src/msgs/uk.msg: Updated (thanks to Sergei Golovan)
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

20 years ago* src/msgs/uk.msg: Updated (thanks to Sergei Golovan)
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

20 years ago*** empty log message ***
Alexey Shchepin [Sat, 9 Oct 2004 20:19:19 +0000 (20:19 +0000)]
*** empty log message ***

SVN Revision: 278

20 years ago* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
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

20 years ago* src/msgs/ua.msg: Updated (thanks to Sergei Golovan)
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

20 years ago* src/mod_muc/mod_muc_room.erl: Fixed room destroying
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

20 years ago* doc/guide.tex: Updated
Alexey Shchepin [Wed, 6 Oct 2004 15:07:21 +0000 (15:07 +0000)]
* doc/guide.tex: Updated

SVN Revision: 274

20 years ago* src/ejabberd_s2s_out.erl: Fixed socket closing condition
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

20 years ago* src/web/ejabberd_http_poll.erl: Properly handle bad requests
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

20 years ago* src/web/ejabberd_http.erl: Fixed processing of POST body for
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

20 years ago* src/ejabberd_listener.erl: Check result of controlling_process
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

20 years ago* src/web/ejabberd_http.erl: Bugfix
Alexey Shchepin [Wed, 29 Sep 2004 14:09:02 +0000 (14:09 +0000)]
* src/web/ejabberd_http.erl: Bugfix

SVN Revision: 269

20 years ago* src/Makefile.in: Updated (thanks to Badlop)
Alexey Shchepin [Mon, 27 Sep 2004 18:54:17 +0000 (18:54 +0000)]
* src/Makefile.in: Updated (thanks to Badlop)

SVN Revision: 268

20 years ago* src/aclocal.m4: Better expat and openssl detection (thanks to
Alexey Shchepin [Sun, 26 Sep 2004 20:46:43 +0000 (20:46 +0000)]
* src/aclocal.m4: Better expat and openssl detection (thanks to
Anton Vanin)

* src/**/Makefile.in: Updated (thanks to Anton Vanin)
* src/configure.ac: Likewise

SVN Revision: 267

20 years ago* src/jlib.hrl: Added namespace for iq-register stream feature
Alexey Shchepin [Sat, 25 Sep 2004 20:52:20 +0000 (20:52 +0000)]
* src/jlib.hrl: Added namespace for iq-register stream feature
* src/ejabberd_c2s.erl: Send iq-register feature

* src/ejabberd_config.erl: Config file can be configured from the
command line (thanks to Mickael Remond)

* src/web/ejabberd_http.erl: Added SSL support (thanks to Sergei
Golovan)

* src/msgs/*.msg: Updated (thanks to Sergei Golovan)

* src/jlib.hrl: Updated error codes (thanks to Sergei Golovan)
* src/ejabberd_c2s.erl: Likewise

SVN Revision: 266

20 years ago* src/mod_muc/mod_muc_room.erl: Send password in room invitation
Alexey Shchepin [Fri, 17 Sep 2004 19:52:59 +0000 (19:52 +0000)]
* src/mod_muc/mod_muc_room.erl: Send password in room invitation
(thanks to Sergei Golovan)

* src/mod_disco.erl: Added registration of sm features and nodes
(thanks to Sergei Golovan)
* src/mod_vcard.erl: Register vcard-temp feature (thanks to Sergei
Golovan)

* src/jlib.erl: Added functions now_to_utc_string/1,
now_to_local_string/1, and datetime_string_to_timestamp/1 (thanks
to Sergei Golovan)
* src/mod_muc/mod_muc_room.erl: Use time parsing functions from
jlib (thanks to Sergei Golovan)

* ejabberd/src/mod_pubsub/mod_pubsub.erl: Bugfix (thanks to
Mickael Remond)

* src/mod_pubsub/mod_pubsub.erl: Bugfix

SVN Revision: 265

20 years ago* tools/ejabberdctl: Added call to "exec" (thanks to Sergei
Alexey Shchepin [Fri, 10 Sep 2004 20:57:00 +0000 (20:57 +0000)]
* tools/ejabberdctl: Added call to "exec" (thanks to Sergei
Golovan)

* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)

* src/mod_vcard.erl: Support for searching of prefix substring and
limiting of result items (thanks to Sergei Golovan)

* src/mod_offline.erl: Support for message expiration (JEP-0023)
(thanks to Sergei Golovan)
* src/jlib.hrl: Added NS_EXPIRE macros (thanks to Sergei Golovan)

* src/ejabberd_logger_h.erl: Added reopen_log/0 (thanks to Sergei
Golovan)

* src/ejabberd_ctl.erl: Added return codes, updated "reopen-log"
command, added "delete-expired-messages" and "status" commands
(thanks to Sergei Golovan)

* doc/guide.tex: Updated (thanks to Sergei Golovan)

SVN Revision: 264

20 years ago* doc/guide.tex: Fix (thanks to Sander Devrieze)
Alexey Shchepin [Fri, 27 Aug 2004 21:02:59 +0000 (21:02 +0000)]
* doc/guide.tex: Fix (thanks to Sander Devrieze)

SVN Revision: 263

20 years ago* src/xml_stream.erl: Few optimizations
Alexey Shchepin [Thu, 26 Aug 2004 21:47:33 +0000 (21:47 +0000)]
* src/xml_stream.erl: Few optimizations

SVN Revision: 262

20 years ago* src/mod_service_log.erl: Support for logging of user packets via
Alexey Shchepin [Tue, 24 Aug 2004 20:11:01 +0000 (20:11 +0000)]
* src/mod_service_log.erl: Support for logging of user packets via
external service (e.g. bandersnatch)
* doc/guide.tex: Updated

SVN Revision: 261

20 years ago* src/mod_offline.erl: Use offline_subscription_hook
Alexey Shchepin [Mon, 23 Aug 2004 20:47:15 +0000 (20:47 +0000)]
* src/mod_offline.erl: Use offline_subscription_hook

SVN Revision: 260

20 years ago* src/mod_offline.erl: Added entire table locking on large message
Alexey Shchepin [Sun, 22 Aug 2004 21:54:14 +0000 (21:54 +0000)]
* src/mod_offline.erl: Added entire table locking on large message
queue

* src/ejabberd_sm.erl: Added offline_subscription_hook
* src/mod_offline.erl: Use offline_subscription_hook

* src/configure.erl: Updated (thanks to Sergei Golovan)
* src/Makefile.win32: Likewise
* src/tls/Makefile.win32: Likewise
* src/win32/: Likewise

* src/mod_announce.erl: Added announce to all users (thanks to
Sergei Golovan)
* doc/guide.tex: Updated (thanks to Sergei Golovan)

SVN Revision: 259

20 years ago* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
Alexey Shchepin [Sun, 15 Aug 2004 22:02:14 +0000 (22:02 +0000)]
* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)

SVN Revision: 258

20 years ago* src/web/ejabberd_http_poll.erl: Fixed sending of Set-Cookie
Alexey Shchepin [Sun, 15 Aug 2004 21:18:53 +0000 (21:18 +0000)]
* src/web/ejabberd_http_poll.erl: Fixed sending of Set-Cookie
header

SVN Revision: 257

20 years ago* src/ejabberd_c2s.erl: Bugfix in resend_offline_messages/1
Alexey Shchepin [Thu, 12 Aug 2004 22:34:19 +0000 (22:34 +0000)]
* src/ejabberd_c2s.erl: Bugfix in resend_offline_messages/1

* src/mod_announce.erl: New module to manage announce messages
(thanks to Sergei Golovan)

* src/ejabberd_local.erl: Moved processing of announce messages to
mod_announce (thanks to Sergei Golovan)

* src/ejabberd_c2s.erl: Added several hooks

* src/ejabberd_hooks.erl: Fixed run_fold (thanks to Sergei
Golovan)

* src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan)

* doc/guide.tex: Updated (thanks to Sergei Golovan)

SVN Revision: 256

20 years ago* src/ejabberd_c2s.erl: Use resend_offline_messages_hook to fetch
Alexey Shchepin [Sun, 8 Aug 2004 19:07:55 +0000 (19:07 +0000)]
* src/ejabberd_c2s.erl: Use resend_offline_messages_hook to fetch
offline messages
* src/mod_offline.erl: Likewise

* src/mod_offline.erl: Added table locking in
remove_old_messages/1

* src/ejabberd_sm.erl: Use offline_message_hook to store offline
messages
* src/mod_offline.erl: Likewise

* src/ejabberd_hooks.erl: Hooks support
* src/ejabberd_sup.erl: Added ejabberd_hooks

* doc/guide.tex: Updated

* src/ejabberd.cfg.example: Updated

* src/ejabberd_c2s.erl: Changed TLS options (thanks to Sergei
Golovan)

SVN Revision: 255

20 years ago* src/aclocal.m4: Updated to check for openssl library (thanks to
Alexey Shchepin [Thu, 5 Aug 2004 20:46:24 +0000 (20:46 +0000)]
* src/aclocal.m4: Updated to check for openssl library (thanks to
AV)
* src/configure.ac: Likewise
* src/configure: Likewise
* src/Makefile.in: Likewise
* src/tls/Makefile.in: Likewise

SVN Revision: 254

20 years ago* src/web/ejabberd_web_admin.erl: Added user's roster page
Alexey Shchepin [Mon, 2 Aug 2004 22:17:05 +0000 (22:17 +0000)]
* src/web/ejabberd_web_admin.erl: Added user's roster page

* src/mod_irc/mod_irc_connection.erl: Bugfix

SVN Revision: 253