]> granicus.if.org Git - ejabberd/log
ejabberd
18 years ago* src/eldap/eldap_filter: Forgot to add eldap_filter.erl in ejabberd-1.1.2 branch
Mickaël Rémond [Sun, 24 Sep 2006 15:31:21 +0000 (15:31 +0000)]
* src/eldap/eldap_filter: Forgot to add eldap_filter.erl in ejabberd-1.1.2 branch

SVN Revision: 627

18 years ago* src/mod_muc/mod_muc_room.erl: Strings update (thanks to
Mickaël Rémond [Sun, 24 Sep 2006 14:45:12 +0000 (14:45 +0000)]
* src/mod_muc/mod_muc_room.erl: Strings update (thanks to
Serguei Golovan).
* src/msgs/ru.msg: Updated Russian translation (thanks to
Serguei Golovan).
* src/msgs/uk.msg: Updated Ukrainian translation (thanks to
Serguei Golovan).
* src/msgs/fr.msg: Update French translation.

SVN Revision: 626

18 years ago* src/doc/guide.html: Minor W3C compliance fix in an Hevea
Mickaël Rémond [Sun, 24 Sep 2006 12:35:47 +0000 (12:35 +0000)]
* src/doc/guide.html: Minor W3C compliance fix in an Hevea
generated URL.

SVN Revision: 625

18 years ago* src/doc/features.html: Added to be consistent (guide.html is in the
Mickaël Rémond [Sun, 24 Sep 2006 09:39:04 +0000 (09:39 +0000)]
* src/doc/features.html: Added to be consistent (guide.html is in the
repository to make Latex optional, but still allow access to the doc).
* src/ejabberd.hrl: Updated to version 1.1.2.

SVN Revision: 624

18 years agoImprovement coming from trunk (SVN #622):
Mickaël Rémond [Sat, 23 Sep 2006 09:52:53 +0000 (09:52 +0000)]
Improvement coming from trunk (SVN #622):
* src/eldap/eldap.erl: Enable the keepalive socket option (thanks
to Evgeniy Khramtsov)
* src/ejabberd_auth_ldap.erl: Now uses two LDAP connections
(thanks to Evgeniy Khramtsov)
* src/eldap/eldap_filter.erl: Bugfix (thanks to Evgeniy Khramtsov)
* src/mod_vcard_ldap.erl: Likewise

SVN Revision: 623

18 years ago* src/msgs/cs.msg: Added Czech translation (thanks to Milos Svasek).
Mickaël Rémond [Sat, 23 Sep 2006 09:20:19 +0000 (09:20 +0000)]
* src/msgs/cs.msg: Added Czech translation (thanks to Milos Svasek).

SVN Revision: 622

18 years ago* src/mod_muc/mod_muc.erl: Component name is now more user
Mickaël Rémond [Fri, 22 Sep 2006 17:01:16 +0000 (17:01 +0000)]
* src/mod_muc/mod_muc.erl: Component name is now more user
friendly (thanks to Badlop).
* src/mod_irc/mod_irc.erl: Likewise.
* src/mod_pubsub/mod_pubsub.erl: Likewise.

SVN Revision: 620

18 years ago* src/msgs/fr.msg: updated French translation.
Mickaël Rémond [Fri, 22 Sep 2006 09:25:47 +0000 (09:25 +0000)]
* src/msgs/fr.msg: updated French translation.

SVN Revision: 619

18 years agoImprovement coming from trunk (SVN #617):
Mickaël Rémond [Fri, 22 Sep 2006 09:16:31 +0000 (09:16 +0000)]
Improvement coming from trunk (SVN #617):
* doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to Sander
Devrieze)
* doc/version.tex: Likewise.
* doc/features.tex: Likewise.
* doc/Makefile: Likewise.
* doc/dev.tex: Likewise.

SVN Revision: 618

18 years agoBugfixes coming from trunk (SVN #607):
Mickaël Rémond [Fri, 22 Sep 2006 08:42:41 +0000 (08:42 +0000)]
Bugfixes coming from trunk (SVN #607):
* doc/guide.tex: Minor fix on index generation.

SVN Revision: 616

18 years agoImprovement coming from trunk (SVN #606):
Mickaël Rémond [Fri, 22 Sep 2006 08:36:09 +0000 (08:36 +0000)]
Improvement coming from trunk (SVN #606):
* doc/guide.tex: Updated (thanks to Evgeniy Khramtsov)
* src/ejabberd_auth_ldap.erl: Better LDAP support (thanks to
Evgeniy Khramtsov)
* src/mod_vcard_ldap.erl: Likewise
* src/eldap/eldap_filter.erl: Likewise

SVN Revision: 615

18 years agoImprovement coming from trunk (SVN #605):
Mickaël Rémond [Fri, 22 Sep 2006 08:08:37 +0000 (08:08 +0000)]
Improvement coming from trunk (SVN #605):
* src/odbc/mssql.sql: Removed unused fields.

SVN Revision: 614

18 years agoUpdate coming from trunk (SVN #604):
Mickaël Rémond [Fri, 22 Sep 2006 08:05:50 +0000 (08:05 +0000)]
Update coming from trunk (SVN #604):
* src/ejd2odbc.erl: Updated

SVN Revision: 613

18 years agoBugfixes coming from trunk (SVN #603):
Mickaël Rémond [Fri, 22 Sep 2006 07:58:58 +0000 (07:58 +0000)]
Bugfixes coming from trunk (SVN #603):
* src/mod_muc/mod_muc_log.erl: bugfix.

SVN Revision: 612

18 years agoImprovement coming from trunk (SVN #602):
Mickaël Rémond [Fri, 22 Sep 2006 07:35:55 +0000 (07:35 +0000)]
Improvement coming from trunk (SVN #602):
* src/mod_muc/mod_muc_log.erl: Fixed html special characters
escaping, added new image buttons, chatroom titles now point to
xmpp: URIs (thanks to Badlop)

SVN Revision: 611

18 years agoImprovement coming from trunk (SVN #601):
Mickaël Rémond [Fri, 22 Sep 2006 07:25:18 +0000 (07:25 +0000)]
Improvement coming from trunk (SVN #601):
* src/mod_muc/mod_muc.erl: It is now possible to configure the
MUC room history feature. A new option has been added in ejabberd muc
module configuration (history_size) to define the size of the history.
0 is used to disable the feature.
* src/mod_muc/mod_muc_room.erl: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 610

18 years agoBugfixes coming from trunk (SVN #599):
Mickaël Rémond [Fri, 22 Sep 2006 07:13:42 +0000 (07:13 +0000)]
Bugfixes coming from trunk (SVN #599):
* src/mod_shared_roster.erl: Bugfix
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 609

18 years agoCreated ejabberd-1.1.2 branch to prepare release.
Mickaël Rémond [Fri, 22 Sep 2006 07:05:56 +0000 (07:05 +0000)]
Created ejabberd-1.1.2 branch to prepare release.

SVN Revision: 608

18 years ago* src/odbc/odbc_queries.erl: Support for Microsoft SQL Server as
Mickaël Rémond [Sun, 3 Sep 2006 15:15:46 +0000 (15:15 +0000)]
* src/odbc/odbc_queries.erl: Support for Microsoft SQL Server as
a database backend (via ODBC).
* src/odbc/ejabberd_odbc.erl: Likewise.
* src/odbc/mssql.sql: Likewise.
* src/odbc/Makefile.in: Likewise.
* src/ejabberd_auth_odbc.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise.
* src/mod_last_odbc.erl: Likewise.
* src/configure.ac: Likewise
* doc/guide.tex: Likewise.
* doc/introduction.tex: Likewise.
* src/odbc/pg.sql: Minor fix.

SVN Revision: 598

18 years ago* src/ejabberd.app: Updated to the current version.
Mickaël Rémond [Mon, 28 Aug 2006 17:31:24 +0000 (17:31 +0000)]
* src/ejabberd.app: Updated to the current version.

SVN Revision: 597

18 years ago* Makefile.in: Fix for MacOSX compilation (EJAB-124).
Mickaël Rémond [Mon, 28 Aug 2006 14:56:13 +0000 (14:56 +0000)]
* Makefile.in: Fix for MacOSX compilation (EJAB-124).
* ejabberd_zlib/Makefile.in: Likewise.
* mod_irc/Makefile.in: Likewise.
* stringprep/Makefile.in: Likewise.
* tls/Makefile.in: Likewise.

SVN Revision: 596

18 years ago* src/mod_muc/mod_muc_room.erl: Fixed logging configuring
Alexey Shchepin [Sun, 27 Aug 2006 17:46:27 +0000 (17:46 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed logging configuring
permission check

SVN Revision: 595

18 years ago* src/ejabberd_router.erl: Now filter_packet hook works in
Alexey Shchepin [Mon, 14 Aug 2006 19:46:14 +0000 (19:46 +0000)]
* src/ejabberd_router.erl: Now filter_packet hook works in
'global' context

SVN Revision: 594

18 years ago* src/tls/tls_drv.c: Report OpenSSL error messages (thanks to
Alexey Shchepin [Fri, 4 Aug 2006 02:25:10 +0000 (02:25 +0000)]
* src/tls/tls_drv.c: Report OpenSSL error messages (thanks to
Magnus Henoch)

SVN Revision: 593

18 years ago* src/mod_muc/mod_muc_room.erl: Use standardized MUC room
Alexey Shchepin [Fri, 4 Aug 2006 01:57:51 +0000 (01:57 +0000)]
* src/mod_muc/mod_muc_room.erl: Use standardized MUC room
configuration fields (thanks to Magnus Henoch and Andy Turner)

SVN Revision: 592

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Tue, 1 Aug 2006 23:32:56 +0000 (23:32 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 591

18 years ago* src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixed
Mickaël Rémond [Fri, 28 Jul 2006 16:18:50 +0000 (16:18 +0000)]
* src/ejabberd_c2s.erl: Bugfix: added a missing catch and fixed
the error code used on unknown namespace.
* src/ejabberd_s2s_out.erl: Improved s2s connection negociation
(dialback namespace usage) when using tls.
* src/ejabberd_sm.erl: Fixed the error code used on unknown
namespace.
* src/mod_register.erl: ejabberd now sends iq result and stream
end on user remove.

SVN Revision: 590

18 years ago* src/acl.erl: The server does not crash anymore on wrong acl rule. Add
Mickaël Rémond [Tue, 18 Jul 2006 12:29:17 +0000 (12:29 +0000)]
* src/acl.erl: The server does not crash anymore on wrong acl rule. Add
rule error message in log file (EJAB-118).

SVN Revision: 589

18 years ago* src/web/ejabberd_web_admin.erl: User creation form now creates
Mickaël Rémond [Fri, 7 Jul 2006 08:06:12 +0000 (08:06 +0000)]
* src/web/ejabberd_web_admin.erl: User creation form now creates
the user for the current virual host only and does not require to type
the hostname (EJAB-116).
* src/jlib.erl: String to JID conversion now returns an error if
the JID string contains two arobases.

SVN Revision: 588

18 years ago* src/mod_muc/mod_muc_room.erl: Fixed the order in which room presence
Mickaël Rémond [Thu, 6 Jul 2006 16:06:44 +0000 (16:06 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed the order in which room presence
packets are sent (First existing presence to new occupant, then new
occupant presence to existing users (EJAB-115).

SVN Revision: 587

18 years ago* src/mod_shared_roster.erl: Shared roster entries can now be
Mickaël Rémond [Thu, 6 Jul 2006 14:08:09 +0000 (14:08 +0000)]
* src/mod_shared_roster.erl: Shared roster entries can now be
moved or rename from a client without breaking current presence status
(EJAB-70).
* src/mod_roster.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise.

SVN Revision: 586

18 years ago* src/ejabberd_auth.erl: Better handling of errors when the server for
Mickaël Rémond [Wed, 5 Jul 2006 14:36:21 +0000 (14:36 +0000)]
* src/ejabberd_auth.erl: Better handling of errors when the server for
authentication is unknown.

SVN Revision: 585

18 years ago* src/mod_shared_roster.erl: The logged user (self) is now removed from
Mickaël Rémond [Wed, 5 Jul 2006 09:26:52 +0000 (09:26 +0000)]
* src/mod_shared_roster.erl: The logged user (self) is now removed from
the shared roster list (EJAB-110).

SVN Revision: 584

18 years ago* src/mod_shared_roster.erl: Delete the shared roster group now
Mickaël Rémond [Wed, 5 Jul 2006 08:52:21 +0000 (08:52 +0000)]
* src/mod_shared_roster.erl: Delete the shared roster group now
correctly delete its user entries (EJAB-112).

SVN Revision: 583

18 years ago* src/web/ejabberd_web_admin.erl: More flexible parsing the shared
Mickaël Rémond [Wed, 5 Jul 2006 08:09:35 +0000 (08:09 +0000)]
* src/web/ejabberd_web_admin.erl: More flexible parsing the shared
roster members list from the configuration form.

SVN Revision: 582

18 years ago* src/ejabberd_s2s_in.erl: Removed needless check for xmlns:db
Alexey Shchepin [Mon, 19 Jun 2006 02:32:57 +0000 (02:32 +0000)]
* src/ejabberd_s2s_in.erl: Removed needless check for xmlns:db
when starttls is enabled

SVN Revision: 581

18 years ago* src/web/ejabberd_http_poll.erl: Bugfix: using tuple instead of a Pid
Mickaël Rémond [Thu, 15 Jun 2006 13:32:48 +0000 (13:32 +0000)]
* src/web/ejabberd_http_poll.erl: Bugfix: using tuple instead of a Pid
to send Erlang messages in a rarely used case.

SVN Revision: 580

18 years ago* src/ejabberd_auth.erl: Fixed broken multiple connection with
Mickaël Rémond [Tue, 13 Jun 2006 16:52:38 +0000 (16:52 +0000)]
* src/ejabberd_auth.erl: Fixed broken multiple connection with
anonymous login problem (EJAB-107).
* src/ejabberd_auth_anonymous.erl: Likewise.

SVN Revision: 579

18 years ago* src/mod_pubsub/mod_pubsub.erl: Discovery query on an item does
Mickaël Rémond [Wed, 7 Jun 2006 14:07:18 +0000 (14:07 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Discovery query on an item does
no more return an "item not found error". Discovery stop
correctly at the item level (Thanks to Christophe Romain) (EJAB-105).

SVN Revision: 578

18 years ago* src/mod_pubsub/mod_pubsub.erl: Support for pubsub node
Mickaël Rémond [Wed, 7 Jun 2006 08:38:37 +0000 (08:38 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Support for pubsub node
creation ACL.  It is now possible to limit the node creation rights
using an ACL from ejabberd config file (Thanks to Christophe Romain)
(EJAB-104).
* doc/guide.tex: Likewise.
* src/ejabberd.cfg.example.

SVN Revision: 577

18 years ago* src/web/ejabberd_http.erl: The web module now accepts HTTP
Mickaël Rémond [Fri, 2 Jun 2006 15:02:39 +0000 (15:02 +0000)]
* src/web/ejabberd_http.erl: The web module now accepts HTTP
absolute URL (used behind a proxy). This apply to HTTP polling and to
the web interface (Thanks to Jean-Sebastien Pedron).

SVN Revision: 576

18 years ago* src/web/ejabberd_http_poll.erl: Messages polled between the
Mickaël Rémond [Fri, 2 Jun 2006 13:16:21 +0000 (13:16 +0000)]
* src/web/ejabberd_http_poll.erl: Messages polled between the
the last client request and the polling timeout were lost. Those
messages are now resent using ejabberd routing mechanisms (EJAB-87).

SVN Revision: 575

18 years ago* src/mod_roster.erl: According to RFC3921 section 9.2, outbound
Mickaël Rémond [Mon, 29 May 2006 16:48:20 +0000 (16:48 +0000)]
* src/mod_roster.erl: According to RFC3921 section 9.2, outbound
subscribe presence packets must be sent, even if the user has already
asked for subcription previously (subscription: none and pending: out).
The mod_roster now conforms to this behaviour (EJAB-102).
* src/mod_roster_odbc.erl: Likewise.

SVN Revision: 574

18 years ago* src/configure: removed debug printout.
Mickaël Rémond [Sat, 27 May 2006 09:07:32 +0000 (09:07 +0000)]
* src/configure: removed debug printout.

SVN Revision: 573

18 years ago* src/configure.ac: Added an optional check for krb5.h in
Mickaël Rémond [Sat, 27 May 2006 08:46:27 +0000 (08:46 +0000)]
* src/configure.ac: Added an optional check for krb5.h in
configure. ejabberd can now be build directly on RedHat and OpenBSD
(EJAB-100).

SVN Revision: 572

18 years ago* src/msgs/sk.msg: Slovak translation (thanks to Juraj Michalek
Alexey Shchepin [Fri, 26 May 2006 22:06:19 +0000 (22:06 +0000)]
* src/msgs/sk.msg: Slovak translation (thanks to Juraj Michalek
and SkLUG)

SVN Revision: 571

18 years ago* src/odbc/pg.sql: Updated
Alexey Shchepin [Fri, 26 May 2006 00:00:32 +0000 (00:00 +0000)]
* src/odbc/pg.sql: Updated

* src/mod_shared_roster.erl: Updated

* src/ejabberd_sm.erl: Bugfix

* src/mod_roster.erl: Bugfix
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 570

18 years ago* src/mod_roster.erl: The subscribe request are now resend at
Mickaël Rémond [Tue, 23 May 2006 20:19:37 +0000 (20:19 +0000)]
* src/mod_roster.erl: The subscribe request are now resend at
login as long as they have not been answered. mod_roster do no more
depends on mod_offline.
* src/ejabberd_sm.erl: Likewise.
* src/ejabberd_c2s.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise (The ODBC/relational support
has not yet been tested).
* src/mod_roster.hrl: Likewise.
* src/mod_offline.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* odbc/pg.sql: Likewise.
* odbc/mysql.sql: Likewise.

SVN Revision: 569

18 years ago* src/ejabberd_sm.erl: The max_user_sessions has been moved to
Mickaël Rémond [Mon, 22 May 2006 10:17:22 +0000 (10:17 +0000)]
* src/ejabberd_sm.erl: The max_user_sessions has been moved to
host configuration.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 568

18 years ago* src/ejabberd_sm.erl: An option to limit the number of opened sessions
Mickaël Rémond [Sun, 21 May 2006 16:34:32 +0000 (16:34 +0000)]
* src/ejabberd_sm.erl: An option to limit the number of opened sessions
for a given user have been added. As a default, a given user can only
log in 10 times with different resources. After that, new connections
replace the older ones.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 567

18 years ago* src/web/ejabberd_http_poll.erl: Timeout disconnection were not
Mickaël Rémond [Mon, 15 May 2006 15:45:52 +0000 (15:45 +0000)]
* src/web/ejabberd_http_poll.erl: Timeout disconnection were not
properly handled after "active once" migration. This is now fixed.

SVN Revision: 566

18 years ago* src/ejabberd_ctl.erl: Added a way to delete the older message
Mickaël Rémond [Sun, 7 May 2006 21:26:06 +0000 (21:26 +0000)]
* src/ejabberd_ctl.erl: Added a way to delete the older message
from the offline message table. This function is only available if
offline message queue is stored in Mnesia internal database. The
function delete_old_messages is not available in mod_offline_odbc.

SVN Revision: 565

18 years ago* src/ejabberd_ctl.erl: Now prints a user-friendly when trying
Mickaël Rémond [Sun, 7 May 2006 17:31:12 +0000 (17:31 +0000)]
* src/ejabberd_ctl.erl: Now prints a user-friendly when trying
to restore a backup from a non-existent file.

SVN Revision: 564

18 years ago* src/ejabberd_admin.erl: Code refactoring. Common Mnesia database
Mickaël Rémond [Sun, 7 May 2006 16:57:11 +0000 (16:57 +0000)]
* src/ejabberd_admin.erl: Code refactoring. Common Mnesia database
restore function.

SVN Revision: 563

18 years ago* src/mod_configure.erl: Unknown tables or tables from now
Mickaël Rémond [Sun, 7 May 2006 16:52:21 +0000 (16:52 +0000)]
* src/mod_configure.erl: Unknown tables or tables from now
unused modules are ignored during restore. The restore can now be
performed in such case (EJAB-80).
* src/web/ejabberd_web_admin.er: Likewise.
* src/ejabberd_admin.erl: Likewise. Code refactoring. Common Mnesia
database restore function.

SVN Revision: 562

18 years ago* src/ejabberd_ctl.erl: Unknown tables or tables from now unused
Mickaël Rémond [Mon, 1 May 2006 09:55:03 +0000 (09:55 +0000)]
* src/ejabberd_ctl.erl: Unknown tables or tables from now unused
modules are ignored during restore. The restore can now be performed in
such case.

SVN Revision: 561

18 years ago* doc/release_note_1.1.1.txt: Fixed typo.
Mickaël Rémond [Fri, 28 Apr 2006 11:16:14 +0000 (11:16 +0000)]
* doc/release_note_1.1.1.txt: Fixed typo.

SVN Revision: 560

18 years ago* doc/guide.html: Updated generated HTML version of the guide.
Mickaël Rémond [Fri, 28 Apr 2006 09:38:44 +0000 (09:38 +0000)]
* doc/guide.html: Updated generated HTML version of the guide.

SVN Revision: 558

18 years ago* src/ejabberd.hrl: release 1.1.1
Mickaël Rémond [Fri, 28 Apr 2006 09:35:26 +0000 (09:35 +0000)]
* src/ejabberd.hrl: release 1.1.1
* doc/version.tex: Likewise
* doc/guide.tex: Likewise

SVN Revision: 557

18 years ago* Release not for security fix release.
Mickaël Rémond [Fri, 28 Apr 2006 08:43:15 +0000 (08:43 +0000)]
* Release not for security fix release.

SVN Revision: 556

18 years ago* src/cyrsasl.erl: Bugfix: anonymous authentication was always
Alexey Shchepin [Thu, 27 Apr 2006 21:24:30 +0000 (21:24 +0000)]
* src/cyrsasl.erl: Bugfix: anonymous authentication was always
enabled

SVN Revision: 555

18 years ago* src/ejabberd_ctl.erl: The status now only returns "started" if
Mickaël Rémond [Wed, 26 Apr 2006 22:28:05 +0000 (22:28 +0000)]
* src/ejabberd_ctl.erl: The status now only returns "started" if
ejabberd is started and ready to accept requests.

SVN Revision: 554

18 years ago* Fixed notes for version 1.1.0 release.
Mickaël Rémond [Mon, 24 Apr 2006 21:32:31 +0000 (21:32 +0000)]
* Fixed notes for version 1.1.0 release.

SVN Revision: 551

18 years ago* doc/guide.tex: Added a documentation for max_stanza_size option
Alexey Shchepin [Mon, 24 Apr 2006 19:25:09 +0000 (19:25 +0000)]
* doc/guide.tex: Added a documentation for max_stanza_size option

SVN Revision: 550

18 years ago* src/ejabberd.hrl: Updated for version 1.1.0.
Mickaël Rémond [Mon, 24 Apr 2006 13:04:21 +0000 (13:04 +0000)]
* src/ejabberd.hrl: Updated for version 1.1.0.

SVN Revision: 549

18 years ago* Updated documentation before 1.1.0 release
Mickaël Rémond [Sun, 23 Apr 2006 22:00:06 +0000 (22:00 +0000)]
* Updated documentation before 1.1.0 release

SVN Revision: 548

18 years ago* Updated documentation before 1.1.0 release
Mickaël Rémond [Sun, 23 Apr 2006 21:47:18 +0000 (21:47 +0000)]
* Updated documentation before 1.1.0 release

SVN Revision: 547

18 years agodoc/release_notes_1.1.0.txt: Preparing release 1.1.0
Mickaël Rémond [Sun, 23 Apr 2006 20:43:40 +0000 (20:43 +0000)]
doc/release_notes_1.1.0.txt: Preparing release 1.1.0

SVN Revision: 546

18 years ago* src/guide.tex: Added documentation for ODBC and native database
Mickaël Rémond [Sun, 23 Apr 2006 20:04:40 +0000 (20:04 +0000)]
* src/guide.tex: Added documentation for ODBC and native database
configuration (PostgreSQL and MySQL).

SVN Revision: 545

18 years ago* doc/guide.tex: Updated (thanks to Sander Devrieze)
Alexey Shchepin [Sun, 23 Apr 2006 16:55:25 +0000 (16:55 +0000)]
* doc/guide.tex: Updated (thanks to Sander Devrieze)
* doc/introduction.tex: Likewise

SVN Revision: 544

18 years ago* src/configure: Removed '==' bashism (thanks to Magnus Henoch)
Alexey Shchepin [Sun, 23 Apr 2006 15:35:14 +0000 (15:35 +0000)]
* src/configure: Removed '==' bashism (thanks to Magnus Henoch)
* src/aclocal.m4: Likewise

SVN Revision: 543

18 years ago* src/ejabberd_c2s.erl: Resend messages when leaving negative
Alexey Shchepin [Sun, 23 Apr 2006 14:57:37 +0000 (14:57 +0000)]
* src/ejabberd_c2s.erl: Resend messages when leaving negative
presence state (thanks to Magnus Henoch)

SVN Revision: 542

18 years ago* src/ejabberd_sm.erl: Now delivering messages to all resources with
Mickaël Rémond [Sun, 23 Apr 2006 09:31:54 +0000 (09:31 +0000)]
* src/ejabberd_sm.erl: Now delivering messages to all resources with
max equal priority when this priority is non-negative.

SVN Revision: 541

18 years ago* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)
Mickaël Rémond [Sun, 23 Apr 2006 09:26:41 +0000 (09:26 +0000)]
* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)

SVN Revision: 540

18 years ago* src/msgs/fr.msg: updated
Mickaël Rémond [Sun, 23 Apr 2006 08:56:46 +0000 (08:56 +0000)]
* src/msgs/fr.msg: updated

SVN Revision: 539

18 years ago* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)
Alexey Shchepin [Sat, 22 Apr 2006 04:02:42 +0000 (04:02 +0000)]
* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)

* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated

* src/ejabberd_auth.erl: Fixed try_register/3 behaviour

SVN Revision: 538

18 years ago* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)
Alexey Shchepin [Sat, 22 Apr 2006 03:35:13 +0000 (03:35 +0000)]
* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)

* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated

* src/ejabberd_auth.erl: Fixed try_register/3 behaviour

SVN Revision: 537

18 years ago* doc/guide.tex: Updated (SASL anonymous and anonymous login).
Mickaël Rémond [Thu, 20 Apr 2006 22:12:09 +0000 (22:12 +0000)]
* doc/guide.tex: Updated (SASL anonymous and anonymous login).

SVN Revision: 536

18 years ago* src/ejabberd_auth.erl: Bugfix: We now are forced to check is an
Mickaël Rémond [Thu, 20 Apr 2006 17:51:29 +0000 (17:51 +0000)]
* src/ejabberd_auth.erl: Bugfix: We now are forced to check is an
anonymous user is log under a given user name before trying to register
it.

SVN Revision: 535

18 years ago* src/ejabberd.cfg.example: Update of the example for anonymous.
Mickaël Rémond [Thu, 20 Apr 2006 15:42:51 +0000 (15:42 +0000)]
* src/ejabberd.cfg.example: Update of the example for anonymous.
Removed unnecessary parameter.
* src/ejabberd_auth_anonymous.erl: Removed unnecessary parameter
and bugfix.

SVN Revision: 534

18 years ago* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)
Alexey Shchepin [Tue, 18 Apr 2006 22:28:30 +0000 (22:28 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)

SVN Revision: 533

18 years ago* src/xml_stream.erl: Cleanup
Alexey Shchepin [Thu, 13 Apr 2006 02:08:24 +0000 (02:08 +0000)]
* src/xml_stream.erl: Cleanup

* src/ejabberd_service.erl: Updated to use ejabberd_receiver

SVN Revision: 532

18 years ago* src/ejabberd_c2s.erl: Minor fix
Alexey Shchepin [Wed, 12 Apr 2006 02:54:27 +0000 (02:54 +0000)]
* src/ejabberd_c2s.erl: Minor fix

* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)

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

* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)

SVN Revision: 531

18 years ago* src/msgs/es.msg: Updated (thanks to Badlop)
Alexey Shchepin [Tue, 11 Apr 2006 03:16:34 +0000 (03:16 +0000)]
* src/msgs/es.msg: Updated (thanks to Badlop)

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

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

SVN Revision: 530

18 years ago* src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creation
Mickaël Rémond [Fri, 7 Apr 2006 13:39:48 +0000 (13:39 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creation
(conflict error was send on node creation)

SVN Revision: 529

18 years ago* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
Alexey Shchepin [Fri, 7 Apr 2006 00:51:53 +0000 (00:51 +0000)]
* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
(thanks to Mickael Remond and Magnus Henoch)
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_anonymous.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/ejabberd.cfg.example: Likewise

SVN Revision: 528

18 years ago* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
Alexey Shchepin [Fri, 7 Apr 2006 00:39:24 +0000 (00:39 +0000)]
* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
(thanks to Mickael Remond and Magnus Henoch)
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_anonymous.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/ejabberd.cfg.example: Likewise

SVN Revision: 527

18 years ago* src/expat_erl.c: Use binaries for CDATA
Alexey Shchepin [Wed, 5 Apr 2006 23:56:16 +0000 (23:56 +0000)]
* src/expat_erl.c: Use binaries for CDATA
* src/xml.erl: Likewise

SVN Revision: 526

18 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 1 Apr 2006 21:43:52 +0000 (21:43 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

* src/mod_configure.erl: Updated translation strings (thanks to
Sergei Golovan)
* src/web/ejabberd_web_admin.erl: Likewise

* src/ejabberd_s2s_in.erl: Changed a path to PKIX includes (thanks
to Sergei Golovan)

SVN Revision: 525

18 years ago* src/Makefile.in: Added an option to compile ejabberd with debug
Mickaël Rémond [Sat, 1 Apr 2006 16:05:20 +0000 (16:05 +0000)]
* src/Makefile.in: Added an option to compile ejabberd with debug
print-out (make ejabberd_debug=true).
* src/ejabberd_c2s.erl: Added a new debug printout: We can now
print the XML packets send by the server.

SVN Revision: 524

18 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Thu, 30 Mar 2006 23:30:05 +0000 (23:30 +0000)]
* src/ejabberd_c2s.erl: Bugfix

SVN Revision: 523

18 years ago* src/ejabberd_c2s.erl: Enable zlib only over TCP
Alexey Shchepin [Sat, 25 Mar 2006 21:16:49 +0000 (21:16 +0000)]
* src/ejabberd_c2s.erl: Enable zlib only over TCP

SVN Revision: 522

18 years ago* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 18 Mar 2006 20:10:56 +0000 (20:10 +0000)]
* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)

SVN Revision: 521

18 years ago* src/mod_privacy.erl: Fixed privacy list pushing (thanks to
Alexey Shchepin [Fri, 17 Mar 2006 04:35:03 +0000 (04:35 +0000)]
* src/mod_privacy.erl: Fixed privacy list pushing (thanks to
Sergei Golovan)
* src/ejabberd_c2s.erl: Likewise

SVN Revision: 520

18 years ago* src/ejabberd_sm.erl: Remove unnecessary use delete_object,
Mickaël Rémond [Thu, 16 Mar 2006 09:59:45 +0000 (09:59 +0000)]
* src/ejabberd_sm.erl: Remove unnecessary use delete_object,
which can, in some context break indexes, when used on non bag table.

SVN Revision: 519

18 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Thu, 16 Mar 2006 01:02:44 +0000 (01:02 +0000)]
* src/ejabberd_c2s.erl: Bugfix

SVN Revision: 518

18 years ago* src/xml_stream.erl: Added catching of gen_fsm:send_event errors
Alexey Shchepin [Tue, 14 Mar 2006 04:26:15 +0000 (04:26 +0000)]
* src/xml_stream.erl: Added catching of gen_fsm:send_event errors

* src/ejabberd_s2s_out.erl: Better support for multiple SRV
records (thanks to Sergei Golovan)

* src/mod_muc/mod_muc_log.erl: Support for chatroom logging
(thanks to Badlop)
* src/mod_muc/mod_muc_room.erl: Likewise
* src/mod_muc/Makefile.in: Likewise
* src/mod_muc/Makefile.win32: Likewise

* src/gen_iq_handler.erl: Added support for {queues, N} IQ handler
type

SVN Revision: 517

18 years ago* src/mod_muc/mod_muc_room.erl: Bugfix
Alexey Shchepin [Mon, 6 Mar 2006 02:30:15 +0000 (02:30 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix

SVN Revision: 516

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