]> granicus.if.org Git - ejabberd/log
ejabberd
18 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Sun, 5 Mar 2006 04:55:43 +0000 (04:55 +0000)]
* src/ejabberd_c2s.erl: Bugfix

* src/ejabberd_auth_odbc.erl: Bugfix

SVN Revision: 515

18 years ago* src/ejabberd_logger_h.erl: reopen-log function now rename the log
Mickaël Rémond [Sat, 4 Mar 2006 17:33:23 +0000 (17:33 +0000)]
* src/ejabberd_logger_h.erl: reopen-log function now rename the log
file if it has not been already renamed by a logrotate process.  This
change allow ejabberd administrators to rotate log files on Windows
(EJAB-52).

SVN Revision: 514

18 years ago* src/web/ejabberd_web_admin.erl: Added a interface for node
Alexey Shchepin [Mon, 27 Feb 2006 04:47:30 +0000 (04:47 +0000)]
* src/web/ejabberd_web_admin.erl: Added a interface for node
updating
* src/ejabberd_update.erl: Added function update_info/0

SVN Revision: 513

18 years ago* src/web/ejabberd_web_admin.erl: Added a interface for node
Alexey Shchepin [Mon, 27 Feb 2006 04:43:16 +0000 (04:43 +0000)]
* src/web/ejabberd_web_admin.erl: Added a interface for node
updating
* src/ejabberd_update.erl: Added function update_info/0

SVN Revision: 512

18 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 25 Feb 2006 19:48:17 +0000 (19:48 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

* contrib/extract_translations/extract_translations.erl: Minor
update (thanks to Sergei Golovan)

* src/ejabberd_zlib/Makefile.win32: Zlib support for Windows build
(thanks to Sergei Golovan)
* src/Makefile.win32: Likewise
* src/configure.erl: Likewise

SVN Revision: 511

18 years ago* src/ejabberd_ctl.erl: Added API for virtual host specific
Alexey Shchepin [Mon, 20 Feb 2006 04:07:42 +0000 (04:07 +0000)]
* src/ejabberd_ctl.erl: Added API for virtual host specific
commands, removed registered-users command
* src/ejabberd_auth.erl: Added processing of registered-users
command
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_app.erl: Added inititalization of ejabberd_ctl
* src/ejabberd_sm.erl: Minor update

SVN Revision: 510

18 years ago* src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"
Alexey Shchepin [Sat, 18 Feb 2006 20:05:05 +0000 (20:05 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"
and "~" prefixes in IRC nicknames (thanks to Vladimir Kulev)

SVN Revision: 509

18 years ago* src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcp
Alexey Shchepin [Sat, 18 Feb 2006 19:56:16 +0000 (19:56 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcp
commands, improved handling of channel topic and kick, mirc colors
now filtered, other minor improvements (thanks to Oleg
V. Motienko)

* src/mod_configure.erl: Improved strings (thanks to Sander
Devrieze)
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 508

18 years ago* src/mod_service_log.erl: Bugfix (thanks to Badlop)
Alexey Shchepin [Wed, 15 Feb 2006 04:15:54 +0000 (04:15 +0000)]
* src/mod_service_log.erl: Bugfix (thanks to Badlop)

* src/jd2ejd.erl: Use mod_vcard_odbc if it is loaded (thanks to
Tomasz Sterna)

* src/ejabberd_sm.erl: Added a few ejabberdctl commands

* src/ejabberd_ctl.erl: New interface for command registration

SVN Revision: 507

18 years ago* src/ejabberd_ctl.erl: Partially rewritten
Alexey Shchepin [Mon, 13 Feb 2006 04:05:13 +0000 (04:05 +0000)]
* src/ejabberd_ctl.erl: Partially rewritten
* src/ejabberd_ctl.hrl: Definitions of exit status codes moved
here

SVN Revision: 506

18 years ago* src/ejabberd_ctl.erl: Partially rewritten
Alexey Shchepin [Mon, 13 Feb 2006 04:02:59 +0000 (04:02 +0000)]
* src/ejabberd_ctl.erl: Partially rewritten

SVN Revision: 505

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sun, 12 Feb 2006 18:40:03 +0000 (18:40 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 504

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sat, 11 Feb 2006 23:55:21 +0000 (23:55 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 503

18 years ago* src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closing
Alexey Shchepin [Wed, 8 Feb 2006 03:55:30 +0000 (03:55 +0000)]
* src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closing

SVN Revision: 502

18 years ago* src/ejabberd_auth.erl: plugin authentication modules can now
Mickaël Rémond [Tue, 7 Feb 2006 17:35:32 +0000 (17:35 +0000)]
* src/ejabberd_auth.erl: plugin authentication modules can now
be used in the configuration file: {auth_method, module} will
now use the module ejabberd_auth_module.erl for authentication.
(EJAB-45)

SVN Revision: 501

18 years ago* src/mod_muc/mod_muc_room.erl: Kick non-members when room
Alexey Shchepin [Mon, 6 Feb 2006 05:12:54 +0000 (05:12 +0000)]
* src/mod_muc/mod_muc_room.erl: Kick non-members when room
reconfigured to be member-only or when membership is revoked in
member-only room, allowed "true" and "false" in x:data forms
(thanks to Sergei Golovan)

* src/mod_configure.erl: Added "Host" parameter to get_form and
set_form functions (thanks to Sergei Golovan)

* src/ejabberd_s2s_out.erl: Bugfix

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

* src/web/ejabberd_web.erl: Bugfix (thanks to Badlop)

* src/mod_irc/mod_irc.erl: Updated copyright dates
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 500

18 years ago* src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberd
Alexey Shchepin [Fri, 3 Feb 2006 04:41:03 +0000 (04:41 +0000)]
* src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberd
supervision tree

SVN Revision: 499

18 years ago* src/web/ejabberd_http.erl: Authentication check moved to
Alexey Shchepin [Fri, 3 Feb 2006 03:28:15 +0000 (03:28 +0000)]
* src/web/ejabberd_http.erl: Authentication check moved to
ejabberd_web.erl
* src/web/ejabberd_web.erl: Likewise

* src/web/Makefile.in: Added ejabberd_http.hrl dependency

* src/web/ejabberd_http_poll.erl: Updated to use {active, once}
socket mode

* src/mod_irc/mod_irc.erl: Updated to use gen_server behaviour and
ejabberd supervision tree
* src/mod_irc/mod_irc_connection.erl: Likewise

SVN Revision: 498

18 years ago--prefix option can now override the default install dir (EJAB-43)
Mickaël Rémond [Thu, 2 Feb 2006 16:59:38 +0000 (16:59 +0000)]
--prefix option can now override the default install dir (EJAB-43)

SVN Revision: 497

18 years ago* src/mod_pubsub/mod_pubsub.erl: Updated to use gen_server
Alexey Shchepin [Thu, 2 Feb 2006 05:00:27 +0000 (05:00 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Updated to use gen_server
behaviour and ejabberd supervision tree

* src/mod_muc/mod_muc.erl: Added a supervisor for conference room
processes
* src/mod_muc/mod_muc_room.erl: Likewise

SVN Revision: 496

18 years ago* src/odbc/pg.sql: Fixed syntax error
Alexey Shchepin [Sun, 29 Jan 2006 04:38:31 +0000 (04:38 +0000)]
* src/odbc/pg.sql: Fixed syntax error

* src/ejabberd_router.erl: Updated to use gen_server behaviour
* src/ejabberd_sm.erl: Likewise
* src/ejabberd_s2s.erl: Likewise
* src/gen_iq_handler.erl: Likewise

* src/ejabberd_sup.erl: Added supervisor for ejabberd_receiver
* src/ejabberd_receiver.erl: Updated

SVN Revision: 495

18 years ago* src/ejabberd_update.erl: Support for run-time ejabberd updating
Alexey Shchepin [Fri, 27 Jan 2006 05:02:33 +0000 (05:02 +0000)]
* src/ejabberd_update.erl: Support for run-time ejabberd updating
(not completed)
* src/ejabberd_c2s.erl: Added 'update_info' module attribute for
testing ejabberd_update

SVN Revision: 494

18 years ago* src/ejabberd_update.erl: Support for run-time ejabberd updating
Alexey Shchepin [Fri, 27 Jan 2006 05:00:27 +0000 (05:00 +0000)]
* src/ejabberd_update.erl: Support for run-time ejabberd updating
(not completed)
* src/ejabberd_c2s.erl: Added 'update_info' module attribute for
testing ejabberd_update

SVN Revision: 493

18 years ago* src/ejabberd_c2s.erl: Remove top-level xmlns from incoming
Alexey Shchepin [Wed, 25 Jan 2006 00:35:12 +0000 (00:35 +0000)]
* src/ejabberd_c2s.erl: Remove top-level xmlns from incoming
stanzas
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_service.erl: Likewise

SVN Revision: 492

18 years ago* src/ejabberd_c2s.erl: Better error handling for stream
Alexey Shchepin [Tue, 24 Jan 2006 22:52:23 +0000 (22:52 +0000)]
* src/ejabberd_c2s.erl: Better error handling for stream
compression support (thanks to Sergei Golovan)

SVN Revision: 491

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Tue, 24 Jan 2006 21:47:53 +0000 (21:47 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 490

18 years agoFixed ChangeLog
Alexey Shchepin [Tue, 24 Jan 2006 02:55:44 +0000 (02:55 +0000)]
Fixed ChangeLog

SVN Revision: 489

18 years ago* src/ejabberd_sm.erl: Partially rewritten to work more
Alexey Shchepin [Mon, 23 Jan 2006 23:13:06 +0000 (23:13 +0000)]
* src/ejabberd_sm.erl: Partially rewritten to work more
efficiently and avoid race conditions
* src/ejabberd_c2s.erl: Likewise

* src/mod_irc/mod_irc_connection.erl: Cleanup

SVN Revision: 488

18 years ago* src/ejabberd_receiver.erl: Added new debugging trace: It is now
Mickaël Rémond [Fri, 20 Jan 2006 16:51:58 +0000 (16:51 +0000)]
* src/ejabberd_receiver.erl: Added new debugging trace: It is now
possible to dump the XML stream received from a client (usefull for
client debugging).

SVN Revision: 487

18 years ago* src/aclocal.m4: Updated for zlib support
Alexey Shchepin [Thu, 19 Jan 2006 02:17:31 +0000 (02:17 +0000)]
* src/aclocal.m4: Updated for zlib support
* src/configure.ac: Likewise

* src/mod_muc/mod_muc_room.erl: Weakened presence filtering, added
warning in non-anonymous rooms, room destroying updated to latest
JEP-0045, added a number of occupants and room name in room's
disco#info reply, miscellaneous internal changes (thanks to Sergei
Golovan)

* src/mod_muc/mod_muc.erl: Better support for nick unregistration
(thanks to Sergei Golovan)

* src/ejabberd_zlib/ejabberd_zlib.erl: Zlib support (thanks to
Sergei Golovan)
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise
* src/ejabberd_zlib/Makefile.in: Likewise
* src/ejabberd_c2s.erl: Stream compression support (JEP-0138)
* src/ejabberd_receiver.erl: Likewise

* src/mod_disco.erl: Don't split node name before calling hooks
(thanks to Sergei Golovan)

* src/mod_configure.erl: Support for configuration using ad-hoc
commands (thanks to Sergei Golovan)

* src/mod_announce.erl: Support for sending announce messages
using ad-hoc commands (thanks to Sergei Golovan)

* src/mod_adhoc.erl: Ad-hoc support (JEP-0050) (thanks to Magnus
Henoch)
* src/adhoc.erl: Likewise
* src/adhoc.hrl: Likewise

* src/jlib.hrl: Updated (thanks to Sergei Golovan)

* src/gen_mod.erl: Added function is_loaded/2 (thanks to Sergei
Golovan)

* src/ejabberd_service.erl: Changed error message on handshake
error (thanks to Sergei Golovan)

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

SVN Revision: 486

19 years ago* src/odbc/ejabberd_odbc.erl: Added a way to retry database
Mickaël Rémond [Fri, 13 Jan 2006 18:05:10 +0000 (18:05 +0000)]
* src/odbc/ejabberd_odbc.erl: Added a way to retry database
connection connect for 5 minutes when the connection is lost. No further
connection is retry after 5 minutes (EJAB-22 & EJAB-25)
* src/odbc/ejabberd_odbc_sup.erl: likewise

SVN Revision: 485

19 years ago* src/odbc/ejabberd_odbc.erl: underscore and percent are now only
Mickaël Rémond [Fri, 13 Jan 2006 10:59:52 +0000 (10:59 +0000)]
* src/odbc/ejabberd_odbc.erl: underscore and percent are now only
escaped in like queries. MySQL where not escaping those escaped
characters in other context (EJAB-24)
* src/mod_vcard_odbc.erl: likewise.
* src/odbc/mysql.sql: Fixed MySQL database creation script: Was
not properly working with all MySQL version.

SVN Revision: 484

19 years ago* src/ejabberd_service.erl: Bugfix
Alexey Shchepin [Fri, 13 Jan 2006 01:55:20 +0000 (01:55 +0000)]
* src/ejabberd_service.erl: Bugfix

* src/ejabberd_receiver.erl: Rewritten to use {active, once} mode
for socket
* src/ejabberd_c2s.erl: Update
* src/ejabberd_listener.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_service.erl: Likewise
* src/shaper.erl: Likewise
* src/tls/tls.erl: Likewise
* src/web/ejabberd_http.erl: Likewise

SVN Revision: 483

19 years agoNative MySQL support. The Erlang MySQL module is needed:
Mickaël Rémond [Mon, 2 Jan 2006 17:39:04 +0000 (17:39 +0000)]
Native MySQL support. The Erlang MySQL module is needed:
http://support.process-one.net/doc/display/CONTRIBS/Yxa

SVN Revision: 482

19 years ago* src/ejabberd_logger_h.erl: Speed optimizations
Alexey Shchepin [Sat, 24 Dec 2005 02:40:35 +0000 (02:40 +0000)]
* src/ejabberd_logger_h.erl: Speed optimizations

SVN Revision: 481

19 years agoAdded missing file.
Mickaël Rémond [Fri, 23 Dec 2005 13:52:39 +0000 (13:52 +0000)]
Added missing file.

SVN Revision: 480

19 years ago* src/Makefile.in: Clean results of ASN.1 compiler (thanks to
Alexey Shchepin [Thu, 22 Dec 2005 14:48:01 +0000 (14:48 +0000)]
* src/Makefile.in: Clean results of ASN.1 compiler (thanks to
Sergei Golovan)

SVN Revision: 479

19 years ago* src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 22 Dec 2005 13:44:58 +0000 (13:44 +0000)]
* src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)

SVN Revision: 478

19 years ago* src/Makefile.win32: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 22 Dec 2005 13:35:54 +0000 (13:35 +0000)]
* src/Makefile.win32: Updated (thanks to Sergei Golovan)
* src/configure.erl: Likewise
* src/win32/CheckReqs.ini: Likewise
* src/win32/CheckReqs1.ini: Likewise
* src/win32/CheckReqs1H.ini: Likewise
* src/win32/ejabberd.nsh: Likewise
* src/win32/ejabberd.nsi: Likewise

SVN Revision: 477

19 years ago* src/odbc/ejabberd_odbc.erl: Added error message on ODBC
Mickaël Rémond [Thu, 22 Dec 2005 09:40:21 +0000 (09:40 +0000)]
* src/odbc/ejabberd_odbc.erl: Added error message on ODBC
connection to help ODBC configuration troubleshooting.

SVN Revision: 476

19 years ago* src/odbc/ejabberd_odbc.erl: Bugfix
Alexey Shchepin [Thu, 22 Dec 2005 05:38:04 +0000 (05:38 +0000)]
* src/odbc/ejabberd_odbc.erl: Bugfix

SVN Revision: 475

19 years ago* src/odbc/mysql.sql: Database description for MySQL Database
Mickaël Rémond [Wed, 21 Dec 2005 16:10:56 +0000 (16:10 +0000)]
* src/odbc/mysql.sql: Database description for MySQL Database
4.1 (Max version, with Innodb)
* src/ejabberd_auth_odbc.erl: MySQL ODBC support.
* src/mod_offline_odbc.erl: likewise
* src/mod_vcard_odbc.erl: likewsie
* src/mod_roster_odbc.erl: likewise
* src/odbc/ejabberd_odbc.erl: likewise
* src/mod_last_odbc.erl: likewise

SVN Revision: 474

19 years agoDocumentation update, code clean-up and Makefile improvement.
Mickaël Rémond [Fri, 16 Dec 2005 16:33:42 +0000 (16:33 +0000)]
Documentation update, code clean-up and Makefile improvement.

SVN Revision: 473

19 years ago* doc/features.tex: Added feature sheet (Thanks to Sander
Alexey Shchepin [Thu, 15 Dec 2005 23:31:49 +0000 (23:31 +0000)]
* doc/features.tex: Added feature sheet (Thanks to Sander
Devrieze)

SVN Revision: 472

19 years agoDocumentation updates for actual ejabberd 1.0.0 release.
Mickaël Rémond [Thu, 15 Dec 2005 08:57:33 +0000 (08:57 +0000)]
Documentation updates for actual ejabberd 1.0.0 release.

SVN Revision: 471

19 years ago* src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)
Alexey Shchepin [Wed, 14 Dec 2005 01:32:48 +0000 (01:32 +0000)]
* src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)

SVN Revision: 470

19 years ago* src/win32/ejabberd.nsi: Updated (thanks to Maxim Ryazanov)
Alexey Shchepin [Tue, 13 Dec 2005 20:31:22 +0000 (20:31 +0000)]
* src/win32/ejabberd.nsi: Updated (thanks to Maxim Ryazanov)

SVN Revision: 468

19 years ago* src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Tue, 13 Dec 2005 20:29:00 +0000 (20:29 +0000)]
* src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan)

SVN Revision: 467

19 years ago* src/ejabberd.hrl: Updated version
Alexey Shchepin [Tue, 13 Dec 2005 17:25:08 +0000 (17:25 +0000)]
* src/ejabberd.hrl: Updated version
* src/ejabberd.app: Likewise
* doc/version.tex: Likewise

SVN Revision: 464

19 years agoFixed typos
Mickaël Rémond [Tue, 13 Dec 2005 17:18:33 +0000 (17:18 +0000)]
Fixed typos

SVN Revision: 463

19 years agofixed typos:
Mickaël Rémond [Tue, 13 Dec 2005 16:53:26 +0000 (16:53 +0000)]
fixed typos:

SVN Revision: 462

19 years ago* doc/release_notes_1.0.0.txt: Added preliminary version of
Mickaël Rémond [Tue, 13 Dec 2005 16:14:02 +0000 (16:14 +0000)]
* doc/release_notes_1.0.0.txt: Added preliminary version of
ejabberd 1.0.0 release notes.
* doc/guide.html: Generated the updated HTML version of the
documentation.

SVN Revision: 461

19 years agoFixed version number
Mickaël Rémond [Mon, 12 Dec 2005 11:39:31 +0000 (11:39 +0000)]
Fixed version number

SVN Revision: 460

19 years ago* src/mod_roster.erl: Workaround for gateway subscriptions now
Alexey Shchepin [Sun, 11 Dec 2005 19:48:31 +0000 (19:48 +0000)]
* src/mod_roster.erl: Workaround for gateway subscriptions now
should be enabled with --enable-roster-gateway-workaround
* src/mod_roster_odbc.erl: Likewise
* src/configure.ac: Likewise
* src/Makefile.in: Likewise

SVN Revision: 459

19 years ago* src/ejabberd_service.erl: Added logging of termination
Alexey Shchepin [Sat, 10 Dec 2005 18:42:08 +0000 (18:42 +0000)]
* src/ejabberd_service.erl: Added logging of termination

SVN Revision: 458

19 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 10 Dec 2005 17:47:00 +0000 (17:47 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

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

SVN Revision: 457

19 years ago* contribs/contrib/extract_translations/prepare-translation.sh:
Mickaël Rémond [Thu, 8 Dec 2005 21:59:49 +0000 (21:59 +0000)]
* contribs/contrib/extract_translations/prepare-translation.sh:
Small improvements.
* src/msgs/fr.msg: Updated

SVN Revision: 456

19 years ago* src/msgs/pl.msg: Fixed syntax error
Alexey Shchepin [Wed, 7 Dec 2005 17:29:50 +0000 (17:29 +0000)]
* src/msgs/pl.msg: Fixed syntax error

SVN Revision: 455

19 years ago* src/mod_offline.erl: Don't store headline messages
Alexey Shchepin [Wed, 7 Dec 2005 13:01:33 +0000 (13:01 +0000)]
* src/mod_offline.erl: Don't store headline messages
* src/mod_offline_odbc.erl: Likewise

SVN Revision: 454

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Tue, 6 Dec 2005 20:59:32 +0000 (20:59 +0000)]
* doc/guide.tex: Updated

SVN Revision: 453

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Tue, 6 Dec 2005 20:52:58 +0000 (20:52 +0000)]
* doc/guide.tex: Updated

SVN Revision: 452

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Tue, 6 Dec 2005 20:51:16 +0000 (20:51 +0000)]
* doc/guide.tex: Updated

SVN Revision: 451

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Tue, 6 Dec 2005 20:48:17 +0000 (20:48 +0000)]
* doc/guide.tex: Updated

SVN Revision: 450

19 years ago* doc/guide.tex: Updated
Alexey Shchepin [Tue, 6 Dec 2005 20:03:21 +0000 (20:03 +0000)]
* doc/guide.tex: Updated

SVN Revision: 449

19 years ago* src/ejabberd.cfg.example: Updated
Alexey Shchepin [Tue, 6 Dec 2005 19:32:50 +0000 (19:32 +0000)]
* src/ejabberd.cfg.example: Updated

* 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

19 years ago* src/msgs/pt-br.msg: Updated (thanks to Victor Hugo dos Santos)
Alexey Shchepin [Tue, 6 Dec 2005 19:16:29 +0000 (19:16 +0000)]
* src/msgs/pt-br.msg: Updated (thanks to Victor Hugo dos Santos)

* 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

19 years agodoc/yozhikheader.png: Added feature sheet header (Thanks to Sander
Mickaël Rémond [Wed, 30 Nov 2005 13:51:34 +0000 (13:51 +0000)]
doc/yozhikheader.png: Added feature sheet header (Thanks to Sander
Devrieze)

SVN Revision: 446

19 years agoDocumentation update
Mickaël Rémond [Mon, 28 Nov 2005 10:55:45 +0000 (10:55 +0000)]
Documentation update

SVN Revision: 445

19 years ago* src/web/ejabberd_http.erl: Now web interface is compliant to
Alexey Shchepin [Sat, 26 Nov 2005 18:56:39 +0000 (18:56 +0000)]
* src/web/ejabberd_http.erl: Now web interface is compliant to
XHTML 1.0 Transitional (thanks to Sander Devrieze)
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 444

19 years ago* doc/Makefile: Now really added
Alexey Shchepin [Thu, 24 Nov 2005 23:01:48 +0000 (23:01 +0000)]
* doc/Makefile: Now really added

SVN Revision: 443

19 years ago* src/mod_roster.erl: The "id" attribute of roster push packet was
Alexey Shchepin [Tue, 22 Nov 2005 18:43:06 +0000 (18:43 +0000)]
* src/mod_roster.erl: The "id" attribute of roster push packet was
missed (thanks to Maxim Ryazanov)
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 442

19 years ago* src/web/ejabberd_web_admin.erl: Fixed encoding of user names in
Alexey Shchepin [Tue, 22 Nov 2005 18:25:02 +0000 (18:25 +0000)]
* src/web/ejabberd_web_admin.erl: Fixed encoding of user names in
URLs

* src/web/ejabberd_http.erl: Added url_encode function from yaws

SVN Revision: 441

19 years ago* src/ejabberd_c2s.erl: Send stream error when connection is
Alexey Shchepin [Tue, 22 Nov 2005 18:00:56 +0000 (18:00 +0000)]
* src/ejabberd_c2s.erl: Send stream error when connection is
replaced (thanks to Maxim Ryazanov)

SVN Revision: 440

19 years agoAdded prepare-translation.sh wrapper to extract_translation.erl (Thanks to Badlop)
Mickaël Rémond [Sat, 19 Nov 2005 17:30:28 +0000 (17:30 +0000)]
Added prepare-translation.sh wrapper to extract_translation.erl (Thanks to Badlop)

SVN Revision: 439

19 years agoAdded wrapper to extract_translation.erl
Mickaël Rémond [Sat, 19 Nov 2005 17:23:35 +0000 (17:23 +0000)]
Added wrapper to extract_translation.erl

SVN Revision: 438

19 years ago* src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to
Alexey Shchepin [Sat, 19 Nov 2005 01:20:05 +0000 (01:20 +0000)]
* src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to
Maxim Ryazanov)
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise

SVN Revision: 437

19 years ago* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)
Alexey Shchepin [Sat, 19 Nov 2005 00:57:29 +0000 (00:57 +0000)]
* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)

SVN Revision: 436

19 years ago* src/ejabberd_s2s_in.erl: Support for dNSName certificate field
Alexey Shchepin [Thu, 17 Nov 2005 05:29:33 +0000 (05:29 +0000)]
* src/ejabberd_s2s_in.erl: Support for dNSName certificate field
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

19 years ago* src/odbc/ejabberd_odbc.erl: Support for mnesia-like transaction
Alexey Shchepin [Wed, 16 Nov 2005 02:59:05 +0000 (02:59 +0000)]
* src/odbc/ejabberd_odbc.erl: Support for mnesia-like transaction
interface
* src/mod_roster_odbc.erl: Updated to use
ejabberd_odbc:sql_transaction/2

SVN Revision: 434

19 years ago* src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon
Alexey Shchepin [Sat, 12 Nov 2005 03:42:12 +0000 (03:42 +0000)]
* src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon
connecting to host with invalid domain
* src/ejabberd_s2s.erl: Likewise

SVN Revision: 433

19 years ago* src/ejabberd_config.erl: Support for per host certificates
Alexey Shchepin [Sat, 5 Nov 2005 21:15:53 +0000 (21:15 +0000)]
* src/ejabberd_config.erl: Support for per host certificates
* 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

19 years ago* src/mod_disco.erl: Fixed extra_domains option processing
Alexey Shchepin [Thu, 3 Nov 2005 19:58:58 +0000 (19:58 +0000)]
* src/mod_disco.erl: Fixed extra_domains option processing

SVN Revision: 431

19 years ago* src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNAL
Alexey Shchepin [Thu, 3 Nov 2005 05:04:54 +0000 (05:04 +0000)]
* src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNAL
* 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

19 years ago* src/mod_disco.erl: Minor fix
Alexey Shchepin [Sun, 30 Oct 2005 20:47:26 +0000 (20:47 +0000)]
* src/mod_disco.erl: Minor fix

SVN Revision: 429

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sat, 29 Oct 2005 20:14:39 +0000 (20:14 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 428

19 years ago* src/tls/tls.erl: Accept {error,already_loaded} from
Alexey Shchepin [Tue, 25 Oct 2005 02:19:01 +0000 (02:19 +0000)]
* src/tls/tls.erl: Accept {error,already_loaded} from
erl_ddll:load_driver/2
* src/stringprep/stringprep.erl: Likewise
* src/mod_irc/iconv.erl: Likewise
* src/ejabberd_app.erl: Likewise

SVN Revision: 427

19 years ago* src/tls/tls_drv.c: Support for "connect" method
Alexey Shchepin [Tue, 25 Oct 2005 01:08:37 +0000 (01:08 +0000)]
* src/tls/tls_drv.c: Support for "connect" method
* 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

19 years ago* src/ejabberd_app.erl: Try to load tls_drv at startup to avoid
Alexey Shchepin [Fri, 21 Oct 2005 21:22:00 +0000 (21:22 +0000)]
* src/ejabberd_app.erl: Try to load tls_drv at startup to avoid
unloading of libssl (thanks to Brian Campbell)

SVN Revision: 425

19 years ago* src/odbc/pg.sql: Added spool.seq field for offline messages
Alexey Shchepin [Wed, 19 Oct 2005 23:00:17 +0000 (23:00 +0000)]
* src/odbc/pg.sql: Added spool.seq field for offline messages
sorting
* src/mod_offline_odbc.erl: Likewise

SVN Revision: 424

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Tue, 18 Oct 2005 20:13:33 +0000 (20:13 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 423

19 years ago* src/gen_iq_handler.erl: Bugfix
Alexey Shchepin [Sun, 16 Oct 2005 20:42:24 +0000 (20:42 +0000)]
* src/gen_iq_handler.erl: Bugfix

SVN Revision: 422

19 years ago* src/ejabberd_auth_odbc.erl: Minor fix
Alexey Shchepin [Sat, 15 Oct 2005 19:50:02 +0000 (19:50 +0000)]
* src/ejabberd_auth_odbc.erl: Minor fix

* src/odbc/ejabberd_odbc.erl: Updated pgsql support

SVN Revision: 421

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sat, 15 Oct 2005 14:41:48 +0000 (14:41 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 420

19 years ago* src/ejabberd_c2s.erl: Updated to work correctly with
Alexey Shchepin [Sat, 15 Oct 2005 02:45:26 +0000 (02:45 +0000)]
* src/ejabberd_c2s.erl: Updated to work correctly with
mod_vcard_odbc

SVN Revision: 419

19 years ago* src/odbc/ejabberd_odbc.erl: Experimental support for pgsql
Alexey Shchepin [Thu, 13 Oct 2005 01:36:07 +0000 (01:36 +0000)]
* src/odbc/ejabberd_odbc.erl: Experimental support for pgsql
library

SVN Revision: 418

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Thu, 13 Oct 2005 01:29:21 +0000 (01:29 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 417

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Wed, 12 Oct 2005 23:10:54 +0000 (23:10 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 416

19 years agoFixed mod_vcard_odbc.erl SVN properties
Alexey Shchepin [Fri, 7 Oct 2005 00:00:44 +0000 (00:00 +0000)]
Fixed mod_vcard_odbc.erl SVN properties

SVN Revision: 415

19 years ago* src/ejd2odbc.erl: Added vCard converter
Alexey Shchepin [Thu, 6 Oct 2005 23:57:34 +0000 (23:57 +0000)]
* src/ejd2odbc.erl: Added vCard converter

* src/mod_vcard_odbc.erl: vCard support via ODBC

* src/odbc/pg.sql: Updated

SVN Revision: 414

19 years ago* src/web/ejabberd_web_admin.erl: Updated API for better
Alexey Shchepin [Thu, 29 Sep 2005 01:04:24 +0000 (01:04 +0000)]
* src/web/ejabberd_web_admin.erl: Updated API for better
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