| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
the module takes an IP address of a local hostname.
SVN Revision: 1925
|
|
|
|
| |
SVN Revision: 1923
|
|
|
|
|
|
| |
Pubsub payload requirements (thanks to Andy Skelton)(EJAB-823)
SVN Revision: 1921
|
|
|
|
| |
SVN Revision: 1916
|
|
|
|
| |
SVN Revision: 1912
|
|
|
|
|
|
| |
returning 'ebadf'
SVN Revision: 1910
|
|
|
|
| |
SVN Revision: 1907
|
|
|
|
|
|
| |
the listener supervisor (EJAB-874)
SVN Revision: 1891
|
|
|
|
| |
SVN Revision: 1889
|
|
|
|
| |
SVN Revision: 1884
|
|
|
|
| |
SVN Revision: 1883
|
|
|
|
|
|
|
| |
start and listener start (EJAB-753)
* src/ejabberd_listener.erl: Likewise
SVN Revision: 1882
|
|
|
|
|
|
|
| |
presence to: presence is sent (EJAB-255)
* src/ejabberd_c2s.erl: Likewise
SVN Revision: 1881
|
|
|
|
|
|
| |
must provide the password, like other participants (EJAB-867)
SVN Revision: 1880
|
|
|
|
|
|
| |
linkifying only a few known protocols (EJAB-850)
SVN Revision: 1879
|
|
|
|
|
|
| |
room (thanks to Eric Cestari) (EJAB-729)
SVN Revision: 1878
|
|
|
|
|
|
|
| |
subscription for all roster items (EJAB-790)
* src/mod_roster_odbc.erl: Likewise
SVN Revision: 1877
|
|
|
|
|
|
|
|
| |
timeout, using new global option http_poll_timeout (EJAB-135)
* doc/guide.tex: Document new option
* doc/guide.html: Likewise
SVN Revision: 1876
|
|
|
|
|
|
| |
module isn't available or is not an ejabberd listener (EJAB-868)
SVN Revision: 1875
|
|
|
|
|
|
|
|
| |
request, and later the requester added to the roster due to a
shared roster group, that request could neither be accepted or
rejected (thanks to Brian Cully)(EJAB-869)
SVN Revision: 1874
|
|
|
|
|
|
| |
separators for easy reading
SVN Revision: 1873
|
|
|
|
|
|
|
|
|
|
| |
threshold: option watchdog_large_heap or chatting with the
watchdog bot (EJAB-545)
* src/ejabberd_config.erl: Likewise
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1872
|
|
|
|
| |
SVN Revision: 1869
|
|
|
|
| |
SVN Revision: 1868
|
|
|
|
|
|
|
|
| |
older than 2.0.2 had indexes for parentid and type. This is not
required since ejabberd 2.0.2, so those indexes can be
deleted. (EJAB-669)
SVN Revision: 1864
|
|
|
|
| |
SVN Revision: 1860
|
|
|
|
|
|
|
|
|
|
| |
webadmin_menu_node provide the node as first argument, and calls
to webadmin_menu_hostnode provide both the host and the node. Fix
call to make_menu_items, because webadmin_menu_node was called in
cases where webadmin_menu_hostnode should be called. Align to
right some table elements.
SVN Revision: 1859
|
|
|
|
|
|
| |
pending queue on an LDAP connection failure.
SVN Revision: 1856
|
|
|
|
| |
SVN Revision: 1855
|
|
|
|
| |
SVN Revision: 1851
|
|
|
|
|
|
| |
* src/odbc/pg.sql: Likewise
SVN Revision: 1850
|
|
|
|
|
|
|
| |
* src/ejabberd_listener.erl: Fix EDoc errors
* src/web/ejabberd_web_admin.erl: Likewise
SVN Revision: 1843
|
|
|
|
| |
SVN Revision: 1842
|
|
|
|
|
|
|
|
|
|
|
| |
Guide is set in the environment variable
EJABBERD_DOC_PATH (EJAB-837).
* src/web/ejabberd_web_admin.erl: Likewise
* src/ejabberdctl.template: Likewise
* doc/guide.tex: Likewise
* doc/guide.html: Likewise
SVN Revision: 1835
|
|
|
|
|
|
|
|
|
| |
list has subscription or group (thanks to George Hazan)(EJAB-851).
Sort items in privacy list by order before storing (EJAB-848)
* src/mod_privacy.hrl: Likewise
* src/mod_privacy_odbc.erl: Likewise
SVN Revision: 1834
|
|
|
|
| |
SVN Revision: 1823
|
|
|
|
|
|
|
| |
specified order (EJAB-848)
* src/mod_privacy_odbc.erl: Likewise
SVN Revision: 1822
|
|
|
|
|
|
|
| |
* src/tls/tls_drv.c: Likewise.
* src/tls/stdint.h: Likewise.
SVN Revision: 1816
|
|
|
|
| |
SVN Revision: 1814
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
like ejabberd module options and listening port options. Show
result of POST more clearly. Ensure access rules are shown with
some minimum separation. Improve menu headers. (EJAB-562)
* src/web/ejabberd_web_admin.hrl: Likewise
* src/mod_offline.erl: Likewise
* src/mod_offline_odbc.erl: Likewise
* src/mod_roster.erl: Likewise
* src/mod_roster_odbc.erl: Likewise
* src/mod_shared_roster.erl: Likewise
SVN Revision: 1813
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IP version of listener. Support for definition of IP address in
string format, and implicit definition of IP
version (EJAB-388). Support for defining several listeners: all
with same port number but different IP addresses (EJAB-389)(thanks
to Fabrice Colliot and Sergei Golovan). Better report in WebAdmin
of problem when starting a listener. The old configuration method
of ip tuple and inet6 is fully supported for backwards
compatibility, but is not documented in the Guide anymore.
* src/ejabberd_config.erl: Likewise
* src/mod_proxy65/mod_proxy65_stream.erl: Likewise
* src/mod_proxy65/mod_proxy65_service.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise
* doc/guide.tex: Document the new way to configure IP address and
IP version of listener, undocument options ip and inet6
* doc/guide.html: Likewise
SVN Revision: 1812
|
|
|
|
|
|
| |
fixed logo-fill.
SVN Revision: 1811
|
|
|
|
|
|
|
|
|
| |
jabberd 1.4 -> jabberd14; commited -> committed
* src/*/*.erl: Likewise
* src/msgs/*.msg: Likewise
* src/msgs/*.po: Likewise
SVN Revision: 1810
|
|
|
|
|
|
| |
with pgsql
SVN Revision: 1808
|
|
|
|
|
|
|
|
| |
* doc/guide.html: Likewise
* src/*/*.erl: Likewise
* src/*/*.erl: Remove unneeded blankspaces in license text
SVN Revision: 1804
|
|
|
|
| |
SVN Revision: 1802
|
|
|
|
| |
SVN Revision: 1799
|
|
|
|
| |
SVN Revision: 1797
|
|
|
|
| |
SVN Revision: 1794
|
|
|
|
| |
SVN Revision: 1787
|