]>
granicus.if.org Git - ejabberd/log
Mickaël Rémond [Sun, 28 Dec 2008 12:23:20 +0000 (12:23 +0000)]
* src/ejabberd_c2s.erl: Add resource to the from packet attribute if missing (EJAB-812).
SVN Revision: 1760
Badlop [Wed, 24 Dec 2008 12:03:13 +0000 (12:03 +0000)]
* src/aclocal.m4: Fixes in configure script: fix
disable-disable_zlib and disable-pam; in case of problems, PAM
verification aborts with error instead of warning. (EJAB-787)
* src/configure.ac: Likewise
* src/configure: Likewise
SVN Revision: 1754
Badlop [Tue, 23 Dec 2008 19:24:45 +0000 (19:24 +0000)]
* src/acl.erl: New ACL: shared_group (thanks to Maxim Ryazanov)
* doc/guide.tex: Likewise
* src/mod_shared_roster.erl: Push new group members when
registered or manually added to group: EJAB-730 EJAB-731 EJAB-732
EJAB-767 EJAB-794. When user is added to group, push it to other
members, and other members to it. When user is removed from group,
push deletion to other members, and other members to it. When user
is registered, push him to members of group @all@. When user is
deleted, push deletion to members of group @all@. Document several
functions in mod_shared_roster.
* src/ejabberd_auth.erl: Rename hook user_registered to
register_user, for name consistency with the widely used hook
remove_user. Run hook register_user in ejabberd_auth, so it's run
when account is created with any method. Run hook remove_user in
ejabberd_auth, so it's run when account is deleted with any
method.
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_auth_pam.erl: Likewise
* src/mod_register.erl: Likewise
SVN Revision: 1753
Christophe Romain [Tue, 23 Dec 2008 10:54:25 +0000 (10:54 +0000)]
make caps store only required user_caps_default
SVN Revision: 1749
Christophe Romain [Tue, 23 Dec 2008 10:25:00 +0000 (10:25 +0000)]
Improve handling of PEP sent to external contacts (EJAB-825)
SVN Revision: 1746
Badlop [Tue, 23 Dec 2008 01:02:44 +0000 (01:02 +0000)]
* src/cyrsasl_digest.erl: Check digest-uri in SASL digest
authentication (thanks to Paul Guyot)(EJAB-569)
SVN Revision: 1743
Badlop [Tue, 23 Dec 2008 00:48:09 +0000 (00:48 +0000)]
* src/odbc/odbc_queries.erl: Fix removal of private_storage of an
account when the account is removed
* src/mod_privacy.erl: Remove privacy lists of an account when the
account is removed (EJAB-720)
* src/mod_privacy_odbc.erl: Likewise
SVN Revision: 1742
Christophe Romain [Fri, 19 Dec 2008 23:21:26 +0000 (23:21 +0000)]
Fix send_last_published_item issue when running on clustered table (EJAB-793)
SVN Revision: 1739
Badlop [Tue, 16 Dec 2008 17:44:48 +0000 (17:44 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fix update pubsub tables from
ejabberd 1.x to 2.x (EJAB-817)
SVN Revision: 1734
Badlop [Tue, 16 Dec 2008 17:39:05 +0000 (17:39 +0000)]
* doc/guide.tex: Fix capitalization of some section titles
* doc/guide.tex: Mention as optional Requirements: mysql, pgsql
and pam
* src/ejabberd_ctl.erl: Command reopen-log must also rotate
sasl.log (thanks to Alexander Tsvyashchenko)(EJAB-711)
* src/ejabberd_logger_h.erl: Export the function rotate_log/1
* doc/guide.tex: Improve explanation of log files rotation
* doc/guide.tex: Improve explanation of watchdog admins
option: only useful for developers (EJAB-816)
* src/ejabberd.cfg.example: Likewise
* doc/guide.tex: Say 'higher' instead of 'newer' in requirements
* README: Likewise
* doc/guide.tex: Simplify example mod_muc configuration
SVN Revision: 1733
Christophe Romain [Mon, 8 Dec 2008 21:49:40 +0000 (21:49 +0000)]
remove pubsub_state record when unsubscribing node without affiliation (EJAB-776)
SVN Revision: 1718
Christophe Romain [Mon, 8 Dec 2008 19:47:23 +0000 (19:47 +0000)]
typo fix
SVN Revision: 1714
Christophe Romain [Mon, 8 Dec 2008 19:38:59 +0000 (19:38 +0000)]
ignore unknown configuration fields (EJAB-762); fix node authorization bug (EJAB-798)
SVN Revision: 1713
Christophe Romain [Mon, 8 Dec 2008 14:08:58 +0000 (14:08 +0000)]
Reduce memory consumption due to caps handling
SVN Revision: 1711
Mickaël Rémond [Mon, 8 Dec 2008 09:31:40 +0000 (09:31 +0000)]
* src/ejabberd_c2s.erl: Enforce client stanza from attribute (EJAB-812).
* src/jlib.erl: Likewise.
SVN Revision: 1707
Badlop [Wed, 3 Dec 2008 15:06:21 +0000 (15:06 +0000)]
Fix default value of default_room_options (thanks to Aleksey Shchepin)
SVN Revision: 1702
Badlop [Mon, 1 Dec 2008 17:45:01 +0000 (17:45 +0000)]
* doc/guide.tex: New subsection Database Connection
* doc/guide.html: Likewise
SVN Revision: 1697
Christophe Romain [Mon, 1 Dec 2008 15:29:59 +0000 (15:29 +0000)]
Don't create a SSL context on every connection and disable SSLv2 on outgoing connections (EJAB-781)
SVN Revision: 1694
Christophe Romain [Mon, 1 Dec 2008 15:16:40 +0000 (15:16 +0000)]
Hibernate ejabberd_receiver and ejabberd_frontend_socket processes after timeout
SVN Revision: 1693
Badlop [Fri, 28 Nov 2008 19:51:30 +0000 (19:51 +0000)]
Remove debug line from SVN r1685
SVN Revision: 1689
Badlop [Wed, 26 Nov 2008 16:04:27 +0000 (16:04 +0000)]
* src/mod_irc/mod_irc.erl: Announce disco#info (thanks to Spike)
* src/mod_muc/mod_muc.erl: Announce disco#info disco#items
* src/mod_proxy65/mod_proxy65_service.erl: No announce disco#items
* src/mod_pubsub/mod_pubsub.erl: Announce disco#info disco#items
* src/mod_vcard.erl: Announce disco#info
SVN Revision: 1686
Badlop [Wed, 26 Nov 2008 15:10:38 +0000 (15:10 +0000)]
* src/gen_mod.erl: First store module options in ETS and Mnesia,
then start the module. In case of failure, remove options from
ETS. Until now the module was started before the options were
stored in database, and some modules started incorrectly because
they couldn't access the options from database; for instance
mod_muc_room required this for reading max_users option.
* src/mod_muc/mod_muc_room.erl: Include the value of max_users
service option and the current max_users room option in the list
of allowed room limit values.
SVN Revision: 1685
Christophe Romain [Tue, 25 Nov 2008 23:04:22 +0000 (23:04 +0000)]
pubsub/pep: get_node_affiliations resultset bugfix
SVN Revision: 1683
Badlop [Wed, 12 Nov 2008 00:21:47 +0000 (00:21 +0000)]
* doc/guide.tex: Improve legibility of mod_irc example config
SVN Revision: 1677
Mickaël Rémond [Sat, 8 Nov 2008 17:50:54 +0000 (17:50 +0000)]
* src/ejabberd_s2s_out.erl: exports the DNS resolution function.
SVN Revision: 1674
Badlop [Mon, 27 Oct 2008 10:56:46 +0000 (10:56 +0000)]
* src/ejabberd_app.erl: Open ejabberd.log before parsing
ejabberd.cfg and translation files (EJAB-777)
SVN Revision: 1670
Christophe Romain [Fri, 17 Oct 2008 00:42:20 +0000 (00:42 +0000)]
does not write item when max_items set to 0 (solves EJAB-768)
SVN Revision: 1660
Christophe Romain [Thu, 16 Oct 2008 23:07:06 +0000 (23:07 +0000)]
fix remove_user not unsubscribing user (EJAB-684)
SVN Revision: 1658
Christophe Romain [Thu, 16 Oct 2008 22:14:04 +0000 (22:14 +0000)]
fix badarg issue on get_roster_info when allowed roster groups is not defined
SVN Revision: 1657
Jérôme Sautret [Mon, 13 Oct 2008 15:29:05 +0000 (15:29 +0000)]
* src/odbc/ejabberd_odbc.erl: log MySQL driver messages (merge 1652 from trunk).
SVN Revision: 1653
Jérôme Sautret [Tue, 7 Oct 2008 12:34:23 +0000 (12:34 +0000)]
Merge commit 1612 from trunk:
* src/mod_roster_odbc.erl: fix MySQL multiple requests issue.
SVN Revision: 1613
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
Jérôme Sautret [Mon, 6 Oct 2008 14:27:48 +0000 (14:27 +0000)]
Merge from trunk r1600:
* 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: 1601
Jérôme Sautret [Fri, 3 Oct 2008 15:49:24 +0000 (15:49 +0000)]
* src/odbc/odbc_queries.erl: Fix syntax error on update_roster_sql query.
SVN Revision: 1599
Jérôme Sautret [Fri, 3 Oct 2008 15:47:30 +0000 (15:47 +0000)]
* src/odbc/odbc_queries.erl: Fix empty query that fails on MySQL (merged from trunk).
SVN Revision: 1598
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
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
Badlop [Mon, 29 Sep 2008 15:16:45 +0000 (15:16 +0000)]
* contrib/ejabberd-modules.repo: Include 2.0.x branches
SVN Revision: 1586
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
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
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
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
Christophe Romain [Wed, 27 Aug 2008 09:25:24 +0000 (09:25 +0000)]
send last published events now supports PEP events from unavailable users nodes (EJAB-698)
SVN Revision: 1549
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
Christophe Romain [Mon, 25 Aug 2008 22:51:17 +0000 (22:51 +0000)]
get_items bugfix (EJAB-716)
SVN Revision: 1541
Christophe Romain [Mon, 25 Aug 2008 13:34:53 +0000 (13:34 +0000)]
Prevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}
SVN Revision: 1539
Christophe Romain [Mon, 25 Aug 2008 13:11:25 +0000 (13:11 +0000)]
Prevent case_clause error when ejabber_odbc:sql_query returns {error, Reason}
SVN Revision: 1537
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
Geoff Cant [Sat, 23 Aug 2008 23:23:51 +0000 (23:23 +0000)]
EJAB-624: fixes mod_muc_room:is_visitor/2 to use get_role not get_affiliation
SVN Revision: 1535
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
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
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
Badlop [Sat, 16 Aug 2008 12:06:13 +0000 (12:06 +0000)]
* src/msgs/sv.msg: Fixed formatting typos
SVN Revision: 1526
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
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
Badlop [Mon, 11 Aug 2008 00:48:57 +0000 (00:48 +0000)]
* src/msgs/sk.msg: Updated (thanks to Marek Becka)
SVN Revision: 1519
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
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
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
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
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
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
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
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
Badlop [Wed, 30 Jul 2008 14:09:36 +0000 (14:09 +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 strings (thanks to Zhan Caibao)
SVN Revision: 1496
Badlop [Tue, 29 Jul 2008 11:21:53 +0000 (11:21 +0000)]
* 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: 1495
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
Badlop [Mon, 28 Jul 2008 16:15:51 +0000 (16:15 +0000)]
* src/mod_muc/mod_muc_room.erl: Add 'description' to the
mod_muc_room config record; it will be used in ejabberd 2.1.x
branch (EJAB-670)
SVN Revision: 1493
Christophe Romain [Fri, 25 Jul 2008 09:06:09 +0000 (09:06 +0000)]
Speedup startup with many pubsub nodes (EJAB-669)
SVN Revision: 1490
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
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
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
Christophe Romain [Thu, 24 Jul 2008 14:06:28 +0000 (14:06 +0000)]
allow owner to subscribe/get its one node (EJAB-705)
SVN Revision: 1485
Badlop [Thu, 24 Jul 2008 11:53:00 +0000 (11:53 +0000)]
* src/Makefile.in: Support for parallel compilation with 'make -j'
in multi core CPUs: fix compilation dependencies; compile
behaviors before other source code (EJAB-697)(thanks to Jonathan
Schleifer)
* src/mod_pubsub/Makefile.in: Likewise
* src/eldap/Makefile.in: Likewise
SVN Revision: 1484
Badlop [Thu, 24 Jul 2008 11:22:43 +0000 (11:22 +0000)]
* doc/guide.tex: Document room options allow_visitor_nickchange
and allow_visitor_status (EJAB-624)
* doc/guide.html: Likewise
SVN Revision: 1483
Geoff Cant [Wed, 23 Jul 2008 17:45:39 +0000 (17:45 +0000)]
Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)
SVN Revision: 1481
Geoff Cant [Wed, 23 Jul 2008 16:58:52 +0000 (16:58 +0000)]
Remove allow_visitor_presence, add allow_visitor_status [merge from trunk@1477-1478] (EJAB-624)
SVN Revision: 1479
Geoff Cant [Wed, 23 Jul 2008 13:03:30 +0000 (13:03 +0000)]
Implementing muc_room visitor presence restrictions. [merge from trunk@1475] (EJAB-624)
SVN Revision: 1476
Christophe Romain [Wed, 23 Jul 2008 01:13:36 +0000 (01:13 +0000)]
subscribing to a node sends only last items (EJAB-700), send_last_items bugfix
SVN Revision: 1473
Christophe Romain [Tue, 22 Jul 2008 23:41:40 +0000 (23:41 +0000)]
pubsub improvement, fixes EJAB-684 EJAB-675 EJAB-663
SVN Revision: 1471
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
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
Badlop [Thu, 17 Jul 2008 17:13:01 +0000 (17:13 +0000)]
* src/Makefile.in: ejabberctl doesn't use the erl found by the
configure script (EJAB-676)
* src/ejabberdctl.template: Likewise
SVN Revision: 1459
Christophe Romain [Wed, 16 Jul 2008 22:23:58 +0000 (22:23 +0000)]
use -DSSL39 if compiling with R12
SVN Revision: 1455
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
Christophe Romain [Wed, 16 Jul 2008 13:30:37 +0000 (13:30 +0000)]
Rolled back the previous IP getting patch, and Report connection's IP address
SVN Revision: 1452
Christophe Romain [Wed, 16 Jul 2008 13:29:57 +0000 (13:29 +0000)]
Rolled back the previous IP getting patch, and Report connection's IP address
SVN Revision: 1451
Badlop [Wed, 16 Jul 2008 10:21:45 +0000 (10:21 +0000)]
* doc/guide.tex: Improve explanation of option 'hosts' in
ejabberd_service
* doc/guide.html: Likewise
SVN Revision: 1448
Badlop [Sat, 12 Jul 2008 21:32:45 +0000 (21:32 +0000)]
* src/configure.ac: Improve legibility
* src/aclocal.m4: Likewise
* src/configure: Likewise
* src/ejabberdctl.template: Remove garbage variable. Document node
option
* doc/guide.tex: Add references to sections.
* doc/guide.html: Likewise
SVN Revision: 1438
Badlop [Fri, 11 Jul 2008 13:47:15 +0000 (13:47 +0000)]
* doc/guide.tex: Document how to insert a newline character in
welcome_message (EJAB-501)
* src/ejabberd.cfg.example: Likewise
SVN Revision: 1437
Christophe Romain [Fri, 11 Jul 2008 07:13:41 +0000 (07:13 +0000)]
change needed to support previous blacklist support
SVN Revision: 1432
Christophe Romain [Fri, 11 Jul 2008 06:59:45 +0000 (06:59 +0000)]
Backport C2S blacklist support from trunk
SVN Revision: 1431
Badlop [Thu, 10 Jul 2008 18:09:18 +0000 (18:09 +0000)]
* src/configure.ac: Don't check for erlang header file (EJAB-232)
* src/configure: Likewise
SVN Revision: 1430
Badlop [Wed, 9 Jul 2008 21:33:34 +0000 (21:33 +0000)]
* src/configure.ac: Check for erlang header files (EJAB-232)
* src/configure: Likewise
SVN Revision: 1429
Badlop [Wed, 9 Jul 2008 21:26:25 +0000 (21:26 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fix compilation warnings
* src/mod_pubsub/node_zoo.erl: Likewise
* src/mod_shared_roster.erl: Likewise
SVN Revision: 1428
Badlop [Wed, 9 Jul 2008 18:39:41 +0000 (18:39 +0000)]
* src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure some
language is set, include ID attribute in each message, add
microseconds to ensure unique value (EJAB-497)
SVN Revision: 1426
Badlop [Wed, 9 Jul 2008 16:08:32 +0000 (16:08 +0000)]
* src/ejabberd_config.erl (load_file): error message on sasl.log
is not flattened (EJAB-616)
SVN Revision: 1424
Badlop [Wed, 9 Jul 2008 14:07:27 +0000 (14:07 +0000)]
* doc/guide.tex: mod_muc_log XMPP URI supports the updated version
RFC 5122 (EJAB-631)
* doc/guide.html: Likewise
SVN Revision: 1423
Badlop [Tue, 8 Jul 2008 11:07:45 +0000 (11:07 +0000)]
* tools/ejabberdctl: Work also when 'which' is unavailable
SVN Revision: 1419
Christophe Romain [Tue, 8 Jul 2008 10:31:29 +0000 (10:31 +0000)]
typo fix
SVN Revision: 1417