| Commit message (Expand) | Author | Age | Files | Lines |
* | * src/ejabberd_listener.erl (start_listener): Start also the | Badlop | 2008-03-31 | 1 | -0/+15 |
* | * src/Makefile.in: Support for parallel compilation with 'make -j' | Badlop | 2008-03-26 | 3 | -4/+17 |
* | * src/ejabberd_local.erl: The iq_response table wasn't cloned | Alexey Shchepin | 2008-03-25 | 1 | -0/+1 |
* | * src/Makefile.in: Only try to install epam if pam was enabled | Badlop | 2008-03-25 | 1 | -1/+6 |
* | * src/Makefile.in: Failure to install epam is not | Badlop | 2008-03-25 | 1 | -1/+1 |
* | * src/msgs/de.msg: Fix irc typo (thanks to Jonathan Schleifer) | Badlop | 2008-03-24 | 4 | -4/+4 |
* | * src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass (EJ... | Mickaël Rémond | 2008-03-22 | 1 | -2/+2 |
* | * src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG | Badlop | 2008-03-21 | 2 | -3/+3 |
* | Pubsub subscription is now wrapped in pubsub tags (EJAB-580) | Christophe Romain | 2008-03-21 | 1 | -7/+6 |
* | Seek epam binary into priv/bin (EJAB-573) | Christophe Romain | 2008-03-21 | 4 | -3/+20 |
* | Rewrite io:format calls to loglevel macros (EJAB-555) | Christophe Romain | 2008-03-21 | 13 | -63/+78 |
* | * src/eldap.erl: Improved logging. We now use ejabberd logging framework (EJA... | Mickaël Rémond | 2008-03-20 | 1 | -85/+63 |
* | * src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful connectio... | Mickaël Rémond | 2008-03-17 | 2 | -1/+6 |
* | * src/ejabberd_ctl.erl: API improvement: Added reopen_log_hook (EJAB-565) | Mickaël Rémond | 2008-03-15 | 1 | -0/+2 |
* | * src/ejabberd_s2s.erl: API improvement: Added s2s_connect_hook (EJAB-566). | Mickaël Rémond | 2008-03-15 | 1 | -0/+1 |
* | * src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because | Badlop | 2008-03-13 | 1 | -0/+1 |
* | * src/ejabberd.hrl: Removed unused ejabberd_debug and | Badlop | 2008-03-13 | 1 | -15/+14 |
* | * src/mod_echo.erl: Small change to avoid a compilation warning of | Badlop | 2008-03-12 | 1 | -4/+7 |
* | * src/web/ejabberd_web_admin.erl (term_to_string): Show Erlang | Badlop | 2008-03-12 | 1 | -1/+4 |
* | * src/ejabberd_s2s_in.erl (get_cert_domains): When compiling with | Badlop | 2008-03-11 | 1 | -2/+6 |
* | * src/ejabberd_update.erl: Fix crash when browsing the Update | Badlop | 2008-03-10 | 1 | -2/+2 |
* | * src/web/ejabberd_http_poll.erl: Fixed HTTP headers when a | Alexey Shchepin | 2008-03-09 | 1 | -1/+1 |
* | * src/mod_proxy65/mod_proxy65_service.erl: Implement alternative | Badlop | 2008-03-09 | 1 | -1/+1 |
* | add missing ~p to error message | Christophe Romain | 2008-03-07 | 1 | -1/+1 |
* | * src/eldap/eldap_pool.erl: Improved logging | Mickaël Rémond | 2008-03-07 | 1 | -0/+4 |
* | * doc/guide.tex: Improve documentation of host_config | Badlop | 2008-03-04 | 2 | -2/+44 |
* | * doc/guide.tex: mod_announce recommends, but doesn't require | Badlop | 2008-03-04 | 1 | -1/+1 |
* | * src/tls/tls.erl: recv_data/2 doesn't throw exceptions now | Alexey Shchepin | 2008-03-03 | 2 | -3/+19 |
* | * src/ejabberd_check.erl: Fixed missing clause (EJAB-533). | Mickaël Rémond | 2008-02-29 | 1 | -1/+3 |
* | * src/mod_roster.erl: Fixed "from" attribute in roster pushes | Alexey Shchepin | 2008-02-28 | 2 | -2/+2 |
* | * src/ejabberd_app.erl (prep_stop): Stop modules when stopping | Badlop | 2008-02-28 | 4 | -10/+49 |
* | * src/ejabberd_check.erl: Separate config loading from configuration sanity c... | Mickaël Rémond | 2008-02-27 | 3 | -31/+101 |
* | * src/msgs/it.msg: Updated (thanks to Smart2128) | Badlop | 2008-02-26 | 1 | -20/+9 |
* | * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov) | Badlop | 2008-02-20 | 2 | -14/+22 |
* | * src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet) | Badlop | 2008-02-19 | 11 | -48/+126 |
* | add pgsql driver monitoring | Christophe Romain | 2008-02-19 | 1 | -0/+1 |
* | * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns a... | Mickaël Rémond | 2008-02-19 | 6 | -4/+30 |
* | Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks ... | Christophe Romain | 2008-02-18 | 1 | -7/+5 |
* | Retreive connection type in sm_register_connection_hook | Christophe Romain | 2008-02-15 | 3 | -21/+57 |
* | * src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437) | Badlop | 2008-02-14 | 13 | -6/+18 |
* | * src/cyrsasl_digest.erl: Unquote backslash in DIGEST-MD5 quoted | Alexey Shchepin | 2008-02-14 | 1 | -2/+4 |
* | * src/mod_roster.erl: Removed the ancient Psi roster workaround | Alexey Shchepin | 2008-02-14 | 2 | -77/+1 |
* | * odbc_queries: fix list_users queries with limit/offset. | Jérôme Sautret | 2008-02-12 | 1 | -2/+2 |
* | * odbc_queries: fix list_users query with prefix. | Jérôme Sautret | 2008-02-12 | 1 | -11/+11 |
* | * src/web/ejabberd_web_admin.erl: Fixed native support for all the | Badlop | 2008-02-12 | 1 | -9/+20 |
* | * src/acl.erl: Normalize ACL before adding to the configuration | Badlop | 2008-02-12 | 1 | -3/+14 |
* | * src/ejabberd_auth.erl: Do not allow empty password at creation. On authent,... | Mickaël Rémond | 2008-02-11 | 4 | -4/+9 |
* | * src/ejabberd_receiver.erl: Avoid crash to appear in log, when trying to clo... | Mickaël Rémond | 2008-02-11 | 1 | -9/+8 |
* | use if event instead of x when xmlns is pubsub#event (EJAB-518) | Christophe Romain | 2008-02-11 | 1 | -4/+4 |
* | * src/mod_muc/mod_muc_room.erl: Bugfix: local message stanza may | Badlop | 2008-02-11 | 1 | -6/+6 |