]>
granicus.if.org Git - ejabberd/log
Mickaël Rémond [Mon, 19 Feb 2007 14:19:27 +0000 (14:19 +0000)]
* src/odbc/pg.sql: last table, state column cannot be NULL (EJAB-191).
* src/odbc/mysql.sql: likewise.
* src/odbc/mssql.sql. likewise.
SVN Revision: 732
Mickaël Rémond [Mon, 19 Feb 2007 13:27:18 +0000 (13:27 +0000)]
* src/ejabberd_auth_ldap.erl: prevent anonymous bind on LDAP servers
as ejabberd is providing other anonymous authentication mechanism
(EJAB-190).
SVN Revision: 731
Mickaël Rémond [Mon, 19 Feb 2007 11:22:19 +0000 (11:22 +0000)]
* src/cyrsasl_plain.erl: bad-auth error code replaced by not-authorized
(EJAB-187).
SVN Revision: 730
Mickaël Rémond [Mon, 19 Feb 2007 11:06:28 +0000 (11:06 +0000)]
* src/aclocal.m4: configure --with-erlang option is now working (Thanks
to Jerome Sautret) (EJAB-186).
SVN Revision: 729
Mickaël Rémond [Mon, 19 Feb 2007 10:49:23 +0000 (10:49 +0000)]
* src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviour
is now to use the nofollow rel attributes for links that are submitted
by users (EJAB-185).
* doc/guide.tex: Likewise.
SVN Revision: 728
Mickaël Rémond [Mon, 19 Feb 2007 09:45:58 +0000 (09:45 +0000)]
* src/mod_muc/mod_muc_room.erl: API improvement: Implementation of an
event to destroy MUC room from an external application (Thanks to
Massimiliano Mirra) (EJAB-184).
SVN Revision: 727
Alexey Shchepin [Sun, 18 Feb 2007 17:58:47 +0000 (17:58 +0000)]
* src/ejabberd_s2s.erl: Confirm to RFC3920 section 10.3 (thanks to
Jerome Sautret)
SVN Revision: 726
Mickaël Rémond [Sun, 18 Feb 2007 17:05:32 +0000 (17:05 +0000)]
* src/mod_muc/mod_muc.erl: Node now try to clean its own online room when restarting (EJAB-182).
SVN Revision: 725
Alexey Shchepin [Tue, 13 Feb 2007 17:23:36 +0000 (17:23 +0000)]
* src/mod_muc/mod_muc.erl: Clean online room table on cluster node
restart
SVN Revision: 724
Mickaël Rémond [Tue, 13 Feb 2007 10:01:58 +0000 (10:01 +0000)]
* src/ejabberd_auth_ldap.erl: Added ldap_local_filter option. This
option provide an optimisation to reduce LDAP directory load when
using attribute-based filters (EJAB-179).
SVN Revision: 723
Alexey Shchepin [Sun, 4 Feb 2007 16:04:40 +0000 (16:04 +0000)]
* src/web/ejabberd_http.erl: Added separate version of
element_to_string for HTML encoding
* src/xml.erl: Reverted previous change
SVN Revision: 722
Mickaël Rémond [Sun, 4 Feb 2007 11:30:44 +0000 (11:30 +0000)]
* src/xml.erl: ' entity replaced by ' Should work more universaly (in HTML and XML).
SVN Revision: 721
Alexey Shchepin [Tue, 30 Jan 2007 15:23:48 +0000 (15:23 +0000)]
* src/mod_roster_odbc.erl: Bugfix (thanks to asdx
<asdx@jabber.snc.ru>)
* src/ejd2odbc.erl: Likewise
SVN Revision: 717
Mickaël Rémond [Sat, 27 Jan 2007 16:40:37 +0000 (16:40 +0000)]
* src/mod_vcard_ldap.erl: LDAP server pool support (thanks to Evgeniy
Khramtsov) (EJAB-175)
* src/eldap/Makefile.in: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/eldap_pool.erl: Likewise
* src/eldap/eldap_utils.erl: Implemented LDAP domain substitution (EJAB-177)
* src/eldap/eldap.erl: Implemented queue to avoid bind deadlock under
heavy load (thanks to Evgeniy Khramtsov) (EJAB-176)
* src/eldap/eldap.hrl: Likewise
SVN Revision: 716
Mickaël Rémond [Fri, 26 Jan 2007 18:30:36 +0000 (18:30 +0000)]
* doc/guide.tex: Fixed typos in labels.
SVN Revision: 715
Mickaël Rémond [Thu, 25 Jan 2007 15:54:10 +0000 (15:54 +0000)]
* src/eldap/Makefile.win32: fix build error on Windows.
SVN Revision: 714
Alexey Shchepin [Thu, 25 Jan 2007 05:53:58 +0000 (05:53 +0000)]
* src/web/*: Plugin architecture for HTTP modules (thanks to
Massimiliano Mirra)
SVN Revision: 713
Mickaël Rémond [Wed, 24 Jan 2007 20:16:01 +0000 (20:16 +0000)]
* Generated updated documentation.
SVN Revision: 712
Mickaël Rémond [Wed, 24 Jan 2007 18:27:17 +0000 (18:27 +0000)]
* doc/guide.tex: Documentation for the domain_balancing_component_number option.
SVN Revision: 711
Mickaël Rémond [Wed, 24 Jan 2007 17:12:35 +0000 (17:12 +0000)]
* doc/guide.tex: Documentation for domain balancing.
SVN Revision: 710
Mickaël Rémond [Wed, 24 Jan 2007 16:34:31 +0000 (16:34 +0000)]
* doc/guide.tex: mod_muc now support cluster.
SVN Revision: 709
Mickaël Rémond [Wed, 24 Jan 2007 16:13:37 +0000 (16:13 +0000)]
* Generated updated documentation.
SVN Revision: 708
Mickaël Rémond [Wed, 24 Jan 2007 15:56:26 +0000 (15:56 +0000)]
* doc/guide.tex: Updated the max_user_sessions section.
SVN Revision: 707
Alexey Shchepin [Fri, 19 Jan 2007 04:46:44 +0000 (04:46 +0000)]
* src/mod_muc/mod_muc.erl: Now mod_muc can be distributed on
several nodes
* src/mod_muc/mod_muc_room.erl: Likewise
* src/ejabberd_router.erl: Added bare_source and bare_destination
service balancing options and domain_balancing_component_number
option for specifying the number of connected components for the
domain
* src/ejabberd_config.erl: Likewise
SVN Revision: 706
Mickaël Rémond [Thu, 11 Jan 2007 08:17:18 +0000 (08:17 +0000)]
* doc/guide.tex: Latex / Hevea related improvements for documentation
generation (thanks to Sander Devrieze).
* doc/introduction.tex: Likewise.
* doc/dev.tex: Likewise.
* doc/features.tex: Likewise.
SVN Revision: 705
Mickaël Rémond [Tue, 9 Jan 2007 10:23:09 +0000 (10:23 +0000)]
* Changelog: Cosmetic change
SVN Revision: 704
Christophe Romain [Tue, 9 Jan 2007 10:16:37 +0000 (10:16 +0000)]
mod_pubsub: support presence_based_delivery in cluster
SVN Revision: 703
Christophe Romain [Tue, 9 Jan 2007 10:09:51 +0000 (10:09 +0000)]
support presence_delivery in cluster
SVN Revision: 702
Alexey Shchepin [Fri, 5 Jan 2007 20:05:38 +0000 (20:05 +0000)]
* src/mod_muc/mod_muc_log.erl: Remove 'right-to-left override'
unicode character (thanks to Badlop)
SVN Revision: 701
Alexey Shchepin [Sun, 31 Dec 2006 00:38:11 +0000 (00:38 +0000)]
* src/ejabberd_s2s_out.erl: Bugfix
SVN Revision: 700
Mickaël Rémond [Thu, 21 Dec 2006 09:03:53 +0000 (09:03 +0000)]
* src/mod_private_odbc: Bugfix: an internal error was returned
instead of the actual private data. This is now working as expected.
(EJAB-165)
SVN Revision: 699
Alexey Shchepin [Wed, 20 Dec 2006 23:22:05 +0000 (23:22 +0000)]
* src/ejd2odbc.erl: Bugfix
SVN Revision: 698
Mickaël Rémond [Sat, 16 Dec 2006 13:57:37 +0000 (13:57 +0000)]
* README: Added this file as a quickstart guide.
SVN Revision: 697
Mickaël Rémond [Fri, 15 Dec 2006 22:18:04 +0000 (22:18 +0000)]
* src/mod_echo.erl: The mod_echo can now be stopped without errors.
This is not a major issue, but can mislead other developers learning
from this example and test module (Thanks to Magnus Henoch) (EJAB-163).
SVN Revision: 696
Mickaël Rémond [Fri, 15 Dec 2006 21:42:16 +0000 (21:42 +0000)]
* TODO: Removed. The roadmap is managed on:
http://support.process-one.net/browse/EJAB
SVN Revision: 695
Mickaël Rémond [Fri, 15 Dec 2006 21:26:47 +0000 (21:26 +0000)]
* src/ejabberd_ctl.erl: Bugfix: Now display all register commands for a
vhost and not only one (Thanks to Badlop) (EJAB-162).
* src/ejabberd.cfg.example: Fixed typo.
SVN Revision: 694
Mickaël Rémond [Thu, 14 Dec 2006 18:54:50 +0000 (18:54 +0000)]
* src/ejabberd_config.erl: Added loglevel option. It is now possible to
configure ejabberd dynamic loglevel from the config file (EJAB-74).
SVN Revision: 693
Alexey Shchepin [Fri, 8 Dec 2006 20:48:26 +0000 (20:48 +0000)]
* src/ejabberd_receiver.erl: Bugfix
SVN Revision: 692
Alexey Shchepin [Fri, 8 Dec 2006 20:34:34 +0000 (20:34 +0000)]
* src/ejabberd_c2s.erl: Bugfix
SVN Revision: 691
Alexey Shchepin [Thu, 7 Dec 2006 02:56:14 +0000 (02:56 +0000)]
* src/mod_roster_odbc.erl: Better error handling
* src/web/ejabberd_http_poll.erl: Minor fix
SVN Revision: 690
Mickaël Rémond [Mon, 4 Dec 2006 16:07:44 +0000 (16:07 +0000)]
* src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support.
Debug can be enabled with the command "ejabberd_loglevel:set(5)".
(EJAB-74)
* src/ejabberd_app.erl: Likewise.
* src/ejabberd.hrl: Likewise (More log levels are now supported).
* src/ram_file_io_server.erl: Likewise (Needed to dynamically
recompile the error logger).
SVN Revision: 689
Alexey Shchepin [Fri, 1 Dec 2006 17:19:04 +0000 (17:19 +0000)]
* src/ejabberd_receiver.erl: Bugfix
SVN Revision: 688
Mickaël Rémond [Thu, 30 Nov 2006 13:50:59 +0000 (13:50 +0000)]
* src/mod_proxy65/mod_proxy65_services.erl: Fixed typo.
SVN Revision: 687
Mickaël Rémond [Thu, 30 Nov 2006 13:39:05 +0000 (13:39 +0000)]
* src/mod_proxy65/mod_proxy65_services.erl: We now try to get the
address of the component (if registered in DNS) or otherwise get the
IP of the XMPP domain.
SVN Revision: 686
Mickaël Rémond [Wed, 29 Nov 2006 10:21:19 +0000 (10:21 +0000)]
* Removed useless comments.
SVN Revision: 685
Mickaël Rémond [Tue, 28 Nov 2006 15:56:54 +0000 (15:56 +0000)]
* src/mod_proxy65/mod_proxy65_services.erl: Now using all interfaces as
default value for proxy listen parameter.
SVN Revision: 684
Mickaël Rémond [Tue, 28 Nov 2006 09:59:29 +0000 (09:59 +0000)]
* src/ejabberd_c2s.erl: User login in with negative priority must not
receive offline messages (Thanks to Badlop) (EJAB-158).
SVN Revision: 683
Mickaël Rémond [Fri, 24 Nov 2006 13:24:08 +0000 (13:24 +0000)]
* src/muc/mod_muc_room.erl: API improvement. It is now possible
to read and write a room config from a developer module (Thanks
to Massimiliano Mirra) (EJAB-157)
SVN Revision: 682
Mickaël Rémond [Fri, 24 Nov 2006 11:22:15 +0000 (11:22 +0000)]
* doc/guide.tex: Fixed regexp ACL configuration examples (Thanks
to Massimiliano Mirra).
SVN Revision: 681
Alexey Shchepin [Thu, 23 Nov 2006 06:34:05 +0000 (06:34 +0000)]
* src/eldap/eldap.erl: Bugfix (thanks to Evgeniy Khramtsov)
* src/ejabberd_sm.erl: The max_user_sessions option is now
configured via access rule
* src/ejabberd.cfg.example: Likewise
SVN Revision: 680
Mickaël Rémond [Mon, 20 Nov 2006 13:24:26 +0000 (13:24 +0000)]
SVN Revision: 679
Mickaël Rémond [Mon, 20 Nov 2006 13:20:47 +0000 (13:20 +0000)]
2006-11-20 Mickael Remond <mickael.remond@process-one.net>
* src/ejd2odbc.erl: Copy mod_private data from Mnesia to
relational database.
* src/odbc/odbc_queries.erl: Refactoring.
* src/odbc/mssql.sql: Likewise.
* doc/guide.tex: Update to mention mod_private_odbc.
* src/odbc/mysql.sql: Started integration of mod_privacy_odbc for
MySQL and MSSQL.
* src/odbc/mssql.sql: Likewise.
SVN Revision: 678
Mickaël Rémond [Wed, 15 Nov 2006 11:41:26 +0000 (11:41 +0000)]
* src/mod_muc/mod_muc_room.erl: API improvement: It is now easier to extract
data from the MUC room process (EJAB-157).
SVN Revision: 677
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
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
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
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
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
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
Alexey Shchepin [Fri, 3 Nov 2006 15:42:21 +0000 (15:42 +0000)]
Now really committed
SVN Revision: 670
Alexey Shchepin [Thu, 2 Nov 2006 19:18:48 +0000 (19:18 +0000)]
Now really added
SVN Revision: 669
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
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
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
Mickaël Rémond [Fri, 27 Oct 2006 16:37:10 +0000 (16:37 +0000)]
* src/guide.tex: Fixed typos.
SVN Revision: 665
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
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
Mickaël Rémond [Tue, 17 Oct 2006 12:40:48 +0000 (12:40 +0000)]
* ChangeLog: Fixed typo.
SVN Revision: 662
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
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
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
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
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
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
Mickaël Rémond [Wed, 27 Sep 2006 17:29:45 +0000 (17:29 +0000)]
* Added release note to documentation.
SVN Revision: 650
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
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
Mickaël Rémond [Wed, 27 Sep 2006 13:09:50 +0000 (13:09 +0000)]
* doc/guide.tex: Fixed Latexish typos.
SVN Revision: 646
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
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
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
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
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
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
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
Mickaël Rémond [Mon, 25 Sep 2006 15:36:17 +0000 (15:36 +0000)]
ChangeLog typo
SVN Revision: 637
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
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
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
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
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
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
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
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
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
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
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
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
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
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