]> granicus.if.org Git - ejabberd/log
ejabberd
16 years ago* src/ejabberd_c2s.erl: Disable zlib when STARTTLS is required
Alexey Shchepin [Mon, 3 Nov 2008 13:54:42 +0000 (13:54 +0000)]
* src/ejabberd_c2s.erl: Disable zlib when STARTTLS is required

SVN Revision: 1672

16 years ago* src/Makefile.in (clean-local): Delete also ejabberdctl.example
Badlop [Mon, 27 Oct 2008 12:19:06 +0000 (12:19 +0000)]
* src/Makefile.in (clean-local): Delete also ejabberdctl.example

SVN Revision: 1671

16 years ago* src/translate.erl: When a translation file can't be loaded, show
Badlop [Fri, 24 Oct 2008 22:16:17 +0000 (22:16 +0000)]
* src/translate.erl: When a translation file can't be loaded, show
detailed error message

SVN Revision: 1669

16 years ago* src/ejabberd_ctl.erl: If ejabberd didn't start correctly:
Badlop [Fri, 24 Oct 2008 22:11:42 +0000 (22:11 +0000)]
* src/ejabberd_ctl.erl: If ejabberd didn't start correctly:
'ejabberdctl status' suggests to look in log files; any other
ejabberdctl command shows 'status'.

SVN Revision: 1668

16 years ago* src/ejabberd_app.erl: Open ejabberd.log sooner, so errors during
Badlop [Fri, 24 Oct 2008 22:07:38 +0000 (22:07 +0000)]
* src/ejabberd_app.erl: Open ejabberd.log sooner, so errors during
ejabberd initialization are logged in that file (EJAB-777). Write
a log message when ejabberd finishes the start or stop.

SVN Revision: 1667

16 years ago* src/ejabberd_c2s.erl: Ensure unique ID in roster push (EJAB-721)
Badlop [Fri, 24 Oct 2008 18:01:08 +0000 (18:01 +0000)]
* src/ejabberd_c2s.erl: Ensure unique ID in roster push (EJAB-721)
* src/mod_roster.erl: Likewise
* src/mod_roster_odbc.erl: Likewise
* src/mod_shared_roster.erl: Likewise

SVN Revision: 1666

16 years ago* src/ejabberd_lstener.erl: Fix listeners
Badlop [Fri, 24 Oct 2008 17:26:11 +0000 (17:26 +0000)]
* src/ejabberd_lstener.erl: Fix listeners
* src/ejabberd_sup.erl: Likewise
* src/gen_mod.erl: Likewise

SVN Revision: 1665

16 years ago* src/ejabberd_frontend_socket.erl: Fixed SSL sockets
Alexey Shchepin [Thu, 23 Oct 2008 14:59:49 +0000 (14:59 +0000)]
* src/ejabberd_frontend_socket.erl: Fixed SSL sockets

SVN Revision: 1664

16 years ago* src/Makefile.in: docdir should be prefixed with DESTDIR (thanks
Badlop [Fri, 17 Oct 2008 17:37:50 +0000 (17:37 +0000)]
* src/Makefile.in: docdir should be prefixed with DESTDIR (thanks
to Jack Moffitt)(EJAB-775)

SVN Revision: 1662

16 years agodoes not write item when max_items set to 0 (solves EJAB-768)
Christophe Romain [Fri, 17 Oct 2008 00:43:58 +0000 (00:43 +0000)]
does not write item when max_items set to 0 (solves EJAB-768)

SVN Revision: 1661

16 years agofix remove_user not unsubscribing user (EJAB-684)
Christophe Romain [Thu, 16 Oct 2008 23:09:51 +0000 (23:09 +0000)]
fix remove_user not unsubscribing user (EJAB-684)

SVN Revision: 1659

16 years agofix badarg issue on get_roster_info when allowed roster groups is not defined
Christophe Romain [Thu, 16 Oct 2008 22:12:05 +0000 (22:12 +0000)]
fix badarg issue on get_roster_info when allowed roster groups is not defined

SVN Revision: 1656

16 years agofix pubsub_publish_item hook ServerHost parameter (EJAB-772)
Christophe Romain [Tue, 14 Oct 2008 12:41:46 +0000 (12:41 +0000)]
fix pubsub_publish_item hook ServerHost parameter (EJAB-772)

SVN Revision: 1655

16 years ago* src/odbc/ejabberd_odbc.erl: log MySQL driver messages.
Jérôme Sautret [Mon, 13 Oct 2008 15:25:30 +0000 (15:25 +0000)]
* src/odbc/ejabberd_odbc.erl: log MySQL driver messages.

SVN Revision: 1652

16 years agoReplace mentions of mod_xmlrpc to ejabberd_xmlrpc
Badlop [Mon, 13 Oct 2008 09:01:08 +0000 (09:01 +0000)]
Replace mentions of mod_xmlrpc to ejabberd_xmlrpc

SVN Revision: 1645

16 years ago* src/web/ejabberd_web_admin.erl: When requesting page of
Badlop [Mon, 13 Oct 2008 08:32:04 +0000 (08:32 +0000)]
* src/web/ejabberd_web_admin.erl: When requesting page of
nonexistent user, show 'Not Found' page (EJAB-771)

SVN Revision: 1644

16 years ago* src/web/ejabberd_web_admin.erl: Run new hook
Badlop [Sun, 12 Oct 2008 14:16:05 +0000 (14:16 +0000)]
* src/web/ejabberd_web_admin.erl: Run new hook
webadmin_user_parse_query when POST in web admin user
page (thanks to Oleg Palij)(EJAB-747)
* src/mod_offline.erl: Add button "Remove All Offline Messages" in
a user page (thanks to Oleg Palij)(EJAB-747)
* src/mod_offline_odbc.erl: Likewise

SVN Revision: 1643

16 years ago* src/web/ejabberd_web_admin.erl: Improve Web Admin navigation
Badlop [Sun, 12 Oct 2008 13:58:05 +0000 (13:58 +0000)]
* src/web/ejabberd_web_admin.erl: Improve Web Admin navigation
menu for vhosts and nodes (EJAB-734)

SVN Revision: 1642

16 years ago* doc/guide.tex: Explain the new ejabberdctl command 'help'
Badlop [Sun, 12 Oct 2008 13:32:36 +0000 (13:32 +0000)]
* doc/guide.tex: Explain the new ejabberdctl command 'help'
* doc/guide.html: Likewise

SVN Revision: 1641

16 years ago* src/mod_configure.erl: Update calls from ctl to
Badlop [Sun, 12 Oct 2008 12:05:31 +0000 (12:05 +0000)]
* src/mod_configure.erl: Update calls from ctl to
commands (EJAB-694)
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 1640

16 years ago* src/ejabberd_sm.erl: Update from ctl to commands (EJAB-694)
Badlop [Sun, 12 Oct 2008 12:04:10 +0000 (12:04 +0000)]
* src/ejabberd_sm.erl: Update from ctl to commands (EJAB-694)
* src/ejabberd_s2s.erl: Likewise

SVN Revision: 1639

16 years ago* src/ejabberd_auth.erl: Update from ctl to commands (EJAB-694)
Badlop [Sun, 12 Oct 2008 12:01:56 +0000 (12:01 +0000)]
* src/ejabberd_auth.erl: Update from ctl to commands (EJAB-694)
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise

SVN Revision: 1638

16 years ago* src/ejabberdctl.template: Move help print to a separate
Badlop [Sun, 12 Oct 2008 12:00:20 +0000 (12:00 +0000)]
* src/ejabberdctl.template: Move help print to a separate
function (EJAB-694)

SVN Revision: 1637

16 years ago* src/ejabberd_ctl.erl: Add frontend support for
Badlop [Sun, 12 Oct 2008 11:58:30 +0000 (11:58 +0000)]
* src/ejabberd_ctl.erl: Add frontend support for
commands (EJAB-694). Categorization and sorting of commands in
ejabberd_ctl help (EJAB-313). Lines in command line help of length
80, and text formatting (EJAB-473)

SVN Revision: 1636

16 years ago* src/ejabberd_app.erl: Initialize ejabberd_commands and start
Badlop [Sun, 12 Oct 2008 11:56:07 +0000 (11:56 +0000)]
* src/ejabberd_app.erl: Initialize ejabberd_commands and start
ejabbed_admin (EJAB-694)

SVN Revision: 1635

16 years ago* src/ejabberd_admin.erl: Implement commands from old
Badlop [Sun, 12 Oct 2008 11:55:06 +0000 (11:55 +0000)]
* src/ejabberd_admin.erl: Implement commands from old
ejabberd_ctl (EJAB-694)

SVN Revision: 1634

16 years ago* src/ejabberd_commands.erl: New 'ejabberd commands': separate
Badlop [Sun, 12 Oct 2008 11:53:25 +0000 (11:53 +0000)]
* src/ejabberd_commands.erl: New 'ejabberd commands': separate
command definition and calling interface (EJAB-694)
* src/ejabberd_commands.hrl: Likewise

SVN Revision: 1633

16 years ago* src/mod_proxy65/mod_proxy65.erl: Update so the listener starts
Badlop [Sun, 12 Oct 2008 11:17:35 +0000 (11:17 +0000)]
* src/mod_proxy65/mod_proxy65.erl: Update so the listener starts
correctly (EJAB-303)
* src/mod_proxy65/mod_proxy65_service.erl: Likewise

SVN Revision: 1632

16 years ago* src/ejabberd_app.erl: Start listeners explicitely at server
Badlop [Sun, 12 Oct 2008 11:11:29 +0000 (11:11 +0000)]
* src/ejabberd_app.erl: Start listeners explicitely at server
start after everything else (EJAB-303). Implement support in
ejabberd for 'independent listeners', which handle their
connections themselves: gen_tcp:listen, etc.
* src/ejabberd_listener.erl: Likewise
* src/ejabberd_socket.erl: Likewise
* src/ejabberd_sup.erl: Likewise

SVN Revision: 1631

16 years agofix typo
Christophe Romain [Fri, 10 Oct 2008 20:27:18 +0000 (20:27 +0000)]
fix typo

SVN Revision: 1630

16 years agouncomment pubsub_publish_item hook call (EJAB-765)
Christophe Romain [Fri, 10 Oct 2008 20:22:18 +0000 (20:22 +0000)]
uncomment pubsub_publish_item hook call (EJAB-765)

SVN Revision: 1629

16 years ago* src/mod_roster_odbc.erl: fix MySQL multiple requests issue.
Jérôme Sautret [Tue, 7 Oct 2008 12:32:12 +0000 (12:32 +0000)]
* src/mod_roster_odbc.erl: fix MySQL multiple requests issue.

SVN Revision: 1612

16 years ago* doc/guide.html: Regenerated
Badlop [Mon, 6 Oct 2008 15:01:06 +0000 (15:01 +0000)]
* doc/guide.html: Regenerated

* doc/guide.tex: Fix a problem in SVN merge from trunk

SVN Revision: 1605

16 years ago* src/ejabberd_rdbms.erl: fix SQL database reconnection
Jérôme Sautret [Mon, 6 Oct 2008 14:18:46 +0000 (14:18 +0000)]
* src/ejabberd_rdbms.erl: fix SQL database reconnection
issues (EJAB-764) and add odbc_start_interval configuration
directive (default to 30 seconds).
* src/odbc/ejabberd_odbc.erl: likewise.
* src/odbc/ejabberd_odbc_sup.erl: likewise.
* doc/guide.tex: likewise.

SVN Revision: 1600

16 years ago* src/odbc/odbc_queries.erl: Fix empty query that fail on MySQL.
Jérôme Sautret [Fri, 3 Oct 2008 15:42:40 +0000 (15:42 +0000)]
* src/odbc/odbc_queries.erl: Fix empty query that fail on MySQL.

SVN Revision: 1597

16 years ago* src/mod_vcard_odbc: added vCard support for MS SQL Server 2005 (missing from previo...
Jérôme Sautret [Fri, 3 Oct 2008 15:30:56 +0000 (15:30 +0000)]
* src/mod_vcard_odbc: added vCard support for MS SQL Server 2005 (missing from previous commit)

SVN Revision: 1596

16 years ago* src/mod_vcard_odbc: added vCard support for MS SQL Server 2005.
Jérôme Sautret [Fri, 3 Oct 2008 15:29:48 +0000 (15:29 +0000)]
* src/mod_vcard_odbc: added vCard support for MS SQL Server 2005.
* src/odbc/odbc_queries.erl: likewise.
* src/odbc/mssql2005.sql: likewise.

SVN Revision: 1595

16 years ago* src/mod_shared_roster.erl: Correct roster push when changing a shared roster entry...
Mickaël Rémond [Wed, 1 Oct 2008 14:52:25 +0000 (14:52 +0000)]
* src/mod_shared_roster.erl: Correct roster push when changing a shared roster entry name (EJAB-738).

SVN Revision: 1590

16 years ago* src/*/Makefile.win32: Provide explicit beam filenames because
Badlop [Tue, 30 Sep 2008 16:12:05 +0000 (16:12 +0000)]
* src/*/Makefile.win32: Provide explicit beam filenames because
nmake does not accept wildcards (thanks to Attila
Vangel)(EJAB-543)

SVN Revision: 1588

16 years agofix licence header
Christophe Romain [Tue, 30 Sep 2008 08:58:37 +0000 (08:58 +0000)]
fix licence header

SVN Revision: 1587

16 years agoEJAB-739 and EJAB-751 improvements
Christophe Romain [Thu, 25 Sep 2008 17:26:06 +0000 (17:26 +0000)]
EJAB-739 and EJAB-751 improvements

SVN Revision: 1576

16 years ago* src/mod_configure.erl: Fix adhoc commands reply types for "get-online-users-num...
Mickaël Rémond [Mon, 22 Sep 2008 16:08:37 +0000 (16:08 +0000)]
* src/mod_configure.erl: Fix adhoc commands reply types for "get-online-users-num" and "get-registered-users-num" (EJAB-756).

SVN Revision: 1569

16 years ago* doc/guide.tex: Fix explanation of mod_muc's anonymous
Badlop [Mon, 15 Sep 2008 18:38:52 +0000 (18:38 +0000)]
* doc/guide.tex: Fix explanation of mod_muc's anonymous
option. Make clear that an ejabberd_service can only serve a
single external component. Provide Mnesia directory when setting
clustering (thanks to Matthew Reilly)

SVN Revision: 1563

16 years agoFix: provide the port as an integer, not string (EJAB-560)
Badlop [Fri, 12 Sep 2008 14:31:04 +0000 (14:31 +0000)]
Fix: provide the port as an integer, not string (EJAB-560)

SVN Revision: 1562

16 years ago* src/web/ejabberd_http.hrl: Provide Host, Port, Headers and
Badlop [Fri, 12 Sep 2008 11:45:16 +0000 (11:45 +0000)]
* src/web/ejabberd_http.hrl: Provide Host, Port, Headers and
Transfer Protocol in request (thanks to Eric Cestari)(EJAB-560)
* src/web/ejabberd_http.erl: Likewise

SVN Revision: 1561

16 years ago* doc/guide.tex: Fix mod_proxy configuration example
Badlop [Tue, 2 Sep 2008 17:31:10 +0000 (17:31 +0000)]
* doc/guide.tex: Fix mod_proxy configuration example
* doc/guide.html: Likewise

SVN Revision: 1560

16 years ago* ChangeLog update.
Mickaël Rémond [Tue, 2 Sep 2008 14:17:48 +0000 (14:17 +0000)]
* ChangeLog update.

SVN Revision: 1559

16 years ago* src/odbc/mssql2000.sql: Script for MSSQL 2000
Mickaël Rémond [Tue, 2 Sep 2008 14:14:42 +0000 (14:14 +0000)]
* src/odbc/mssql2000.sql: Script for MSSQL 2000
* src/odbc/mssql2005.sql: Script for MSSQL 2005
* src/odbc/mssql.sql: removed

SVN Revision: 1558

16 years agoFix release date of ejabberd 2.0.2 to 28 August 2008
Badlop [Sat, 30 Aug 2008 11:17:03 +0000 (11:17 +0000)]
Fix release date of ejabberd 2.0.2 to 28 August 2008

SVN Revision: 1557

16 years agosend last published events now supports PEP events from unavailable users nodes ...
Christophe Romain [Wed, 27 Aug 2008 09:28:47 +0000 (09:28 +0000)]
send last published events now supports PEP events from unavailable users nodes (EJAB-698)

SVN Revision: 1550

16 years ago* doc/release_notes_2.0.2.txt: Update for final release
Badlop [Tue, 26 Aug 2008 14:26:56 +0000 (14:26 +0000)]
* doc/release_notes_2.0.2.txt: Update for final release

* doc/guide.tex: Windows binary installer requires MSVC++ 5
* doc/guide.html: Likewise

SVN Revision: 1548

16 years agoget_items bugfix (EJAB-716)
Christophe Romain [Mon, 25 Aug 2008 22:54:48 +0000 (22:54 +0000)]
get_items bugfix (EJAB-716)

SVN Revision: 1542

16 years agoPrevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}
Christophe Romain [Mon, 25 Aug 2008 13:36:34 +0000 (13:36 +0000)]
Prevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}

SVN Revision: 1540

16 years agoPrevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}
Christophe Romain [Mon, 25 Aug 2008 13:12:23 +0000 (13:12 +0000)]
Prevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}

SVN Revision: 1538

16 years ago* src/ejabberd_check.erl: Detect correctly MSSQL and ODBC
Badlop [Mon, 25 Aug 2008 12:08:22 +0000 (12:08 +0000)]
* src/ejabberd_check.erl: Detect correctly MSSQL and ODBC
configuration (EJAB-710)

SVN Revision: 1536

16 years agoEJAB-624: fixes mod_muc_room:is_visitor/2 to use get_role not get_affiliation
Geoff Cant [Sat, 23 Aug 2008 23:17:17 +0000 (23:17 +0000)]
EJAB-624: fixes mod_muc_room:is_visitor/2 to use get_role not get_affiliation

SVN Revision: 1534

16 years ago* src/ejabberd_router.erl: Fix call to mnesia match_object
Badlop [Fri, 22 Aug 2008 11:35:32 +0000 (11:35 +0000)]
* src/ejabberd_router.erl: Fix call to mnesia match_object

SVN Revision: 1533

16 years ago* doc/guide.tex: Fix names of chatroom to room, user to occupant
Badlop [Thu, 21 Aug 2008 15:13:25 +0000 (15:13 +0000)]
* doc/guide.tex: Fix names of chatroom to room, user to occupant
* doc/guide.html: Likewise

SVN Revision: 1532

16 years ago* src/mod_muc/mod_muc_log.erl: MUC log files options: plaintext
Badlop [Mon, 18 Aug 2008 19:08:30 +0000 (19:08 +0000)]
* src/mod_muc/mod_muc_log.erl: MUC log files options: plaintext
format; filename with only room name (EJAB-596)
* doc/guide.tex: Document both options
* doc/guide.html: Likewise

SVN Revision: 1531

16 years ago* src/mod_register.erl: Change password using mod_register always
Badlop [Mon, 18 Aug 2008 18:21:10 +0000 (18:21 +0000)]
* src/mod_register.erl: Change password using mod_register always
returns success regardless of real result (EJAB-723)
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise

SVN Revision: 1530

16 years agoFix call to unexported function nodetree_default:get_subnodes/2
Christophe Romain [Mon, 18 Aug 2008 10:29:04 +0000 (10:29 +0000)]
Fix call to unexported function nodetree_default:get_subnodes/2

SVN Revision: 1529

16 years agoMinor fixes in text about ejabberd localization
Badlop [Mon, 18 Aug 2008 09:17:58 +0000 (09:17 +0000)]
Minor fixes in text about ejabberd localization

SVN Revision: 1528

16 years ago* contrib/extract_translations/extract_translations.erl: Use
Badlop [Sun, 17 Aug 2008 16:35:58 +0000 (16:35 +0000)]
* contrib/extract_translations/extract_translations.erl: Use
Gettext PO for translators, export to ejabberd MSG (EJAB-468)
* contrib/extract_translations/prepare-translation.sh: Likewise
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
* src/Makefile.in: New option 'make translations'
* src/msgs/ejabberd.pot: Template translation file
* src/msgs/*.po: Generated from old MSG files
* src/msgs/*.msg: Automatic exported from PO files

SVN Revision: 1527

16 years ago* src/msgs/sv.msg: Fixed formatting typos
Badlop [Sat, 16 Aug 2008 12:06:13 +0000 (12:06 +0000)]
* src/msgs/sv.msg: Fixed formatting typos

SVN Revision: 1526

16 years ago* src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)
Badlop [Sat, 16 Aug 2008 12:03:21 +0000 (12:03 +0000)]
* src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)

SVN Revision: 1525

16 years ago* doc/guide.tex: Explain that LDAP is read-only storage (thanks to
Badlop [Wed, 13 Aug 2008 11:00:21 +0000 (11:00 +0000)]
* doc/guide.tex: Explain that LDAP is read-only storage (thanks to
Evgeniy Khramtsov)
* doc/guide.html: Likewise

SVN Revision: 1521

16 years agofix contrib to ejabberd-modules trunk repository
Christophe Romain [Tue, 12 Aug 2008 22:05:21 +0000 (22:05 +0000)]
fix contrib to ejabberd-modules trunk repository

SVN Revision: 1520

16 years ago* src/msgs/sk.msg: Updated (thanks to Marek Becka)
Badlop [Mon, 11 Aug 2008 00:48:57 +0000 (00:48 +0000)]
* src/msgs/sk.msg: Updated (thanks to Marek Becka)

SVN Revision: 1519

16 years ago* src/msgs/eo.msg: Updated (thanks to Andreas van Cranenburgh)
Badlop [Sun, 10 Aug 2008 11:40:41 +0000 (11:40 +0000)]
* src/msgs/eo.msg: Updated (thanks to Andreas van Cranenburgh)
* src/msgs/nl.msg: Updated (thanks to Andreas van Cranenburgh)
* src/msgs/sv.msg: Updated (thanks to Thore Alstromer and Heysan)

SVN Revision: 1518

16 years agoRetract from previous commit the code that checked the connection is attempted to...
Badlop [Sat, 9 Aug 2008 20:09:37 +0000 (20:09 +0000)]
Retract from previous commit the code that checked the connection is attempted to a known served component (EJAB-717)

SVN Revision: 1517

16 years ago* src/ejabberd_service.erl: Fix XEP-0114 compliance: define xmlns
Badlop [Sat, 9 Aug 2008 18:08:00 +0000 (18:08 +0000)]
* src/ejabberd_service.erl: Fix XEP-0114 compliance: define xmlns
in header of error response; check the connection is attempted to
a served component; include in response the JID of served
component not server (thanks to Sergei Golovan)

SVN Revision: 1516

16 years agoMore precise ChangeLog for last commit.
Jérôme Sautret [Mon, 4 Aug 2008 13:48:47 +0000 (13:48 +0000)]
More precise ChangeLog for last commit.

SVN Revision: 1512

16 years agoUpdated ChangeLog for previous commit.
Jérôme Sautret [Mon, 4 Aug 2008 13:46:57 +0000 (13:46 +0000)]
Updated ChangeLog for previous commit.

SVN Revision: 1511

16 years ago* src/odbc/ejabberd_odbc.erl: Restart the database connection when it's lost or it...
Jérôme Sautret [Mon, 4 Aug 2008 13:41:16 +0000 (13:41 +0000)]
* src/odbc/ejabberd_odbc.erl: Restart the database connection when it's lost or it reaches timeout. Set transaction isolation level to SERIALIZABLE when establishing connection.

SVN Revision: 1510

16 years ago* doc/release_notes_2.0.2.txt: Added for ejabberd 2.0.2-beta1
Badlop [Fri, 1 Aug 2008 10:31:39 +0000 (10:31 +0000)]
* doc/release_notes_2.0.2.txt: Added for ejabberd 2.0.2-beta1

SVN Revision: 1503

16 years ago* src/web/ejabberd_http.erl: Temporary solution for check of
Badlop [Fri, 1 Aug 2008 08:50:19 +0000 (08:50 +0000)]
* src/web/ejabberd_http.erl: Temporary solution for check of
packet size when HTTPS (EJAB-611)(EJAB-507)(EJAB-574)

SVN Revision: 1502

16 years ago* src/msgs/uk.msg: Fix: each string in a single line
Badlop [Thu, 31 Jul 2008 18:07:44 +0000 (18:07 +0000)]
* src/msgs/uk.msg: Fix: each string in a single line
* src/msgs/wa.msg: Likewise

* src/msgs/es.msg: Fix typo
* src/msgs/gl.msg: Likewise
* src/msgs/pt-br.msg: Likewise

* src/msgs/zh.msg: Fix some translations (thanks to Zhan Caibao)

* src/msgs/ca.msg: Updated (thanks to Badlop)
* src/msgs/cs.msg: Updated (thanks to Lukas Poliuvk)
* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)
* src/msgs/es.msg: Updated (thanks to Badlop)
* src/msgs/fr.msg: Updated (thanks to Christophe Romain)
* src/msgs/it.msg: Updated (thanks to Luca Brivio)
* src/msgs/ja.msg: Updated (thanks to Tsukasa Hamano)
* src/msgs/no.msg: Updated (thanks to Stian B. Barmen)
* src/msgs/pl.msg: Updated (thanks to Zbyszek Zolkiewski)
* src/msgs/pt-br.msg: Updated (thanks to Otavio Fernandes)
* src/msgs/ru.msg: Updated (thanks to Evgeniy Khramtsov)
* src/msgs/tr.msg: Updated (thanks to Doruk Fisek)
* src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)
* src/msgs/wa.msg: Updated (thanks to Pablo Saratxaga)
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)

SVN Revision: 1501

16 years ago* README: Update location where mnesia, ebin and priv directories
Badlop [Thu, 31 Jul 2008 11:35:27 +0000 (11:35 +0000)]
* README: Update location where mnesia, ebin and priv directories
are installed; install headers and doc (EJAB-696)

SVN Revision: 1500

16 years ago* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
Badlop [Thu, 31 Jul 2008 11:18:49 +0000 (11:18 +0000)]
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
* doc/guide.html: Likewise
* doc/api/overview.edoc: Likewise
* src/*/*.erl: Likewise
* src/*/*.hrl: Likewise
* src/*/*.c: Likewise
* src/odbc/*.sql: Likewise

SVN Revision: 1499

16 years ago* src/mod_muc/mod_muc_room.erl: Support Reasons for all
Badlop [Wed, 30 Jul 2008 18:24:08 +0000 (18:24 +0000)]
* src/mod_muc/mod_muc_room.erl: Support Reasons for all
affiliation and role changes (EJAB-306)

SVN Revision: 1498

16 years ago* src/gen_mod.erl: When ejabberd is kindly stopped, don't forget
Badlop [Wed, 30 Jul 2008 18:11:14 +0000 (18:11 +0000)]
* src/gen_mod.erl: When ejabberd is kindly stopped, don't forget
modules configuration (EJAB-706)
* src/ejabberd_app.erl: Likewise

SVN Revision: 1497

16 years ago* doc/guide.tex: Document how to get error message when ejabberd
Badlop [Mon, 28 Jul 2008 16:55:01 +0000 (16:55 +0000)]
* doc/guide.tex: Document how to get error message when ejabberd
crash dumps at start (EJAB-660)
* doc/guide.html: Likewise

SVN Revision: 1494

16 years agoSpeedup startup with many pubsub nodes (EJAB-669)
Christophe Romain [Fri, 25 Jul 2008 09:12:44 +0000 (09:12 +0000)]
Speedup startup with many pubsub nodes (EJAB-669)

SVN Revision: 1491

16 years ago* doc/guide.tex: Include example PAM configuration file
Badlop [Thu, 24 Jul 2008 18:21:40 +0000 (18:21 +0000)]
* doc/guide.tex: Include example PAM configuration file
ejabberd.pam (thanks to Evgeniy Khramtsov)(EJAB-704)
* doc/guide.html: Likewise

SVN Revision: 1489

16 years ago* src/mod_proxy65/mod_proxy65_lib.erl: Send protocol compliant
Badlop [Thu, 24 Jul 2008 18:03:28 +0000 (18:03 +0000)]
* src/mod_proxy65/mod_proxy65_lib.erl: Send protocol compliant
SOCKS5 reply; this breaks support of uncompliant Psi<0.10 (thanks
to Felix Geyer)(EJAB-632)
* src/mod_proxy65/mod_proxy65_stream.erl: Likewise

SVN Revision: 1488

16 years ago* src/mod_register.erl: When a registration is blocked due to IP
Badlop [Thu, 24 Jul 2008 17:49:37 +0000 (17:49 +0000)]
* src/mod_register.erl: When a registration is blocked due to IP
limitation, return description in error stanza (EJAB-692)

SVN Revision: 1487

16 years agoallow owner to subscribe/get its one node (EJAB-705)
Christophe Romain [Thu, 24 Jul 2008 14:07:05 +0000 (14:07 +0000)]
allow owner to subscribe/get its one node (EJAB-705)

SVN Revision: 1486

16 years ago* doc/guide.tex: Document room options allow_visitor_nickchange
Badlop [Thu, 24 Jul 2008 11:11:19 +0000 (11:11 +0000)]
* doc/guide.tex: Document room options allow_visitor_nickchange
and allow_visitor_status (EJAB-624)
* doc/guide.html: Likewise

SVN Revision: 1482

16 years agoAltering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)
Geoff Cant [Wed, 23 Jul 2008 17:45:23 +0000 (17:45 +0000)]
Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)

SVN Revision: 1480

16 years agomod_muc_room allow_visitor_presence option rename (now allow_visitor_status). (EJAB...
Geoff Cant [Wed, 23 Jul 2008 16:55:46 +0000 (16:55 +0000)]
mod_muc_room allow_visitor_presence option rename (now allow_visitor_status). (EJAB-624)

SVN Revision: 1478

16 years agoRenaming allow_visitor_presence to allow_visitor_status (EJAB-624).
Geoff Cant [Wed, 23 Jul 2008 16:40:17 +0000 (16:40 +0000)]
Renaming allow_visitor_presence to allow_visitor_status (EJAB-624).
allow_visitor_status when false will strip status message tags from visitor
presence broadcasts in muc rooms.

SVN Revision: 1477

16 years agoImplementing muc_room visitor presence restrictions. (EJAB-624)
Geoff Cant [Wed, 23 Jul 2008 12:31:55 +0000 (12:31 +0000)]
Implementing muc_room visitor presence restrictions. (EJAB-624)

SVN Revision: 1475

16 years agosubscribing to a node sends only last items (EJAB-700), send_last_items bugfix
Christophe Romain [Wed, 23 Jul 2008 01:14:02 +0000 (01:14 +0000)]
subscribing to a node sends only last items (EJAB-700), send_last_items bugfix

SVN Revision: 1474

16 years agopubsub improvement, fixes EJAB-684 EJAB-675 EJAB-663
Christophe Romain [Tue, 22 Jul 2008 23:41:44 +0000 (23:41 +0000)]
pubsub improvement, fixes EJAB-684 EJAB-675 EJAB-663

SVN Revision: 1472

16 years ago* src/ejabberd_config.erl: If syntax mistake in config file, show
Badlop [Tue, 22 Jul 2008 16:08:57 +0000 (16:08 +0000)]
* src/ejabberd_config.erl: If syntax mistake in config file, show
specific error message (EJAB-616)

SVN Revision: 1470

16 years ago* src/odbc/odbc_queries.erl: Fixed a typo
Alexey Shchepin [Tue, 22 Jul 2008 04:17:13 +0000 (04:17 +0000)]
* src/odbc/odbc_queries.erl: Fixed a typo

SVN Revision: 1467

16 years ago* src/ejabberd_ctl.erl: Call reopen_log_hook for each virtual host.
Jérôme Sautret [Fri, 18 Jul 2008 15:55:39 +0000 (15:55 +0000)]
* src/ejabberd_ctl.erl: Call reopen_log_hook for each virtual host.

SVN Revision: 1461

16 years ago* src/mod_muc/mod_muc_room.erl: Fix to allow a server admin to add
Badlop [Thu, 17 Jul 2008 17:32:11 +0000 (17:32 +0000)]
* src/mod_muc/mod_muc_room.erl: Fix to allow a server admin to add
himself as owner of a room (EJAB-687)

SVN Revision: 1460

16 years agouse -DSSL39 if compiling with R12
Christophe Romain [Wed, 16 Jul 2008 22:24:03 +0000 (22:24 +0000)]
use -DSSL39 if compiling with R12

SVN Revision: 1456

16 years ago* src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)
Badlop [Wed, 16 Jul 2008 18:05:46 +0000 (18:05 +0000)]
* src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)

SVN Revision: 1454