aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added API function to get current S2S connections with informationBadlop2009-05-193-0/+96
| | | | | | | | get_info_s2s_connections(Type) returns a list of incoming (or outgoing) S2S connections with information for each one including IP address, port number, TLS options... (thanks to Juan Pablo Carlino) SVN Revision: 2088
* * src/eldap/eldap.erl: log warnings on unsuccessful LDAP bind attempts. ↵Evgeniy Khramtsov2009-05-161-8/+19
| | | | | | Increase timeout before the next LDAP bind attempt up to five seconds if the last bind attempt was rejected by the LDAP server ("soft" error). Thanks to Konstantin Khomoutov. SVN Revision: 2086
* Document how to convert Mnesia node nameBadlop2009-05-152-18/+84
| | | | SVN Revision: 2081
* New command to convert mnesia nodename, copied from OTP and DebianBadlop2009-05-151-0/+52
| | | | SVN Revision: 2080
* Allow to define additional Erlang options in ejabberdctl.cfg (thanks to ↵Badlop2009-05-152-2/+20
| | | | | | Sergei Golovan) SVN Revision: 2079
* The --node argument overwrites the value of ejabberdctl.cfgBadlop2009-05-151-1/+4
| | | | SVN Revision: 2078
* Erlang/OTP R13 can be used, but its support is still experimentalBadlop2009-05-153-3/+3
| | | | SVN Revision: 2077
* No longer edit ChangeLog, will be auto generated for ejabberd releases.Badlop2009-05-142-7754/+9
| | | | | | | | | Added new call 'make changelog' which generates a ChangeLog file by prepending to the old file obtained from SVN the new lines obtained from SVN Log and formatted with svn2cl. ChangeLog will be generated and included in ejabberd releases. SVN Revision: 2076
* Fix bad transaction returncode in unsubscribe presence handlerChristophe Romain2009-05-122-2/+7
| | | | SVN Revision: 2073
* Prevent race condition when calling get_caps while note_caps has not been ↵Christophe Romain2009-05-113-63/+106
| | | | | | handled yet (EJAB-934) SVN Revision: 2071
* * src/ejabberd_debug.erl: Handled fprof based profiling (EJABS-872).Mickaël Rémond2009-05-112-2/+6
| | | | | | * src/ejabberd_app.erl: Likewise. SVN Revision: 2070
* handle Example 90 of XEP-0060 (EJAB-909), and make use of nodeAttrChristophe Romain2009-05-082-28/+27
| | | | SVN Revision: 2068
* Allow to get subscriptions on a given node (EJAB-712), and presence based fixesChristophe Romain2009-05-072-49/+118
| | | | SVN Revision: 2066
* Merge misplaced 2055 2058 and 2062 from ejabberd-2.0.4.Badlop2009-05-075-4/+106
| | | | | | | | | * src/ejabberd_app.erl: Better support for profiling. * src/ejabberd.erl: Likewise * src/ejabberd_ctl.erl: Likewise * src/ejabberd_debug.erl: Likewise SVN Revision: 2063
* fix wrong dateChristophe Romain2009-05-071-1/+1
| | | | SVN Revision: 2060
* several pubsub fixes and improvements. also fixes EJAB-913 and EJAB-871Christophe Romain2009-05-0715-115/+184
| | | | SVN Revision: 2059
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-05-0611-48/+59
| | | | SVN Revision: 2057
* * src/Makefile.in: Prevent Erlang R13B compilation warning:Badlop2009-05-062-1/+4
| | | | | | behaviour X undefined (EJAB-920) SVN Revision: 2056
* * src/ejabberd_loglevel.erl: Use dynamic_compile instead ofBadlop2009-05-065-450/+299
| | | | | | | | | | | | ram_file_io_server. Support definition of loglevels with integer or atom. (thanks to Geoff Cant)(EJAB-919) * src/dynamic_compile.erl: Added erlang module that converts string to binary loadable code by Mats Cronqvist, Chris Newcombe, and Jacob Vorreuter. * src/ram_file_io_server.erl: Remove file not longer useful. * src/ejabberd.app: Likewise SVN Revision: 2054
* * src/mod_muc/mod_muc_room.erl: Fix badarg return (EJAB-899)Badlop2009-05-032-1/+5
| | | | SVN Revision: 2053
* typo fixChristophe Romain2009-04-301-1/+1
| | | | SVN Revision: 2051
* mod_caps: reduce memory and remove mnesia lockChristophe Romain2009-04-302-64/+63
| | | | SVN Revision: 2050
* typo fixChristophe Romain2009-04-301-1/+1
| | | | SVN Revision: 2049
* PubSub/PEP API change for major optimizationChristophe Romain2009-04-3018-1159/+1325
| | | | SVN Revision: 2048
* * src/ejabberd_hooks.erl: Support distributed hooks (EJAB-829)Badlop2009-04-282-0/+91
| | | | SVN Revision: 2047
* * src/xml.erl: More verbose error reporting forBadlop2009-04-272-1/+12
| | | | | | element_to_string (thanks to Magnus Henoch)(EJAB-301) SVN Revision: 2045
* * src/translate.erl: Support additional files (EJAB-925)Badlop2009-04-274-27/+79
| | | | | | | * contrib/extract_translations/extract_translations.erl: Likewise * contrib/extract_translations/prepare-translation.sh: Likewise SVN Revision: 2044
* * src/win32_dns.erl: Fix problem parsing some win32 dns (EJAB-927)Badlop2009-04-272-2/+19
| | | | SVN Revision: 2043
* * src/cyrsasl_digest.erl: Fix auth verification (EJAB-863)Badlop2009-04-272-1/+5
| | | | SVN Revision: 2042
* * src/jlib.erl: Fix recursive call to speedup base64Badlop2009-04-272-3/+8
| | | | | | decoding (thanks to Jeffrey Rogiers)(EJAB-333) SVN Revision: 2041
* minor cosmetic fixChristophe Romain2009-04-241-1/+1
| | | | SVN Revision: 2040
* fix minor pubsub init glitch, and allow ejabberd_odbc to execute bloc of ↵Christophe Romain2009-04-243-10/+46
| | | | | | queries without transaction SVN Revision: 2038
* improve send last published items spawningChristophe Romain2009-04-222-69/+136
| | | | SVN Revision: 2036
* * src/ejabberd.cfg.example: Fix English typos. Fix line length:Badlop2009-04-223-69/+89
| | | | | | | | | max 80 characters per line. Remove trailing blankspaces. Added markers for Vim fold, you may want to add to $HOME/.vimrc this line: set modeline * src/ejabberdctl.cfg.example: Likewise SVN Revision: 2035
* * src/mod_muc/mod_muc.erl: Limit number of characters in Room ID,Badlop2009-04-225-19/+98
| | | | | | | | | Name and Description (EJAB-899) * src/mod_muc/mod_muc_room.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 2034
* * src/cyrsasl.erl: Change API of check_password: pass a functionBadlop2009-04-2213-37/+60
| | | | | | | | | | | | | | | | | to generate the digest (thanks to Graham Whitted)(EJAB-863) * src/cyrsasl_anonymous.erl: Likewise * src/cyrsasl_digest.erl: Likewise * src/cyrsasl_plain.erl: Likewise * src/ejabberd_auth.erl: Likewise * 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 * src/ejabberd_c2s.erl: Likewise SVN Revision: 2033
* * src/ejabberd_c2s.erl: Fix for SASL Anonymous connections notBadlop2009-04-222-6/+11
| | | | | | stored or purged (thanks to Andy Skelton)(EJAB-912) SVN Revision: 2032
* * src/mod_shared_roster.erl: Support in API to add 'all' as memberBadlop2009-04-222-19/+47
| | | | | | of a group (thanks to Martin Langhoff)(EJAB-916) SVN Revision: 2031
* * src/ejabberd_captcha.erl: If a problem appears while obtainingBadlop2009-04-222-0/+8
| | | | | | the image, show error message (EJAB-895) SVN Revision: 2030
* * src/Makefile.in: Install example script captcha.sh (EJAB-895)Badlop2009-04-222-0/+3
| | | | SVN Revision: 2029
* * src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)Badlop2009-04-222-0/+17
| | | | SVN Revision: 2028
* * doc/guide.tex: Add section to document how to setup CAPTCHABadlop2009-04-223-139/+229
| | | | | | | support (EJAB-895) * doc/guide.html: Likewise SVN Revision: 2027
* fix missing greetingsChristophe Romain2009-04-171-0/+1
| | | | SVN Revision: 2026
* * doc/guide.tex: Document new ejabberdctl option. New section thatBadlop2009-04-173-147/+379
| | | | | | | documents AccessCommands. (EJAB-910) * doc/guide.html: Likewise SVN Revision: 2025
* * src/ejabberd_ctl.erl: New option to require auth in ejabberdctlBadlop2009-04-173-15/+38
| | | | | | | and restrict what commands and arguments can execute (EJAB-910) * src/ejabberd_config.erl: Likewise SVN Revision: 2024
* * src/ejabberd_commands.erl: API to restrict who can execute whatBadlop2009-04-172-11/+113
| | | | | | commands and arguments (EJAB-910) SVN Revision: 2023
* * doc/guide.tex: Explain that the recommended Erlang/OTP versionBadlop2009-04-144-4/+13
| | | | | | | | is R12B-5, and R13 is not supported yet. * doc/guide.html: Likewise * README: Likewise SVN Revision: 2021
* * src/mod_muc/mod_muc_log.erl: Linkify also xmpp:..., as it wasBadlop2009-04-142-1/+6
| | | | | | done previously (thanks to Konstantin Khomoutov)(EJAB-850) SVN Revision: 2020
* after check, last commit was uselessChristophe Romain2009-04-141-2/+2
| | | | SVN Revision: 2019
* minor change, back to original patchChristophe Romain2009-04-141-2/+2
| | | | SVN Revision: 2017