aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/ejabberd_captcha.erl: fixed compilation warnings.Evgeniy Khramtsov2009-04-082-10/+18
| | | | SVN Revision: 2004
* * doc/release_notes_2.0.5.txt: Added file for new releaseBadlop2009-04-012-0/+37
| | | | SVN Revision: 2002
* * src/ejabberd_captcha.erl: Small code reorganization; export newBadlop2009-03-302-34/+82
| | | | | | functions build_captcha_html/2 and check_captcha/2 SVN Revision: 2001
* * src/ejabberd_sm.erl: Partially retract SVN r1976Badlop2009-03-243-42/+81
| | | | | | | | | EJAB-300 (EJAB-890). Check default privacy list when account, not a specific session, receives a presence subscription stanza (EJAB-300). * src/ejabberd_c2s.erl: Likewise SVN Revision: 1998
* implement roster acces model (EJAB-780)Christophe Romain2009-03-202-19/+43
| | | | SVN Revision: 1997
* Allow more environment variable overrides in ejabberdctl (EJAB-891)Christophe Romain2009-03-192-6/+23
| | | | SVN Revision: 1995
* * src/ejabberd_captcha.erl: moved all functions from ejabberd_captcha ↵Evgeniy Khramtsov2009-03-141-135/+127
| | | | | | process. Use mnesia:transaction/1 where it is needed. SVN Revision: 1994
* * tools/captcha.sh: sample CAPTCHA script.Evgeniy Khramtsov2009-03-132-0/+22
| | | | SVN Revision: 1993
* * src/ejabberd_captcha.erl: fixes previous commitEvgeniy Khramtsov2009-03-131-0/+320
| | | | SVN Revision: 1992
* * src/ejabberd_captcha.erl: XEP-158 (CAPTCHA Forms).Evgeniy Khramtsov2009-03-137-8/+125
| | | | | | | | | | | * src/ejabberd_config.erl: likewise. * src/ejabberd_sup.erl: likewise. * src/jlib.hrl: likewise. * src/web/ejabberd_http.erl: likewise. * src/mod_muc/mod_muc_room.erl: CAPTCHA support. * src/mod_muc/mod_muc_room.hrl: likewise. SVN Revision: 1991
* Fix mistake when calling win32_dns.Badlop2009-03-111-1/+1
| | | | SVN Revision: 1990
* * doc/release_notes_2.0.4.txt: Added file for new releaseBadlop2009-03-102-0/+46
| | | | SVN Revision: 1987
* * src/tls/tls_drv.c: Fix encryption problem for ejabberd_httpBadlop2009-03-102-0/+6
| | | | | | after timeout (thanks to Alexey Shchepin)(EJAB-880) SVN Revision: 1986
* typo fix on roster access_modelChristophe Romain2009-03-101-1/+2
| | | | SVN Revision: 1984
* Fix PEP with other domains and s2s (EJAB-825)Christophe Romain2009-03-103-66/+43
| | | | SVN Revision: 1980
* * src/tls/tls_drv.c: Fix to support OpenSSL older thanBadlop2009-03-094-4/+15
| | | | | | | | 0.9.8f (EJAB-877)(thanks to Jonathan Schleifer) * doc/guide.tex: It is again supported OpenSSL older than 0.9.8f * doc/guide.html: Likewise SVN Revision: 1979
* * src/Makefile.in: In SunOS, use different C flags (thanks toBadlop2009-03-076-19/+38
| | | | | | | | | | Thomas)(EJAB-438) * src/ejabberd_zlib/Makefile.in: Likewise * src/mod_irc/Makefile.in: Likewise * src/stringprep/Makefile.in: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 1977
* * src/ejabberd_c2s.erl: Enforce privacy rules also forBadlop2009-03-073-31/+53
| | | | | | | subscription requests (EJAB-300) * src/ejabberd_sm.erl: Likewise SVN Revision: 1976
* * src/ejabberd_hooks.erl: fixed typoEvgeniy Khramtsov2009-03-061-1/+1
| | | | SVN Revision: 1970
* * src/ejabberd_hooks.erl: anonymous functions support.Evgeniy Khramtsov2009-03-062-2/+34
| | | | SVN Revision: 1969
* * src/ejabberd_app.erl: In a Windows machine, explicitly add theBadlop2009-03-053-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)Badlop2009-03-053-14/+19
| | | | | | * doc/guide.html: Likewise SVN Revision: 1967
* * src/ejabberd_auth.erl: If anonymous auth is enabled, whenBadlop2009-03-048-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 itemChristophe Romain2009-03-042-24/+24
| | | | SVN Revision: 1963
* update pubsub versionChristophe Romain2009-03-041-1/+1
| | | | SVN Revision: 1960
* Add roster subscriptions handling and make PEP events sent to all resourcesChristophe Romain2009-03-033-38/+96
| | | | SVN Revision: 1956
* Fix small compilation error introduced in revision 1923Badlop2009-02-281-1/+1
| | | | SVN Revision: 1931
* * src/mod_pubsub/node_default.erl: Fix that non-subscriber couldBadlop2009-02-272-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 GtalkBadlop2009-02-272-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 Khramtsov2009-02-272-18/+19
| | | | | | the module takes an IP address of a local hostname. SVN Revision: 1925
* cosmetic changesChristophe Romain2009-02-273-17/+17
| | | | SVN Revision: 1923
* * doc/guide.tex: No mention to the release date in ejabberd GuideBadlop2009-02-262-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 ofBadlop2009-02-252-4/+11
| | | | | | Pubsub payload requirements (thanks to Andy Skelton)(EJAB-823) SVN Revision: 1921
* * src/ejabberd_listener.erl: Fix report message of 'undef' errorBadlop2009-02-242-2/+6
| | | | SVN Revision: 1916
* Do not call mod_caps:clear_caps as it breaks PubSub/PEP (EJAB-854)Christophe Romain2009-02-232-1/+9
| | | | SVN Revision: 1912
* * src/web/ejabberd_http.erl: Added a workaround for inet:peernameAlexey Shchepin2009-02-232-7/+12
| | | | | | returning 'ebadf' SVN Revision: 1910
* Fix a minor compilation warning and add EDoc commentBadlop2009-02-211-3/+10
| | | | SVN Revision: 1907
* * src/ejabberd_listener.erl: When stopping a listener, don't stopBadlop2009-02-202-4/+6
| | | | | | the listener supervisor (EJAB-874) SVN Revision: 1891
* fix nodetree plugin resolverChristophe Romain2009-02-192-8/+11
| | | | SVN Revision: 1889
* * src/ejabberd_listener.erl: More error detectionsBadlop2009-02-171-13/+7
| | | | SVN Revision: 1884
* * src/ejabberd_listener.erl: More error detectionsBadlop2009-02-172-0/+11
| | | | SVN Revision: 1883
* * src/ejabberd_config.erl: Check certfiles are readable on serverBadlop2009-02-163-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 + sendBadlop2009-02-163-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 roomBadlop2009-02-162-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 byBadlop2009-02-162-1/+5
| | | | | | linkifying only a few known protocols (EJAB-850) SVN Revision: 1879
* * src/mod_muc/mod_muc.erl: Export function to create MUCBadlop2009-02-162-1/+33
| | | | | | room (thanks to Eric Cestari) (EJAB-729) SVN Revision: 1878
* * src/mod_roster.erl: When account is deleted, cancel presenceBadlop2009-02-163-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 sessionBadlop2009-02-144-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 listenerBadlop2009-02-132-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 subscriptionBadlop2009-02-132-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