]> granicus.if.org Git - ejabberd/log
ejabberd
14 years agoRename some JEP references to XEP
Badlop [Tue, 13 Apr 2010 23:00:14 +0000 (01:00 +0200)]
Rename some JEP references to XEP

14 years agoReduce verbosity of log when captcha_cmd is checked but not configured.
Badlop [Mon, 12 Apr 2010 11:33:13 +0000 (13:33 +0200)]
Reduce verbosity of log when captcha_cmd is checked but not configured.

14 years agoNew Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)
Badlop [Tue, 27 Apr 2010 21:16:48 +0000 (23:16 +0200)]
New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)

14 years agoDon't store blocked messages in offline queue (thanks to Brian Acton)(EJAB-1224)
Badlop [Tue, 27 Apr 2010 11:30:00 +0000 (13:30 +0200)]
Don't store blocked messages in offline queue (thanks to Brian Acton)(EJAB-1224)

14 years agoAutomatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208)
Badlop [Tue, 27 Apr 2010 10:33:56 +0000 (12:33 +0200)]
Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208)

14 years agoNo need to handle IQ requests other than Get and Set
Badlop [Thu, 22 Apr 2010 18:19:42 +0000 (20:19 +0200)]
No need to handle IQ requests other than Get and Set

14 years agoFixed Bugs handling Service Discovery to contacts.
Emilio Bustos [Thu, 22 Apr 2010 13:29:20 +0000 (10:29 -0300)]
Fixed Bugs handling Service Discovery to contacts.

Resolves [#EJAB-1207]

14 years agoDon't send error stanza as reply to error stanza (EJAB-930)
Badlop [Tue, 20 Apr 2010 18:31:42 +0000 (20:31 +0200)]
Don't send error stanza as reply to error stanza (EJAB-930)

14 years agoRecompile the Guide
Badlop [Mon, 19 Apr 2010 13:22:10 +0000 (15:22 +0200)]
Recompile the Guide

14 years agoadded notes about LDAP password change
Evgeniy Khramtsov [Mon, 19 Apr 2010 13:05:48 +0000 (23:05 +1000)]
added notes about LDAP password change

14 years agoallow inband password change (EJAB-199)
Evgeniy Khramtsov [Mon, 19 Apr 2010 10:57:24 +0000 (20:57 +1000)]
allow inband password change (EJAB-199)

14 years agoLDAP extensible match support (EJAB-722)
Evgeniy Khramtsov [Mon, 19 Apr 2010 04:08:00 +0000 (14:08 +1000)]
LDAP extensible match support (EJAB-722)

14 years agoRemove warning for undefined print_state/1 function for p1_fsm processes (thanks...
Pablo Polvorin [Fri, 9 Apr 2010 17:25:00 +0000 (14:25 -0300)]
Remove warning for undefined print_state/1 function for p1_fsm processes (thanks Badlop).

Include a identity function as implementation of print_state/1.

14 years agoAllow customizing the StateData in p1_fsm before error reporting.
Pablo Polvorin [Tue, 30 Mar 2010 19:39:34 +0000 (16:39 -0300)]
Allow customizing the StateData in p1_fsm before error reporting.

A new callback is introduced on the p1_fsm behaviour:

print_error/1

If the module implements this function, it will be invoked
in case of process crash with the current state data *before*
printing the error in the log. The function must return the
desired State to print.

It is used in ejabberd_c2s to prune the presence sets that
can be large. Instead, the state is changed to include only
the # of elements on each set.

Change inspired in comming changes to gen_server on OTP, and
http://github.com/erlyvideo/erlyvideo/commit/b01d15abc3189226dbf824db19db22da35fa33a0#diff-0

14 years agoFix indentation (EJAB-1038)
Badlop [Mon, 29 Mar 2010 18:51:24 +0000 (20:51 +0200)]
Fix indentation (EJAB-1038)

14 years agoFix crash in number of occupants; other minor changes (EJAB-1038)
Badlop [Mon, 29 Mar 2010 18:51:04 +0000 (20:51 +0200)]
Fix crash in number of occupants; other minor changes (EJAB-1038)

14 years agoRefactor code to reduce calls to get_affiliation and get_role (thanks to Steam)(EJAB...
Badlop [Mon, 29 Mar 2010 18:49:52 +0000 (20:49 +0200)]
Refactor code to reduce calls to get_affiliation and get_role (thanks to Steam)(EJAB-1038)

14 years ago- pass jid into feature_check_packet hook;
Evgeniy Khramtsov [Wed, 17 Mar 2010 14:40:48 +0000 (23:40 +0900)]
- pass jid into feature_check_packet hook;
- bounce messages when closing c2s session;
- implemented treap:to_list/1 and treap:from_list/1

14 years agoMove HTTP session timeout log from warning level to info. Timeout can be generated...
Mickael Remond [Sun, 14 Mar 2010 09:30:01 +0000 (10:30 +0100)]
Move HTTP session timeout log from warning level to info. Timeout can be generated when user close the browser for example.

14 years agoUpdate ejabberd version number to 2.1.3 v2.1.3
Badlop [Fri, 12 Mar 2010 09:21:32 +0000 (10:21 +0100)]
Update ejabberd version number to 2.1.3

14 years agoAdd 2.1.3 release notes
Badlop [Thu, 11 Mar 2010 19:50:26 +0000 (20:50 +0100)]
Add 2.1.3 release notes

14 years agoimprove remove_user (EJAB-1172)
Christophe Romain [Thu, 11 Mar 2010 15:00:42 +0000 (16:00 +0100)]
improve remove_user (EJAB-1172)

14 years agodon't route PEP error messsages to a client
Evgeniy Khramtsov [Tue, 9 Mar 2010 05:03:27 +0000 (14:03 +0900)]
don't route PEP error messsages to a client

14 years agoMore compliance with LSB
Peter Lemenkov [Tue, 16 Feb 2010 15:04:37 +0000 (18:04 +0300)]
More compliance with LSB

The init-script shall return 4 in case then user doesn't have sufficient privileges for action.
See http://refspecs.freestandards.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
14 years agotypo fix on previous pubsub patch
Christophe Romain [Mon, 8 Mar 2010 14:40:08 +0000 (15:40 +0100)]
typo fix on previous pubsub patch

14 years agoallow sending PEP to bare jid on s2s
Christophe Romain [Mon, 8 Mar 2010 14:16:58 +0000 (15:16 +0100)]
allow sending PEP to bare jid on s2s

14 years agoDocument mod_sic (EJAB-1205)
Badlop [Mon, 8 Mar 2010 12:58:22 +0000 (13:58 +0100)]
Document mod_sic (EJAB-1205)

14 years agoImplement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205)
Badlop [Mon, 8 Mar 2010 12:58:06 +0000 (13:58 +0100)]
Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205)

14 years agoFix warnings about unused variable.
Badlop [Mon, 8 Mar 2010 11:43:38 +0000 (12:43 +0100)]
Fix warnings about unused variable.

14 years agoReplace concat_binary supported until R14 with list_to_binary supported since R9
Badlop [Mon, 8 Mar 2010 11:41:11 +0000 (12:41 +0100)]
Replace concat_binary supported until R14 with list_to_binary supported since R9

14 years agoCatch errors when exporting to PIEFXIS file (EJAB-1178)
Badlop [Mon, 22 Feb 2010 20:37:41 +0000 (21:37 +0100)]
Catch errors when exporting to PIEFXIS file (EJAB-1178)

14 years agoRecompile the Guide
Badlop [Mon, 8 Mar 2010 10:07:28 +0000 (11:07 +0100)]
Recompile the Guide

14 years agoldap_dn_filter option is documented; now fetching only needed attributes in LDAP...
Evgeniy Khramtsov [Mon, 8 Mar 2010 07:44:14 +0000 (16:44 +0900)]
ldap_dn_filter option is documented; now fetching only needed attributes in LDAP search requests (EJAB-1204)

14 years agonow using "%u" pattern as default for ldap_uids (EJAB-1203)
Evgeniy Khramtsov [Mon, 8 Mar 2010 05:04:56 +0000 (14:04 +0900)]
now using "%u" pattern as default for ldap_uids (EJAB-1203)

14 years agofix mistake in previous broadcast_stanza change
Christophe Romain [Fri, 5 Mar 2010 17:20:22 +0000 (18:20 +0100)]
fix mistake in previous broadcast_stanza change

14 years agoadd extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)
Christophe Romain [Fri, 5 Mar 2010 16:52:41 +0000 (17:52 +0100)]
add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)

14 years agoMSSQL support was broken (EJAB-1201)
Denis Kurochkin [Wed, 3 Mar 2010 16:18:08 +0000 (18:18 +0200)]
MSSQL support was broken (EJAB-1201)

14 years agofix compilations issues
Christophe Romain [Fri, 5 Mar 2010 10:53:26 +0000 (11:53 +0100)]
fix compilations issues

14 years agominor intentation fix, and sync _odbc code
Christophe Romain [Fri, 5 Mar 2010 10:35:20 +0000 (11:35 +0100)]
minor intentation fix, and sync _odbc code

14 years agoadd pubsub#purge_offline (EJAB-1186) (thanks karim)
Christophe Romain [Fri, 5 Mar 2010 10:11:44 +0000 (11:11 +0100)]
add pubsub#purge_offline (EJAB-1186) (thanks karim)

14 years agofix pubsub#title option (EJAB-1190) (thanks karim)
Christophe Romain [Fri, 5 Mar 2010 09:40:34 +0000 (10:40 +0100)]
fix pubsub#title option (EJAB-1190) (thanks karim)

14 years agomod_caps optimizations (thanks evgeniy)
Christophe Romain [Fri, 5 Mar 2010 09:34:15 +0000 (10:34 +0100)]
mod_caps optimizations (thanks evgeniy)

14 years agoimproved s2s connections clean up (EJAB-1202)
Evgeniy Khramtsov [Thu, 4 Mar 2010 03:36:57 +0000 (12:36 +0900)]
improved s2s connections clean up (EJAB-1202)

14 years agoRemove print debug (thanks evgeniy)
Pablo Polvorin [Tue, 2 Mar 2010 15:45:59 +0000 (12:45 -0300)]
Remove print debug (thanks evgeniy)

14 years agoAdd quotes in documentation of some erl arguments (thanks to Vincent Courcelle)(EJAB...
Badlop [Wed, 24 Feb 2010 23:04:48 +0000 (00:04 +0100)]
Add quotes in documentation of some erl arguments (thanks to Vincent Courcelle)(EJAB-1191)

14 years agoFix German translation (thanks to Florian Zumbiehl)(EJAB-1195)
Badlop [Wed, 24 Feb 2010 22:04:30 +0000 (23:04 +0100)]
Fix German translation (thanks to Florian Zumbiehl)(EJAB-1195)

14 years agoFix resending authorization problem
Badlop [Wed, 24 Feb 2010 12:14:45 +0000 (13:14 +0100)]
Fix resending authorization problem

14 years agoRun user_receive_packet also when sending offline messages to client (thanks to Brian...
Badlop [Mon, 22 Feb 2010 21:44:34 +0000 (22:44 +0100)]
Run user_receive_packet also when sending offline messages to client (thanks to Brian Acton)(EJAB-1193)

14 years agoFix typos in example config comments (thanks to Florian Zumbiehl)(EJAB-1192)
Badlop [Mon, 22 Feb 2010 12:39:59 +0000 (13:39 +0100)]
Fix typos in example config comments (thanks to Florian Zumbiehl)(EJAB-1192)

14 years agoUse alternative of file:read_line/1 to not require R13B02
Badlop [Sat, 20 Feb 2010 18:31:36 +0000 (19:31 +0100)]
Use alternative of file:read_line/1 to not require R13B02

14 years agofixes typo in Russian translation
Evgeniy Khramtsov [Sat, 20 Feb 2010 11:41:39 +0000 (20:41 +0900)]
fixes typo in Russian translation

14 years agoget rid of queue:filter/2 to keep compatibility with older Erlang versions
Evgeniy Khramtsov [Sat, 20 Feb 2010 11:05:48 +0000 (20:05 +0900)]
get rid of queue:filter/2 to keep compatibility with older Erlang versions

14 years agonow using mnesia:async_dirty when cleaning table from failed node
Evgeniy Khramtsov [Fri, 19 Feb 2010 07:38:18 +0000 (16:38 +0900)]
now using mnesia:async_dirty when cleaning table from failed node

14 years agoReduce verbosity of HTTP Binding log messages (thanks to Alexey Shchepin)
Badlop [Thu, 18 Feb 2010 23:01:26 +0000 (00:01 +0100)]
Reduce verbosity of HTTP Binding log messages (thanks to Alexey Shchepin)

14 years agoRecompile guide.html
Badlop [Thu, 18 Feb 2010 21:13:28 +0000 (22:13 +0100)]
Recompile guide.html

14 years agoimproved explanation of "max_fsm_queue" option; included this option in ejabberd...
ekhramtsov [Thu, 18 Feb 2010 06:48:11 +0000 (15:48 +0900)]
improved explanation of "max_fsm_queue" option; included this option in ejabberd.cfg.example (EJAB-1185)

14 years agooption "access_from" is now documented (EJAB-1187)
ekhramtsov [Thu, 18 Feb 2010 05:57:08 +0000 (14:57 +0900)]
option "access_from" is now documented (EJAB-1187)

14 years agonew option "hostname" is added (thanks to Stefan Hepp) (EJAB-838)
ekhramtsov [Wed, 17 Feb 2010 14:17:33 +0000 (23:17 +0900)]
new option "hostname" is added (thanks to Stefan Hepp) (EJAB-838)

14 years agoClose also legacy sessions that were half connected (thanks to Evgeniy Khramtsov...
Badlop [Tue, 16 Feb 2010 11:44:01 +0000 (12:44 +0100)]
Close also legacy sessions that were half connected (thanks to Evgeniy Khramtsov)(EJAB-1165)

14 years agoRemove references to the old SVN repository.
Badlop [Tue, 16 Feb 2010 10:55:01 +0000 (11:55 +0100)]
Remove references to the old SVN repository.

14 years agoRewrite mnesia counter functions to use dirty_update_counter (EJAB-1177)
Badlop [Mon, 15 Feb 2010 22:34:33 +0000 (23:34 +0100)]
Rewrite mnesia counter functions to use dirty_update_counter (EJAB-1177)
(thanks to Juan Pablo Carlino and Alexey Shchepin)

14 years agoNew command to set master Mnesia node
Badlop [Mon, 15 Feb 2010 22:24:37 +0000 (23:24 +0100)]
New command to set master Mnesia node

14 years agoShared roster gets contact nickname from vcard, when available (EJAB-114)
Badlop [Tue, 2 Feb 2010 18:47:22 +0000 (19:47 +0100)]
Shared roster gets contact nickname from vcard, when available (EJAB-114)

14 years agoCross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)
Badlop [Mon, 15 Feb 2010 20:20:39 +0000 (21:20 +0100)]
Cross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)

14 years agoFix cluster race condition in route read (thanks to Alexey Shchepin)
Badlop [Mon, 15 Feb 2010 17:29:17 +0000 (18:29 +0100)]
Fix cluster race condition in route read (thanks to Alexey Shchepin)

14 years agoImprove TTY code to work on more operating systems (thanks to Jan Koum)
Badlop [Fri, 12 Feb 2010 21:11:15 +0000 (22:11 +0100)]
Improve TTY code to work on more operating systems (thanks to Jan Koum)

14 years agoAdded support for Jot in ctl and TTY in debug (thanks to Jan Koum)
Badlop [Fri, 12 Feb 2010 19:50:56 +0000 (20:50 +0100)]
Added support for Jot in ctl and TTY in debug (thanks to Jan Koum)

14 years agoMinor fixes in the new ejabberdctl flock code
Badlop [Fri, 12 Feb 2010 19:25:31 +0000 (20:25 +0100)]
Minor fixes in the new ejabberdctl flock code

14 years agoejabberdctl: support concurrent connections with bound conn names
Martin Langhoff [Sun, 24 Jan 2010 13:39:15 +0000 (14:39 +0100)]
ejabberdctl: support concurrent connections with bound conn names

If flock is available, ejabberdctl will use it to grab one
of a bound number of connection names. This allows concurrent
connections while using a bound number of atoms.

Using PID, timestamps or random strings for transient connection IDs
(which would avoid the need for flock) uses an unbound number of atoms.
This can effectively DoS servers, as these connection names are
not garbage collected.

14 years agoRemove unnecessary section about Snow Leopard with Erlang R13B
Badlop [Thu, 11 Feb 2010 12:20:06 +0000 (13:20 +0100)]
Remove unnecessary section about Snow Leopard with Erlang R13B

14 years agoReplace mention of ejabberd SVN with Git.
Badlop [Thu, 11 Feb 2010 12:14:55 +0000 (13:14 +0100)]
Replace mention of ejabberd SVN with Git.

14 years agoFix bashism in 'ejabberdctl started'
Badlop [Thu, 11 Feb 2010 10:02:07 +0000 (11:02 +0100)]
Fix bashism in 'ejabberdctl started'

14 years agoAllow a request_handler to serve a file in root of HTTP
Badlop [Wed, 10 Feb 2010 17:42:42 +0000 (18:42 +0100)]
Allow a request_handler to serve a file in root of HTTP

14 years agoFix character in README file
Badlop [Fri, 5 Feb 2010 11:37:08 +0000 (11:37 +0000)]
Fix character in README file

SVN Revision: 2963

14 years agoAdd new debuging hook to the http receiving process.
Pablo Polvorin [Thu, 4 Feb 2010 19:07:25 +0000 (19:07 +0000)]
Add new debuging hook to the http receiving process.

The new hook is called http_request_debug, and receive the  LocalPath and Request as parameter.

SVN Revision: 2961

14 years agoHibernate http-bind process after handling a request.
Pablo Polvorin [Thu, 4 Feb 2010 18:55:43 +0000 (18:55 +0000)]
Hibernate http-bind process after handling a request.

When using BOSH, this reduces memory consuption of the http-bind process, with negligible CPU impact.

SVN Revision: 2960

14 years agoBug Fix: The value of max # of erlang process specified in ejabberdctl.cfg was not...
Pablo Polvorin [Wed, 3 Feb 2010 15:04:56 +0000 (15:04 +0000)]
Bug Fix: The value of max # of erlang process specified in ejabberdctl.cfg was not used.

It was called PROCESSES in the .cfg file,  and ERL_PROCESSES in the script.  The latter is the correct,  to be coherent with ERL_MAX_PORTS and ERL_MAX_ETS_TABLES.

SVN Revision: 2959

15 years agoavoid resending <stream:error> stanzas on terminate (EJAB-1180)
Evgeniy Khramtsov [Wed, 3 Feb 2010 11:25:03 +0000 (11:25 +0000)]
avoid resending <stream:error> stanzas on terminate (EJAB-1180)

SVN Revision: 2955

15 years agoavoid 'invalid' value in #iq{} record
Evgeniy Khramtsov [Tue, 2 Feb 2010 13:41:34 +0000 (13:41 +0000)]
avoid 'invalid' value in #iq{} record

SVN Revision: 2954

15 years agoiq_query_info/1 now returns 'invalid' if XMLNS is invalid
Evgeniy Khramtsov [Tue, 2 Feb 2010 12:20:19 +0000 (12:20 +0000)]
iq_query_info/1 now returns 'invalid' if XMLNS is invalid

SVN Revision: 2953

15 years agochanged Reason to shutdown when stopping destroyed MUC room
Evgeniy Khramtsov [Tue, 2 Feb 2010 11:49:49 +0000 (11:49 +0000)]
changed Reason to shutdown when stopping destroyed MUC room

SVN Revision: 2952

15 years agoFix bug handling Reason in gen_fsm:terminate
Badlop [Tue, 2 Feb 2010 11:14:48 +0000 (11:14 +0000)]
Fix bug handling Reason in gen_fsm:terminate

SVN Revision: 2950

15 years agoAdded new acl for mod_register: access_from. This acl is applied if existing account...
Evgeniy Khramtsov [Sun, 31 Jan 2010 13:55:10 +0000 (13:55 +0000)]
Added new acl for mod_register: access_from. This acl is applied if existing account tries to register a new account (either via s2s or c2s). The default value is to deny such operations.

SVN Revision: 2949

15 years agoimproved SQL reconnect behaviour
Evgeniy Khramtsov [Sun, 31 Jan 2010 11:41:28 +0000 (11:41 +0000)]
improved SQL reconnect behaviour

SVN Revision: 2947

15 years agoregenerated guide.html
Evgeniy Khramtsov [Thu, 28 Jan 2010 15:37:42 +0000 (15:37 +0000)]
regenerated guide.html

SVN Revision: 2945

15 years agoejabberd_c2s option "max_fsm_queue" is now documented
Evgeniy Khramtsov [Thu, 28 Jan 2010 13:56:38 +0000 (13:56 +0000)]
ejabberd_c2s option "max_fsm_queue" is now documented

SVN Revision: 2941

15 years agonew ejabberd_c2s option support: max_fsm_queue
Evgeniy Khramtsov [Thu, 28 Jan 2010 13:44:49 +0000 (13:44 +0000)]
new ejabberd_c2s option support: max_fsm_queue

SVN Revision: 2939

15 years agofixes regression with configure script
Evgeniy Khramtsov [Thu, 28 Jan 2010 13:34:17 +0000 (13:34 +0000)]
fixes regression with configure script

SVN Revision: 2938

15 years agonow using p1_fsm behaviour in c2s FSM (EJAB-1173)
Evgeniy Khramtsov [Thu, 28 Jan 2010 13:00:04 +0000 (13:00 +0000)]
now using p1_fsm behaviour in c2s FSM (EJAB-1173)

SVN Revision: 2936

15 years agoFix typo in doc
Mickaël Rémond [Tue, 26 Jan 2010 13:16:51 +0000 (13:16 +0000)]
Fix typo in doc

SVN Revision: 2928

15 years agoFix documentation installation, no need for executable permission (thanks to Peter...
Badlop [Mon, 25 Jan 2010 18:40:17 +0000 (18:40 +0000)]
Fix documentation installation, no need for executable permission (thanks to Peter)(EJAB-1170)

SVN Revision: 2926

15 years agoFix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)
Badlop [Mon, 25 Jan 2010 18:37:58 +0000 (18:37 +0000)]
Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)

SVN Revision: 2925

15 years agoSupport in ejabberdctl help command names with old - characters.
Badlop [Mon, 25 Jan 2010 18:32:45 +0000 (18:32 +0000)]
Support in ejabberdctl help command names with old - characters.

SVN Revision: 2924

15 years agoRevert version number from 2.1.2 tag to 2.1.x branch
Badlop [Mon, 18 Jan 2010 14:37:36 +0000 (14:37 +0000)]
Revert version number from 2.1.2 tag to 2.1.x branch

SVN Revision: 2916

15 years agoUpdate version number to 2.1.2
Badlop [Mon, 18 Jan 2010 12:11:16 +0000 (12:11 +0000)]
Update version number to 2.1.2

SVN Revision: 2914

15 years agoAdd ejabberd 2.1.2 release notes
Badlop [Mon, 18 Jan 2010 12:11:09 +0000 (12:11 +0000)]
Add ejabberd 2.1.2 release notes

SVN Revision: 2913

15 years agoClose sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165)
Badlop [Sun, 17 Jan 2010 19:28:35 +0000 (19:28 +0000)]
Close sessions that were half connected (thanks to Alexey Shchepin)(EJAB-1165)

SVN Revision: 2911

15 years agoFix some moved URLs in the Guide
Badlop [Sat, 16 Jan 2010 14:34:35 +0000 (14:34 +0000)]
Fix some moved URLs in the Guide

SVN Revision: 2908

15 years agoDocument the option route_subdomains in the Guide (EJAB-1164)
Badlop [Sat, 16 Jan 2010 14:34:31 +0000 (14:34 +0000)]
Document the option route_subdomains in the Guide (EJAB-1164)

SVN Revision: 2907

15 years agoFix OTP version detection to work with old supported R10 and R11
Badlop [Sat, 16 Jan 2010 12:24:11 +0000 (12:24 +0000)]
Fix OTP version detection to work with old supported R10 and R11

SVN Revision: 2906