| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN Revision: 1779
|
|
|
|
|
|
|
| |
browsing roster of account in Web Admin (EJAB-480)
* src/mod_roster_odbc.erl: Likewise
SVN Revision: 1778
|
|
|
|
|
|
|
|
|
|
|
| |
to related sections; the path to guide.html can be configured with
option doc_path (EJAB-837)
* src/web/ejabberd_web_admin.hrl: Likewise
* src/mod_shared_roster.erl: Likewise
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1777
|
|
|
|
|
|
| |
* src/msgs/ru.msg: Likewise
SVN Revision: 1776
|
|
|
|
|
|
|
| |
* src/tls/tls.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
SVN Revision: 1774
|
|
|
|
| |
SVN Revision: 1771
|
|
|
|
| |
SVN Revision: 1768
|
|
|
|
| |
SVN Revision: 1766
|
|
|
|
|
|
| |
branch.
SVN Revision: 1764
|
|
|
|
| |
SVN Revision: 1763
|
|
|
|
|
|
|
|
| |
Removed ugly "catch" statement from update_t/4.
WARNING: this change requires last version of mysql driver.
You can update it from ejabberd-modules repository.
SVN Revision: 1762
|
|
|
|
|
|
|
| |
an SQL transaction exceeds number of restarts. Also rollbacks
this transaction to prevent deadlocks.
SVN Revision: 1761
|
|
|
|
|
|
| |
client (partially revert r1727) (EJAB-812)
SVN Revision: 1759
|
|
|
|
| |
SVN Revision: 1758
|
|
|
|
|
|
|
| |
connection method and connected node of Jabber clients (thanks to
Oleg Palij)(EJAB-319)
SVN Revision: 1757
|
|
|
|
|
|
|
|
|
|
|
|
| |
s2s outgoing behaviour: IPv4, IPv6 and timeout (thanks to Stephan
Maka)(EJAB-665)
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_socket.erl: Likewise
* src/ejabberd.cfg.example: Likewise
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1756
|
|
|
|
|
|
|
|
|
|
| |
MySQL connections.
* src/odbc/odbc_queries.erl: replaces all delete->insert chains with update->insert.
* src/mod_privacy_odbc.erl: moved sql queries to odbc_queries.erl.
* src/mod_roster_odbc.erl: changed interface for odbc_queries.erl.
SVN Revision: 1755
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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: 1752
|
|
|
|
|
|
|
|
| |
Management (thanks to Eric Cestari)(EJAB-807)
* src/jlib.hrl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
SVN Revision: 1750
|
|
|
|
| |
SVN Revision: 1748
|
|
|
|
| |
SVN Revision: 1747
|
|
|
|
| |
SVN Revision: 1745
|
|
|
|
|
|
|
|
|
| |
32 bit machines, so it can show uptime greater than 50
days (EJAB-610)
* src/mod_last_odbc.erl: Likewise
* src/ejabberd_config.erl: Store start time in local_config table
SVN Revision: 1744
|
|
|
|
|
|
| |
authentication (thanks to Paul Guyot)(EJAB-569)
SVN Revision: 1743
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN Revision: 1740
|
|
|
|
| |
SVN Revision: 1737
|
|
|
|
|
|
| |
ejabberd 1.x to 2.x (EJAB-817)
SVN Revision: 1734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/guide.tex: Mention as optional Requirements: mysql, pgsql
and pam
* src/ejabberd_admin.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: 1732
|
|
|
|
| |
SVN Revision: 1728
|
|
|
|
| |
SVN Revision: 1727
|
|
|
|
| |
SVN Revision: 1724
|
|
|
|
| |
SVN Revision: 1722
|
|
|
|
| |
SVN Revision: 1719
|
|
|
|
|
|
| |
(EJAB-776)
SVN Revision: 1717
|
|
|
|
| |
SVN Revision: 1716
|
|
|
|
| |
SVN Revision: 1715
|
|
|
|
| |
SVN Revision: 1712
|
|
|
|
|
|
| |
* src/jlib.erl: Likewise.
SVN Revision: 1706
|
|
|
|
| |
SVN Revision: 1702
|
|
|
|
|
|
| |
mysql r829)
SVN Revision: 1700
|
|
|
|
|
|
| |
set when the record is created
SVN Revision: 1699
|
|
|
|
|
|
|
| |
* src/mod_muc/mod_muc_room.hrl: New header file
* src/Makefile.in: Likewise
SVN Revision: 1698
|
|
|
|
| |
SVN Revision: 1689
|
|
|
|
|
|
| |
(EJAB-804)
SVN Revision: 1688
|
|
|
|
| |
SVN Revision: 1687
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN Revision: 1684
|