]> granicus.if.org Git - ejabberd/log
ejabberd
18 years ago* src/ejabberd_node_groups.erl: Support for node tagging
Alexey Shchepin [Tue, 7 Nov 2006 02:08:51 +0000 (02:08 +0000)]
* src/ejabberd_node_groups.erl: Support for node tagging
* src/ejabberd_sup.erl: Likewise
* src/ejabberd_frontend_socket.erl: Use node tags to determine
backend nodes
* src/ejabberd_config.erl: Added node_type and cluster_nodes
options
* src/ejabberd_app.erl: Establish connections to the nodes from
the cluster_nodes option

* src/ejabberd_router.erl: Added balancing method option
* src/ejabberd_config.erl: Likewise

SVN Revision: 676

18 years ago* src/odbc/mysql.sql: Fix database creation script.
Mickaël Rémond [Sun, 5 Nov 2006 16:48:33 +0000 (16:48 +0000)]
* src/odbc/mysql.sql: Fix database creation script.

SVN Revision: 675

18 years ago* src/mod_private_odbc.erl: Support for MySQL and MSSQL.
Mickaël Rémond [Sun, 5 Nov 2006 15:51:26 +0000 (15:51 +0000)]
* src/mod_private_odbc.erl: Support for MySQL and MSSQL.
* src/odbc/odbc_queries.erl: Likewise.
* src/odbc/mysql.sql: Likewise.
* src/odbc/mssql.sql: Likewise.

SVN Revision: 674

18 years ago* src/odbc/mysql: Database creation script should now be compliant with
Mickaël Rémond [Sat, 4 Nov 2006 17:39:11 +0000 (17:39 +0000)]
* src/odbc/mysql: Database creation script should now be compliant with
MySQL 4.0.x.

SVN Revision: 673

18 years ago* src/odbc/pg.sql: Database scripts consistency.
Mickaël Rémond [Sat, 4 Nov 2006 16:38:05 +0000 (16:38 +0000)]
* src/odbc/pg.sql: Database scripts consistency.
* src/odbc/mysql.sql: Likewise.
* src/odbc/mssql.sql: Likewise.

SVN Revision: 672

18 years ago* src/eldap_utils.erl: Fixed missing export (EJAB-154).
Mickaël Rémond [Sat, 4 Nov 2006 15:33:20 +0000 (15:33 +0000)]
* src/eldap_utils.erl: Fixed missing export (EJAB-154).

SVN Revision: 671

18 years agoNow really committed
Alexey Shchepin [Fri, 3 Nov 2006 15:42:21 +0000 (15:42 +0000)]
Now really committed

SVN Revision: 670

18 years agoNow really added
Alexey Shchepin [Thu, 2 Nov 2006 19:18:48 +0000 (19:18 +0000)]
Now really added

SVN Revision: 669

18 years ago* doc/guide.tex: XEP-0065 proxy documentation (thanks to Evgeniy
Mickaël Rémond [Sun, 29 Oct 2006 15:07:35 +0000 (15:07 +0000)]
* doc/guide.tex: XEP-0065 proxy documentation (thanks to Evgeniy
Khramtsov).

SVN Revision: 668

18 years ago* src/ejabberd.cfg.example: Changed the anonymous example a bit
Mickaël Rémond [Sat, 28 Oct 2006 16:51:46 +0000 (16:51 +0000)]
* src/ejabberd.cfg.example: Changed the anonymous example a bit
to work in most cases.
* doc/guide.tex: Likewise.

SVN Revision: 667

18 years ago* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
Alexey Shchepin [Sat, 28 Oct 2006 02:04:55 +0000 (02:04 +0000)]
* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
* src/Makefile.win32: Likewise
* src/Makefile.in: Likewise
* src/configure.ac: Likewise
* src/jlib.hrl: Likewise
* src/ejabberd.hrl: Added the ejabberd URL

SVN Revision: 666

18 years ago* src/guide.tex: Fixed typos.
Mickaël Rémond [Fri, 27 Oct 2006 16:37:10 +0000 (16:37 +0000)]
* src/guide.tex: Fixed typos.

SVN Revision: 665

18 years ago* src/ejabberd_rdbms.erl: It is now possible to use ldap or
Mickaël Rémond [Wed, 25 Oct 2006 07:56:49 +0000 (07:56 +0000)]
* src/ejabberd_rdbms.erl: It is now possible to use ldap or
internal authentication with some other modules using relationnal
database storage (EJAB-152). Refactored relational databases
connections initialisation.
* src/ejabberd_auth_odbc.erl: Likewise. odbc supervisor startup is now
delegated to the ejabberd rdbms module.
* src/ejabberd_app.erl: Likewise.

SVN Revision: 664

18 years ago* src/ejabberd_socket.erl: Added sockname/1 and peername/1
Alexey Shchepin [Thu, 19 Oct 2006 04:46:24 +0000 (04:46 +0000)]
* src/ejabberd_socket.erl: Added sockname/1 and peername/1
functions
* src/ejabberd_frontend_socket.erl: Likewise
* src/tls/tls.erl: Likewise
* src/ejabberd_zlib/ejabberd_zlib.erl: Likewise

* src/mod_private_odbc.erl: Private storage support using odbc
* src/odbc/pg.sql: Likewise

SVN Revision: 663

18 years ago* ChangeLog: Fixed typo.
Mickaël Rémond [Tue, 17 Oct 2006 12:40:48 +0000 (12:40 +0000)]
* ChangeLog: Fixed typo.

SVN Revision: 662

18 years ago* src/ejabberd_auth_ldap.erl: LDAP authentication now allows to
Mickaël Rémond [Tue, 17 Oct 2006 12:35:47 +0000 (12:35 +0000)]
* src/ejabberd_auth_ldap.erl: LDAP authentication now allows to
match on several alternative attributes.
* src/mod_vcard_ldap.erl: Likewise.
* doc/guide.tex: Updated.
* eldap_utils.erl: Refactoring.
* src/eldap/Makefile.in: Likewise.

SVN Revision: 661

18 years ago* src/mod_privacy_odbc.erl: Privacy rules support using odbc
Alexey Shchepin [Mon, 9 Oct 2006 20:32:41 +0000 (20:32 +0000)]
* src/mod_privacy_odbc.erl: Privacy rules support using odbc
* src/odbc/pg.sql: Likewise

* src/web/ejabberd_http_poll.erl: Bugfix

SVN Revision: 660

18 years ago* src/mod_privacy.erl: Use hooks instead of direct function calls
Alexey Shchepin [Thu, 5 Oct 2006 03:17:41 +0000 (03:17 +0000)]
* src/mod_privacy.erl: Use hooks instead of direct function calls
* src/ejabberd_c2s.erl: Updated

SVN Revision: 659

18 years ago* src/shaper.erl: Bugfix
Alexey Shchepin [Mon, 2 Oct 2006 18:54:10 +0000 (18:54 +0000)]
* src/shaper.erl: Bugfix
* src/ejabberd_config.erl: Likewise

SVN Revision: 658

18 years ago* src/ejabberd_frontend_socket.erl: Support for frontend
Alexey Shchepin [Sun, 1 Oct 2006 01:53:37 +0000 (01:53 +0000)]
* src/ejabberd_frontend_socket.erl: Support for frontend
connection manager
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_listener.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_service.erl: Likewise
* src/ejabberd_socket.erl: Likewise
* src/web/ejabberd_http_poll.erl: Likewise

SVN Revision: 657

18 years ago* src/release_notes_1.1.2.txt: Fixed hanging paragraph
Mickaël Rémond [Wed, 27 Sep 2006 20:41:02 +0000 (20:41 +0000)]
* src/release_notes_1.1.2.txt: Fixed hanging paragraph

SVN Revision: 653

18 years ago* Added release note to documentation.
Mickaël Rémond [Wed, 27 Sep 2006 17:29:45 +0000 (17:29 +0000)]
* Added release note to documentation.

SVN Revision: 650

18 years ago* doc/release_notes_1.1.2.txt: Fixed typos and rephrasing.
Mickaël Rémond [Wed, 27 Sep 2006 16:22:09 +0000 (16:22 +0000)]
* doc/release_notes_1.1.2.txt: Fixed typos and rephrasing.

SVN Revision: 648

18 years ago* doc/release_notes_1.1.2.txt: Minor fixes.
Mickaël Rémond [Wed, 27 Sep 2006 13:34:18 +0000 (13:34 +0000)]
* doc/release_notes_1.1.2.txt: Minor fixes.

SVN Revision: 647

18 years ago* doc/guide.tex: Fixed Latexish typos.
Mickaël Rémond [Wed, 27 Sep 2006 13:09:50 +0000 (13:09 +0000)]
* doc/guide.tex: Fixed Latexish typos.

SVN Revision: 646

18 years ago* doc/release_notes_1.1.2.txt: Draft release notes.
Mickaël Rémond [Tue, 26 Sep 2006 17:17:31 +0000 (17:17 +0000)]
* doc/release_notes_1.1.2.txt: Draft release notes.

SVN Revision: 645

18 years ago* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk).
Mickaël Rémond [Tue, 26 Sep 2006 14:07:35 +0000 (14:07 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk).

SVN Revision: 644

18 years ago* src/ejabberd_s2s.erl: More precise message for the new s2s
Mickaël Rémond [Tue, 26 Sep 2006 11:08:44 +0000 (11:08 +0000)]
* src/ejabberd_s2s.erl: More precise message for the new s2s
statistic command.

SVN Revision: 642

18 years ago* src/mod_muc/mod_muc_room.erl: Minor english update.
Mickaël Rémond [Tue, 26 Sep 2006 10:48:05 +0000 (10:48 +0000)]
* src/mod_muc/mod_muc_room.erl: Minor english update.
* src/msgs/pl.msg: Likewise.
* src/msgs/uk.msg: Likewise.
* src/msgs/pt-br.msg: Likewise.
* src/msgs/cs.msg: Likewise.
* src/msgs/ru.msg: Likewise.
* src/msgs/es.msg: Likewise.
* src/msgs/fr.msg: Likewise.
* src/msgs/de.msg: Likewise.
* src/msgs/nl.msg: Likewise.

SVN Revision: 641

18 years ago* src/msgs/pt-br.msg: Updated Brazilian translation (thanks to
Mickaël Rémond [Tue, 26 Sep 2006 10:31:53 +0000 (10:31 +0000)]
* src/msgs/pt-br.msg: Updated Brazilian translation (thanks to
Renato Botelho) and clean-up.

SVN Revision: 640

18 years ago* src/msgs/de.msg: Updated German translation (thanks to Nikolaus
Mickaël Rémond [Mon, 25 Sep 2006 22:06:37 +0000 (22:06 +0000)]
* src/msgs/de.msg: Updated German translation (thanks to Nikolaus
Polak).

SVN Revision: 639

18 years ago* src/ejabberd.app: Version update for ejabberd 1.1.2.
Mickaël Rémond [Mon, 25 Sep 2006 20:53:55 +0000 (20:53 +0000)]
* src/ejabberd.app: Version update for ejabberd 1.1.2.

SVN Revision: 638

18 years agoChangeLog typo
Mickaël Rémond [Mon, 25 Sep 2006 15:36:17 +0000 (15:36 +0000)]
ChangeLog typo

SVN Revision: 637

18 years ago* src/msgs/pl.msg: Updated German translation (thanks to Zbyszek
Mickaël Rémond [Mon, 25 Sep 2006 15:19:09 +0000 (15:19 +0000)]
* src/msgs/pl.msg: Updated German translation (thanks to Zbyszek
Zolkiewski).

SVN Revision: 636

18 years ago* src/msgs/de.msg: Updated German translation (thanks to Marvin
Mickaël Rémond [Mon, 25 Sep 2006 14:41:33 +0000 (14:41 +0000)]
* src/msgs/de.msg: Updated German translation (thanks to Marvin
Preuss).

SVN Revision: 635

18 years ago* src/msgs/nl.msg: Updated Dutch translation (thanks to Sander
Mickaël Rémond [Mon, 25 Sep 2006 14:30:44 +0000 (14:30 +0000)]
* src/msgs/nl.msg: Updated Dutch translation (thanks to Sander
Devrieze).

SVN Revision: 634

18 years ago* src/ejabberd_s2s.erl: Added incoming-s2s-number and
Alexey Shchepin [Mon, 25 Sep 2006 13:36:41 +0000 (13:36 +0000)]
* src/ejabberd_s2s.erl: Added incoming-s2s-number and
outgoing-s2s-number ejabberdctl commands

SVN Revision: 633

18 years ago* src/msgs/cs.msg: Updated Czech translation and removed unused
Mickaël Rémond [Mon, 25 Sep 2006 10:47:52 +0000 (10:47 +0000)]
* src/msgs/cs.msg: Updated Czech translation and removed unused
strings.

SVN Revision: 632

18 years ago* doc/introduction.tex: Minor doc updates for release 1.1.2.
Mickaël Rémond [Mon, 25 Sep 2006 08:46:56 +0000 (08:46 +0000)]
* doc/introduction.tex: Minor doc updates for release 1.1.2.

SVN Revision: 631

18 years ago* src/ejabberd_socket.erl: Support for non-xml sockets
Alexey Shchepin [Mon, 25 Sep 2006 03:51:11 +0000 (03:51 +0000)]
* src/ejabberd_socket.erl: Support for non-xml sockets
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_service.erl: Likewise
* src/web/ejabberd_http.erl: Likewise

SVN Revision: 629

18 years ago* src/msgs/es.msg: Updated Spanish translation (thanks to Badlop).
Mickaël Rémond [Sun, 24 Sep 2006 15:44:24 +0000 (15:44 +0000)]
* src/msgs/es.msg: Updated Spanish translation (thanks to Badlop).

SVN Revision: 628

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 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/eldap/eldap.erl: Enable the keepalive socket option (thanks
Alexey Shchepin [Sat, 23 Sep 2006 04:28:03 +0000 (04:28 +0000)]
* 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: 621

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 ago* doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to Sander
Mickaël Rémond [Fri, 22 Sep 2006 09:09:28 +0000 (09:09 +0000)]
* 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: 617

18 years ago* doc/guide.tex: Minor fix on index generation.
Mickaël Rémond [Thu, 14 Sep 2006 16:08:58 +0000 (16:08 +0000)]
* doc/guide.tex: Minor fix on index generation.

SVN Revision: 607

18 years ago* doc/guide.tex: Updated (thanks to Evgeniy Khramtsov)
Alexey Shchepin [Thu, 14 Sep 2006 02:54:21 +0000 (02:54 +0000)]
* 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: 606

18 years ago* src/odbc/mssql.sql: Removed unused fields.
Mickaël Rémond [Mon, 11 Sep 2006 15:38:48 +0000 (15:38 +0000)]
* src/odbc/mssql.sql: Removed unused fields.

SVN Revision: 605

18 years ago* src/ejd2odbc.erl: Updated
Alexey Shchepin [Sun, 10 Sep 2006 19:25:13 +0000 (19:25 +0000)]
* src/ejd2odbc.erl: Updated

SVN Revision: 604

18 years ago* src/mod_muc/mod_muc_log.erl: Fixed html special characters
Alexey Shchepin [Sat, 9 Sep 2006 23:34:51 +0000 (23:34 +0000)]
* 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)

* src/ejabberd_listener.erl: Bugfix

SVN Revision: 603

18 years ago* src/mod_muc/mod_muc_log.erl: Fixed html special characters
Alexey Shchepin [Sat, 9 Sep 2006 23:33:00 +0000 (23:33 +0000)]
* 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)

* src/ejabberd_listener.erl: Bugfix

SVN Revision: 602

18 years ago* src/mod_muc/mod_muc.erl: It is now possible to configure the
Mickaël Rémond [Tue, 5 Sep 2006 15:53:54 +0000 (15:53 +0000)]
* 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: 601

18 years ago* src/ejabberd_socket.erl: All XML socket operations moved here
Alexey Shchepin [Tue, 5 Sep 2006 04:36:01 +0000 (04:36 +0000)]
* src/ejabberd_socket.erl: All XML socket operations moved here
* src/ejabberd_s2s_in.erl: Likewise

SVN Revision: 600

18 years ago* src/ejabberd_socket.erl: All XML socket operations moved here
Alexey Shchepin [Tue, 5 Sep 2006 04:26:28 +0000 (04:26 +0000)]
* src/ejabberd_socket.erl: All XML socket operations moved here
* src/ejabberd_listener.erl: Updated
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_service.erl: Likewise

* src/mod_shared_roster.erl: Bugfix

* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 599

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