Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/ejabberd_c2s.erl: Enforce privacy rules also for | Badlop | 2009-03-07 | 3 | -31/+53 |
| | | | | | | | subscription requests (EJAB-300) * src/ejabberd_sm.erl: Likewise SVN Revision: 1976 | ||||
* | * src/ejabberd_hooks.erl: fixed typo | Evgeniy Khramtsov | 2009-03-06 | 1 | -1/+1 |
| | | | | SVN Revision: 1970 | ||||
* | * src/ejabberd_hooks.erl: anonymous functions support. | Evgeniy Khramtsov | 2009-03-06 | 2 | -2/+34 |
| | | | | SVN Revision: 1969 | ||||
* | * src/ejabberd_app.erl: In a Windows machine, explicitly add the | Badlop | 2009-03-05 | 3 | -0/+141 |
| | | | | | | | | nameservers, as it seems Erlang does not do itself (EJAB-860) * src/win32_dns.erl: Get name servers from Windows registy (thanks to Geoff Cant) SVN Revision: 1968 | ||||
* | * doc/guide.tex: Require OpenSSL 0.9.8f or higher (EJAB-877) | Badlop | 2009-03-05 | 3 | -14/+19 |
| | | | | | | * doc/guide.html: Likewise SVN Revision: 1967 | ||||
* | * src/ejabberd_auth.erl: If anonymous auth is enabled, when | Badlop | 2009-03-04 | 8 | -45/+102 |
| | | | | | | | | | | | | | checking if the account already exists in other auth methods, take into account if the auth method failed (EJAB-882) * src/ejabberd_auth_anonymous.erl: Likewise * src/ejabberd_auth_external.erl: Likewise * src/ejabberd_auth_internal.erl: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/ejabberd_auth_odbc.erl: Likewise * src/ejabberd_auth_pam.erl: Likewise SVN Revision: 1966 | ||||
* | Allow node creation without configure item | Christophe Romain | 2009-03-04 | 2 | -24/+24 |
| | | | | SVN Revision: 1963 | ||||
* | update pubsub version | Christophe Romain | 2009-03-04 | 1 | -1/+1 |
| | | | | SVN Revision: 1960 | ||||
* | Add roster subscriptions handling and make PEP events sent to all resources | Christophe Romain | 2009-03-03 | 3 | -38/+96 |
| | | | | SVN Revision: 1956 | ||||
* | Fix small compilation error introduced in revision 1923 | Badlop | 2009-02-28 | 1 | -1/+1 |
| | | | | SVN Revision: 1931 | ||||
* | * src/mod_pubsub/node_default.erl: Fix that non-subscriber could | Badlop | 2009-02-27 | 2 | -3/+23 |
| | | | | | | fetch items from Authorize node (thanks to Brian Cully)(EJAB-873) SVN Revision: 1930 | ||||
* | * src/tls/tls_drv.c: S2S connection with STARTTLS fails to Gtalk | Badlop | 2009-02-27 | 2 | -1/+6 |
| | | | | | | and recent Openfire (thanks to Philipp Hancke)(EJAB-877) SVN Revision: 1926 | ||||
* | * src/mod_proxy65/mod_proxy65_service.erl: if an ip option is not defined, ↵ | Evgeniy Khramtsov | 2009-02-27 | 2 | -18/+19 |
| | | | | | | the module takes an IP address of a local hostname. SVN Revision: 1925 | ||||
* | cosmetic changes | Christophe Romain | 2009-02-27 | 3 | -17/+17 |
| | | | | SVN Revision: 1923 | ||||
* | * doc/guide.tex: No mention to the release date in ejabberd Guide | Badlop | 2009-02-26 | 2 | -3/+6 |
| | | | | | | | or release notes. The date of an ejabberd release is determined by the date of the corresponding release announcement. SVN Revision: 1922 | ||||
* | * src/mod_pubsub/mod_pubsub.erl: Fix incorrect implementation of | Badlop | 2009-02-25 | 2 | -4/+11 |
| | | | | | | Pubsub payload requirements (thanks to Andy Skelton)(EJAB-823) SVN Revision: 1921 | ||||
* | * src/ejabberd_listener.erl: Fix report message of 'undef' error | Badlop | 2009-02-24 | 2 | -2/+6 |
| | | | | SVN Revision: 1916 | ||||
* | Do not call mod_caps:clear_caps as it breaks PubSub/PEP (EJAB-854) | Christophe Romain | 2009-02-23 | 2 | -1/+9 |
| | | | | SVN Revision: 1912 | ||||
* | * src/web/ejabberd_http.erl: Added a workaround for inet:peername | Alexey Shchepin | 2009-02-23 | 2 | -7/+12 |
| | | | | | | returning 'ebadf' SVN Revision: 1910 | ||||
* | Fix a minor compilation warning and add EDoc comment | Badlop | 2009-02-21 | 1 | -3/+10 |
| | | | | SVN Revision: 1907 | ||||
* | * src/ejabberd_listener.erl: When stopping a listener, don't stop | Badlop | 2009-02-20 | 2 | -4/+6 |
| | | | | | | the listener supervisor (EJAB-874) SVN Revision: 1891 | ||||
* | fix nodetree plugin resolver | Christophe Romain | 2009-02-19 | 2 | -8/+11 |
| | | | | SVN Revision: 1889 | ||||
* | * src/ejabberd_listener.erl: More error detections | Badlop | 2009-02-17 | 1 | -13/+7 |
| | | | | SVN Revision: 1884 | ||||
* | * src/ejabberd_listener.erl: More error detections | Badlop | 2009-02-17 | 2 | -0/+11 |
| | | | | SVN Revision: 1883 | ||||
* | * src/ejabberd_config.erl: Check certfiles are readable on server | Badlop | 2009-02-16 | 3 | -23/+87 |
| | | | | | | | start and listener start (EJAB-753) * src/ejabberd_listener.erl: Likewise SVN Revision: 1882 | ||||
* | * src/mod_privacy.erl: Privacy List: deny presence-out all + send | Badlop | 2009-02-16 | 3 | -65/+71 |
| | | | | | | | presence to: presence is sent (EJAB-255) * src/ejabberd_c2s.erl: Likewise SVN Revision: 1881 | ||||
* | * src/mod_muc/mod_muc_room.erl: Owner of a password protected room | Badlop | 2009-02-16 | 2 | -2/+6 |
| | | | | | | must provide the password, like other participants (EJAB-867) SVN Revision: 1880 | ||||
* | * src/mod_muc/mod_muc_log.erl: Prevent XSS in MUC logs by | Badlop | 2009-02-16 | 2 | -1/+5 |
| | | | | | | linkifying only a few known protocols (EJAB-850) SVN Revision: 1879 | ||||
* | * src/mod_muc/mod_muc.erl: Export function to create MUC | Badlop | 2009-02-16 | 2 | -1/+33 |
| | | | | | | room (thanks to Eric Cestari) (EJAB-729) SVN Revision: 1878 | ||||
* | * src/mod_roster.erl: When account is deleted, cancel presence | Badlop | 2009-02-16 | 3 | -56/+100 |
| | | | | | | | subscription for all roster items (EJAB-790) * src/mod_roster_odbc.erl: Likewise SVN Revision: 1877 | ||||
* | * src/web/ejabberd_http_poll.erl: Allow configuration of session | Badlop | 2009-02-14 | 4 | -5/+30 |
| | | | | | | | | timeout, using new global option http_poll_timeout (EJAB-135) * doc/guide.tex: Document new option * doc/guide.html: Likewise SVN Revision: 1876 | ||||
* | * src/ejabberd_listener.erl: Report error at startup if a listener | Badlop | 2009-02-13 | 2 | -2/+26 |
| | | | | | | module isn't available or is not an ejabberd listener (EJAB-868) SVN Revision: 1875 | ||||
* | * src/mod_shared_roster.erl: Fix bug: a pending subscription | Badlop | 2009-02-13 | 2 | -5/+43 |
| | | | | | | | | 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 | ||||
* | * src/web/ejabberd_web_admin.erl: Show big integers with comma | Badlop | 2009-02-13 | 2 | -19/+36 |
| | | | | | | separators for easy reading SVN Revision: 1873 | ||||
* | * src/ejabberd_system_monitor.erl: Allow parametrizable watchdog | Badlop | 2009-02-13 | 5 | -14/+70 |
| | | | | | | | | | | 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 | ||||
* | prevent from calling get_vh_registered_users/2 when not available | Christophe Romain | 2009-02-13 | 2 | -1/+12 |
| | | | | SVN Revision: 1869 | ||||
* | fix delete-items issue and manage-affiliations typo | Christophe Romain | 2009-02-09 | 9 | -12/+12 |
| | | | | SVN Revision: 1868 | ||||
* | * src/mod_pubsub/mod_pubsub.erl: The table pubsub_node in ejabberd | Badlop | 2009-02-05 | 2 | -0/+9 |
| | | | | | | | | 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 | ||||
* | * doc/Makefile: In Clean do not remove html. In new Distclean, remove also html. | Badlop | 2009-02-03 | 2 | -3/+6 |
| | | | | SVN Revision: 1862 | ||||
* | * doc/Makefile: When cleaning, remove contributed_modules.tex | Badlop | 2009-02-03 | 2 | -0/+3 |
| | | | | SVN Revision: 1861 | ||||
* | * src/Makefile.in: Fix arguments to Install program | Badlop | 2009-02-03 | 2 | -1/+5 |
| | | | | SVN Revision: 1860 | ||||
* | * src/web/ejabberd_web_admin.erl: Calls to the hook | Badlop | 2009-02-02 | 2 | -11/+21 |
| | | | | | | | | | | 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 | ||||
* | * doc/guide.tex: Provide only an example of language option | Badlop | 2009-01-31 | 3 | -15/+9 |
| | | | | | | * doc/guide.html: Likewise SVN Revision: 1858 | ||||
* | * src/eldap/eldap.erl: moves waiting for response queries to | Evgeniy Khramtsov | 2009-01-30 | 2 | -4/+16 |
| | | | | | | pending queue on an LDAP connection failure. SVN Revision: 1856 | ||||
* | * src/eldap/eldap.erl: implemented queue for pending queries. | Evgeniy Khramtsov | 2009-01-27 | 2 | -102/+110 |
| | | | | SVN Revision: 1855 | ||||
* | * doc/guide.tex: mod_muc can run in several nodes of cluster | Badlop | 2009-01-27 | 3 | -10/+15 |
| | | | | | | * doc/guide.html: Likewise SVN Revision: 1854 | ||||
* | * src/eldap/eldap.erl: Close a connection on tcp_error. | Evgeniy Khramtsov | 2009-01-23 | 2 | -12/+17 |
| | | | | SVN Revision: 1851 | ||||
* | * src/odbc/mysql.sql: Fix complain about comment syntax | Badlop | 2009-01-23 | 3 | -3/+8 |
| | | | | | | * src/odbc/pg.sql: Likewise SVN Revision: 1850 | ||||
* | * doc/api/process-one.css: Add some style to HTML elements | Badlop | 2009-01-21 | 4 | -7/+25 |
| | | | | | | | * src/ejabberd_listener.erl: Fix EDoc errors * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1843 | ||||
* | * src/ejabberd_hooks.erl: Explanation in EDoc of some functions | Badlop | 2009-01-21 | 2 | -3/+19 |
| | | | | SVN Revision: 1842 |