Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * src/ejabberd_debug.erl: Handled fprof based profiling (EJABS-872). | Mickaël Rémond | 2009-05-11 | 2 | -2/+6 | |
| | | | | | | * src/ejabberd_app.erl: Likewise. SVN Revision: 2070 | |||||
* | handle Example 90 of XEP-0060 (EJAB-909), and make use of nodeAttr | Christophe Romain | 2009-05-08 | 2 | -28/+27 | |
| | | | | SVN Revision: 2068 | |||||
* | Allow to get subscriptions on a given node (EJAB-712), and presence based fixes | Christophe Romain | 2009-05-07 | 2 | -49/+118 | |
| | | | | SVN Revision: 2066 | |||||
* | Merge misplaced 2055 2058 and 2062 from ejabberd-2.0.4. | Badlop | 2009-05-07 | 5 | -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 date | Christophe Romain | 2009-05-07 | 1 | -1/+1 | |
| | | | | SVN Revision: 2060 | |||||
* | several pubsub fixes and improvements. also fixes EJAB-913 and EJAB-871 | Christophe Romain | 2009-05-07 | 15 | -115/+184 | |
| | | | | SVN Revision: 2059 | |||||
* | Replace TYPE/1 with is_TYPE/1 (EJAB-922) | Badlop | 2009-05-06 | 11 | -48/+59 | |
| | | | | SVN Revision: 2057 | |||||
* | * src/Makefile.in: Prevent Erlang R13B compilation warning: | Badlop | 2009-05-06 | 2 | -1/+4 | |
| | | | | | | behaviour X undefined (EJAB-920) SVN Revision: 2056 | |||||
* | * src/ejabberd_loglevel.erl: Use dynamic_compile instead of | Badlop | 2009-05-06 | 5 | -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) | Badlop | 2009-05-03 | 2 | -1/+5 | |
| | | | | SVN Revision: 2053 | |||||
* | typo fix | Christophe Romain | 2009-04-30 | 1 | -1/+1 | |
| | | | | SVN Revision: 2051 | |||||
* | mod_caps: reduce memory and remove mnesia lock | Christophe Romain | 2009-04-30 | 2 | -64/+63 | |
| | | | | SVN Revision: 2050 | |||||
* | typo fix | Christophe Romain | 2009-04-30 | 1 | -1/+1 | |
| | | | | SVN Revision: 2049 | |||||
* | PubSub/PEP API change for major optimization | Christophe Romain | 2009-04-30 | 18 | -1159/+1325 | |
| | | | | SVN Revision: 2048 | |||||
* | * src/ejabberd_hooks.erl: Support distributed hooks (EJAB-829) | Badlop | 2009-04-28 | 2 | -0/+91 | |
| | | | | SVN Revision: 2047 | |||||
* | * src/xml.erl: More verbose error reporting for | Badlop | 2009-04-27 | 2 | -1/+12 | |
| | | | | | | element_to_string (thanks to Magnus Henoch)(EJAB-301) SVN Revision: 2045 | |||||
* | * src/translate.erl: Support additional files (EJAB-925) | Badlop | 2009-04-27 | 4 | -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) | Badlop | 2009-04-27 | 2 | -2/+19 | |
| | | | | SVN Revision: 2043 | |||||
* | * src/cyrsasl_digest.erl: Fix auth verification (EJAB-863) | Badlop | 2009-04-27 | 2 | -1/+5 | |
| | | | | SVN Revision: 2042 | |||||
* | * src/jlib.erl: Fix recursive call to speedup base64 | Badlop | 2009-04-27 | 2 | -3/+8 | |
| | | | | | | decoding (thanks to Jeffrey Rogiers)(EJAB-333) SVN Revision: 2041 | |||||
* | minor cosmetic fix | Christophe Romain | 2009-04-24 | 1 | -1/+1 | |
| | | | | SVN Revision: 2040 | |||||
* | fix minor pubsub init glitch, and allow ejabberd_odbc to execute bloc of ↵ | Christophe Romain | 2009-04-24 | 3 | -10/+46 | |
| | | | | | | queries without transaction SVN Revision: 2038 | |||||
* | improve send last published items spawning | Christophe Romain | 2009-04-22 | 2 | -69/+136 | |
| | | | | SVN Revision: 2036 | |||||
* | * src/ejabberd.cfg.example: Fix English typos. Fix line length: | Badlop | 2009-04-22 | 3 | -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, | Badlop | 2009-04-22 | 5 | -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 function | Badlop | 2009-04-22 | 13 | -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 not | Badlop | 2009-04-22 | 2 | -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 member | Badlop | 2009-04-22 | 2 | -19/+47 | |
| | | | | | | of a group (thanks to Martin Langhoff)(EJAB-916) SVN Revision: 2031 | |||||
* | * src/ejabberd_captcha.erl: If a problem appears while obtaining | Badlop | 2009-04-22 | 2 | -0/+8 | |
| | | | | | | the image, show error message (EJAB-895) SVN Revision: 2030 | |||||
* | * src/Makefile.in: Install example script captcha.sh (EJAB-895) | Badlop | 2009-04-22 | 2 | -0/+3 | |
| | | | | SVN Revision: 2029 | |||||
* | * src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895) | Badlop | 2009-04-22 | 2 | -0/+17 | |
| | | | | SVN Revision: 2028 | |||||
* | * doc/guide.tex: Add section to document how to setup CAPTCHA | Badlop | 2009-04-22 | 3 | -139/+229 | |
| | | | | | | | support (EJAB-895) * doc/guide.html: Likewise SVN Revision: 2027 | |||||
* | fix missing greetings | Christophe Romain | 2009-04-17 | 1 | -0/+1 | |
| | | | | SVN Revision: 2026 | |||||
* | * doc/guide.tex: Document new ejabberdctl option. New section that | Badlop | 2009-04-17 | 3 | -147/+379 | |
| | | | | | | | documents AccessCommands. (EJAB-910) * doc/guide.html: Likewise SVN Revision: 2025 | |||||
* | * src/ejabberd_ctl.erl: New option to require auth in ejabberdctl | Badlop | 2009-04-17 | 3 | -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 what | Badlop | 2009-04-17 | 2 | -11/+113 | |
| | | | | | | commands and arguments (EJAB-910) SVN Revision: 2023 | |||||
* | * doc/guide.tex: Explain that the recommended Erlang/OTP version | Badlop | 2009-04-14 | 4 | -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 was | Badlop | 2009-04-14 | 2 | -1/+6 | |
| | | | | | | done previously (thanks to Konstantin Khomoutov)(EJAB-850) SVN Revision: 2020 | |||||
* | after check, last commit was useless | Christophe Romain | 2009-04-14 | 1 | -2/+2 | |
| | | | | SVN Revision: 2019 | |||||
* | minor change, back to original patch | Christophe Romain | 2009-04-14 | 1 | -2/+2 | |
| | | | | SVN Revision: 2017 | |||||
* | minor typo fix | Christophe Romain | 2009-04-10 | 1 | -2/+2 | |
| | | | | SVN Revision: 2016 | |||||
* | minor improvement for best readability | Christophe Romain | 2009-04-10 | 1 | -3/+2 | |
| | | | | SVN Revision: 2014 | |||||
* | make sure caps table are clean on startup | Christophe Romain | 2009-04-10 | 1 | -0/+2 | |
| | | | | SVN Revision: 2013 | |||||
* | better hadling of presence in mod_caps | Christophe Romain | 2009-04-10 | 4 | -39/+69 | |
| | | | | SVN Revision: 2012 | |||||
* | * src/msgs/pl.po: Fix some translations (thanks to Andrzej Smyk) | Badlop | 2009-04-09 | 2 | -2/+6 | |
| | | | | SVN Revision: 2011 | |||||
* | * src/mod_pubsub/mod_pubsub.erl: Announce PubSub features in the | Badlop | 2009-04-08 | 2 | -6/+19 | |
| | | | | | | server JID only if PEP is enabled (EJAB-905) SVN Revision: 2010 | |||||
* | * src/mod_muc/mod_muc.erl: English fixes (thanks to Glenn Sieb) | Badlop | 2009-04-08 | 6 | -13/+19 | |
| | | | | | | | | | * src/mod_muc/mod_muc_log.erl: Likewise * src/mod_muc/mod_muc_room.erl: Likewise * src/mod_register.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 2009 | |||||
* | * src/ejabberd_frontend_socket.erl: Fix compilation warnings and | Badlop | 2009-04-08 | 2 | -4/+9 | |
| | | | | | | add TODO comments. SVN Revision: 2007 | |||||
* | * src/mod_irc/mod_irc_connection.erl: Fix compilation warnings. | Badlop | 2009-04-08 | 2 | -4/+8 | |
| | | | | SVN Revision: 2006 | |||||
* | pubsub: prevent blocking when sending lots of items, send last items to ↵ | Christophe Romain | 2009-04-08 | 2 | -158/+169 | |
| | | | | | | connected resource only, and cosmetic changes SVN Revision: 2005 |