Christophe Romain
6e5a32308a
fix typo bug injected in r1712
...
SVN Revision: 1724
2008-12-09 22:42:01 +00:00
Christophe Romain
e8635b99c8
prevent publish items with invalid XML schema (EJAB-699)
...
SVN Revision: 1722
2008-12-09 22:02:47 +00:00
Christophe Romain
23ce0b312d
remove pubsub_state record when unsubscribing node without affiliation (EJAB-776)
...
SVN Revision: 1717
2008-12-08 21:47:50 +00:00
Christophe Romain
dceb817853
reply to suscriptions options queries with unsupported feature error (EJAB-713)
...
SVN Revision: 1716
2008-12-08 21:17:46 +00:00
Christophe Romain
c443ee4f4a
several pubsub improvements
...
SVN Revision: 1715
2008-12-08 19:50:50 +00:00
Christophe Romain
e2d8154a80
Reduce memory consumption due to caps handling
...
SVN Revision: 1712
2008-12-08 14:10:55 +00:00
Mickaël Rémond
4618ec1fef
* src/ejabberd_c2s.erl: Enforce client stanza from attribute (EJAB-812).
...
* src/jlib.erl: Likewise.
SVN Revision: 1706
2008-12-08 09:21:36 +00:00
Badlop
f124bb3d10
* src/mod_muc/mod_muc_room.erl: Move definitions to header file
...
* src/mod_muc/mod_muc_room.hrl: New header file
* src/Makefile.in: Likewise
SVN Revision: 1698
2008-12-02 19:23:12 +00:00
Badlop
60ae1b47c5
* doc/guide.tex: New subsection Database Connection
...
* doc/guide.html: Likewise
SVN Revision: 1697
2008-12-01 17:45:01 +00:00
Alexey Shchepin
964cb84864
* src/mod_muc/mod_muc_room.erl: Clean user activity after timeout
...
(EJAB-804)
SVN Revision: 1688
2008-11-28 16:06:39 +00:00
Badlop
78b90e9300
* src/ejabberdctl.template: Fix detection of ejabberdctl.cfg path
...
SVN Revision: 1687
2008-11-26 18:02:41 +00:00
Badlop
340562e452
* 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
2008-11-26 16:04:27 +00:00
Badlop
6a785fa536
* 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
2008-11-26 15:10:38 +00:00
Christophe Romain
e68a731219
pubsub/pep: get_node_affiliations resultset bugfix
...
SVN Revision: 1684
2008-11-25 23:05:26 +00:00
Evgeniy Khramtsov
11e5617efc
* src/eldap/Makefile.in: added +optimize and +driver
...
compilation options
* src/eldap/Makefile.win32: Likewise
SVN Revision: 1682
2008-11-24 13:27:04 +00:00
Alexey Shchepin
c2d81c59b6
* src/ejabberd_receiver.erl: Hibernate after timeout
...
* src/ejabberd_frontend_socket.erl: Likewise
SVN Revision: 1680
2008-11-23 09:43:52 +00:00
Badlop
91b328b7d5
URL path should be tokenized by / and then decoded (EJAB-786).
...
SVN Revision: 1679
2008-11-12 10:03:27 +00:00
Badlop
9f110a6352
* src/web/ejabberd_http.erl: Include recognized headers in
...
request_headers as atoms, and others as strings (EJAB-778)
SVN Revision: 1678
2008-11-12 09:58:28 +00:00
Badlop
add568169e
* doc/guide.tex: Improve legibility of mod_irc example config
...
SVN Revision: 1677
2008-11-12 00:21:47 +00:00
Alexey Shchepin
d5d89c2ab3
SVN Revision: 1676
2008-11-10 14:40:53 +00:00
Alexey Shchepin
4709ed58aa
* src/tls/tls_drv.c: Don't create a SSL context on every
...
connection and disable SSLv2 on outgoing connections (EJAB-781)
SVN Revision: 1675
2008-11-10 14:32:51 +00:00
Mickaël Rémond
10e3f2cf92
* src/ejabberd_s2s_out.erl: exports the DNS resolution function.
...
SVN Revision: 1674
2008-11-08 17:50:54 +00:00
Badlop
02d68146bd
* src/extauth.erl: When the extauth call fails or timeouts, deny
...
authorization. Use two timeouts: 60s for script initialization and
10s for regular calls. (thanks to Kevin Crosbie from
Ravenpack) (EJAB-627)
SVN Revision: 1673
2008-11-06 15:36:49 +00:00
Alexey Shchepin
8cdebd485a
* src/ejabberd_c2s.erl: Disable zlib when STARTTLS is required
...
SVN Revision: 1672
2008-11-03 13:54:42 +00:00
Badlop
f032cf3380
* src/Makefile.in (clean-local): Delete also ejabberdctl.example
...
SVN Revision: 1671
2008-10-27 12:19:06 +00:00
Badlop
ff6891cdd0
* src/translate.erl: When a translation file can't be loaded, show
...
detailed error message
SVN Revision: 1669
2008-10-24 22:16:17 +00:00
Badlop
9d521c9dd0
* 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
2008-10-24 22:11:42 +00:00
Badlop
9e55a1291a
* 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
2008-10-24 22:07:38 +00:00
Badlop
426e75a298
* 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
2008-10-24 18:01:08 +00:00
Badlop
cdcf2d380b
* src/ejabberd_lstener.erl: Fix listeners
...
* src/ejabberd_sup.erl: Likewise
* src/gen_mod.erl: Likewise
SVN Revision: 1665
2008-10-24 17:26:11 +00:00
Alexey Shchepin
7181957506
* src/ejabberd_frontend_socket.erl: Fixed SSL sockets
...
SVN Revision: 1664
2008-10-23 14:59:49 +00:00
Badlop
5264d9299d
* src/Makefile.in: docdir should be prefixed with DESTDIR (thanks
...
to Jack Moffitt)(EJAB-775)
SVN Revision: 1662
2008-10-17 17:37:50 +00:00
Christophe Romain
f6e2a58772
does not write item when max_items set to 0 (solves EJAB-768)
...
SVN Revision: 1661
2008-10-17 00:43:58 +00:00
Christophe Romain
0083e56c22
fix remove_user not unsubscribing user (EJAB-684)
...
SVN Revision: 1659
2008-10-16 23:09:51 +00:00
Christophe Romain
a910c4baa1
fix badarg issue on get_roster_info when allowed roster groups is not defined
...
SVN Revision: 1656
2008-10-16 22:12:05 +00:00
Christophe Romain
9a71d6b87a
fix pubsub_publish_item hook ServerHost parameter (EJAB-772)
...
SVN Revision: 1655
2008-10-14 12:41:46 +00:00
Jérôme Sautret
7c736a5ea0
* src/odbc/ejabberd_odbc.erl: log MySQL driver messages.
...
SVN Revision: 1652
2008-10-13 15:25:30 +00:00
Badlop
fa18b35df5
* src/web/ejabberd_web_admin.erl: When requesting page of
...
nonexistent user, show 'Not Found' page (EJAB-771)
SVN Revision: 1644
2008-10-13 08:32:04 +00:00
Badlop
2af52abdba
* 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
2008-10-12 14:16:05 +00:00
Badlop
42115a8cfb
* src/web/ejabberd_web_admin.erl: Improve Web Admin navigation
...
menu for vhosts and nodes (EJAB-734)
SVN Revision: 1642
2008-10-12 13:58:05 +00:00
Badlop
9a66082998
* doc/guide.tex: Explain the new ejabberdctl command 'help'
...
* doc/guide.html: Likewise
SVN Revision: 1641
2008-10-12 13:32:36 +00:00
Badlop
04981b5e44
* src/mod_configure.erl: Update calls from ctl to
...
commands (EJAB-694)
* src/web/ejabberd_web_admin.erl: Likewise
SVN Revision: 1640
2008-10-12 12:05:31 +00:00
Badlop
3bfe585364
* src/ejabberd_sm.erl: Update from ctl to commands (EJAB-694)
...
* src/ejabberd_s2s.erl: Likewise
SVN Revision: 1639
2008-10-12 12:04:10 +00:00
Badlop
d5c3006136
* 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
2008-10-12 12:01:56 +00:00
Badlop
416a939352
* src/ejabberdctl.template: Move help print to a separate
...
function (EJAB-694)
SVN Revision: 1637
2008-10-12 12:00:20 +00:00
Badlop
f2bd87b7cf
* 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
2008-10-12 11:58:30 +00:00
Badlop
25d1094468
* src/ejabberd_app.erl: Initialize ejabberd_commands and start
...
ejabbed_admin (EJAB-694)
SVN Revision: 1635
2008-10-12 11:56:07 +00:00
Badlop
10ab81f4b4
* src/ejabberd_admin.erl: Implement commands from old
...
ejabberd_ctl (EJAB-694)
SVN Revision: 1634
2008-10-12 11:55:06 +00:00
Badlop
dda582db13
* src/ejabberd_commands.erl: New 'ejabberd commands': separate
...
command definition and calling interface (EJAB-694)
* src/ejabberd_commands.hrl: Likewise
SVN Revision: 1633
2008-10-12 11:53:25 +00:00
Badlop
be2f6e0517
* 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
2008-10-12 11:17:35 +00:00