Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Let systemd stop ejabberd gracefully | Holger Weiss | 2016-10-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the "ExecStop" command line blocks until ejabberd is actually stopped. This prevents systemd from killing the ejabberd process(es) immediately. Also, let the "ExecStart" command line block until ejabberd's startup is completed. This makes sure that services which depend on ejabberd aren't started up too early. | |||||
| | * | | | | Increase file descriptor limit in systemd unit | Holger Weiss | 2016-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 16,000 file descriptors will only suffice for small setups. | |||||
| | * | | | | Don't specify "ExecReload" command in systemd unit | Holger Weiss | 2016-10-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "reload_config" command doesn't work the way admins would typically expect, so it shouldn't be exposed via systemd. Those who understand the behavior can execute the command using ejabberdctl. | |||||
| | * | | | | Let systemd restart ejabberd on failure | Holger Weiss | 2016-10-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "RestartSec=5" setting has no effect if "Restart" is not also specified. | |||||
| | * | | | | Use "Type=forking" in systemd unit | Holger Weiss | 2016-10-19 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ejabberd is not a "oneshot" process. | |||||
| | * | | | | Don't set "NoNewPrivileges" in systemd unit | Holger Weiss | 2016-10-19 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "NoNewPrivileges" setting breaks some PAM and extauth setups. Fixes #1281. | |||||
| | * | | | | Don't let systemd hide /home and /tmp | Holger Weiss | 2016-10-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Admins might expect ejabberd to be able to access data below /home or /tmp. For example, they might use those locations to dump/restore Mnesia backups, or as a document root for mod_http_fileserver or mod_http_upload. Fixes #1297. | |||||
| * | | | | | Fix typo in copyright date | Christophe Romain | 2016-11-23 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Move copyright definition to ejabberd.hrl | Evgeniy Khramtsov | 2016-11-23 | 10 | -17/+36 | |
| | | | | | | ||||||
| * | | | | | Don't use deprecated functions from jlib.erl | Evgeniy Khramtsov | 2016-11-23 | 4 | -9/+9 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Fix xref issue injected by fbfbb96 | Christophe Romain | 2016-11-22 | 2 | -7/+10 | |
| | | | | | ||||||
| * | | | | Fix get_roster issue injected by fbfbb96 | Christophe Romain | 2016-11-22 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Fix vcard_ldap exports | Christophe Romain | 2016-11-22 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | Add missing export | Christophe Romain | 2016-11-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix issues on import improvements | Christophe Romain | 2016-11-22 | 5 | -8/+9 | |
| | | | | | ||||||
| * | | | | Add missing include file | Paweł Chmielowski | 2016-11-22 | 1 | -0/+51 | |
| | | | | | ||||||
| * | | | | New bosh module | Paweł Chmielowski | 2016-11-22 | 3 | -2/+1395 | |
| | | | | | ||||||
| * | | | | Improve ODBC import | Christophe Romain | 2016-11-22 | 43 | -539/+718 | |
| | | | | | ||||||
| * | | | | Add new xmpp repo as dependency in mix.exs | Christophe Romain | 2016-11-22 | 2 | -7/+9 | |
| | | | | | ||||||
| * | | | | Remove now() from mod_offline.hrl | Paweł Chmielowski | 2016-11-22 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Add OTP 19.1 to Travis' testing platforms | Evgeniy Khramtsov | 2016-11-22 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Fix logging in tests on R17 | Evgeniy Khramtsov | 2016-11-21 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Set 'sql_pool_size' to 1 by default for sqlite | Evgeniy Khramtsov | 2016-11-21 | 1 | -4/+18 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2016-11-21 | 5 | -4/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix elixir tests | Paweł Chmielowski | 2016-11-21 | 5 | -4/+5 | |
| | | | | | | ||||||
| * | | | | | Set 'sql_pool_size' to 1 for sqlite tests | Evgeniy Khramtsov | 2016-11-21 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | | | Fix non-empty disco-nodes processing | Evgeniy Khramtsov | 2016-11-21 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Fix s2s test | Paweł Chmielowski | 2016-11-21 | 2 | -1/+4 | |
| | | | | | ||||||
| * | | | | Fix handling mod_http_upload disco#info queries: need decoded elements | Badlop | 2016-11-21 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | As reported in https://www.ejabberd.im/forum/28605/ejabberd-modhttpupload-error-405-not-allowed | |||||
| * | | | | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2016-11-21 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Log more data for failed s2s connection | Paweł Chmielowski | 2016-11-21 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Fix conference disco#items when running multiple virtual hosts | Evgeniy Khramtsov | 2016-11-21 | 1 | -11/+11 | |
| | | | | | | ||||||
| * | | | | | Do not send empty <after/> tag | Evgeniy Khramtsov | 2016-11-21 | 1 | -1/+2 | |
| |/ / / / | ||||||
| * | | | | Don't forget to start XMPP application | Evgeniy Khramtsov | 2016-11-21 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | Fix RSM for conference disco#items | Evgeniy Khramtsov | 2016-11-20 | 2 | -89/+139 | |
| | | | | | ||||||
| * | | | | Use xmpp_util.erl from XMPP library | Evgeniy Khramtsov | 2016-11-19 | 2 | -170/+1 | |
| | | | | | ||||||
| * | | | | Transform ejabberd_commands on the start | Evgeniy Khramtsov | 2016-11-19 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Switch to stand-alone XMPP library | Evgeniy Khramtsov | 2016-11-19 | 55 | -48194/+10 | |
| | | | | | ||||||
| * | | | | Fix includes in eunit compilation flags | Paweł Chmielowski | 2016-11-18 | 2 | -7/+14 | |
| | | | | | ||||||
| * | | | | Fix elixir tests | Paweł Chmielowski | 2016-11-18 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Remove useless NO_EXT_LIB flag | Christophe Romain | 2016-11-18 | 4 | -13/+3 | |
| | | | | | ||||||
| * | | | | Get rid of substitute_forwarded | Paweł Chmielowski | 2016-11-18 | 2 | -17/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2016-11-18 | 24 | -743/+146 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/ejabberd_SUITE.erl | |||||
| | * | | | | Add auth to mod_http_fileserver | Paweł Chmielowski | 2016-11-17 | 1 | -26/+62 | |
| | | | | | | ||||||
| | * | | | | Fix typo | Christophe Romain | 2016-11-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Remove obsolete/temp file | Christophe Romain | 2016-11-16 | 1 | -301/+0 | |
| | | | | | | ||||||
| | * | | | | Ensure that presence_broadcast room option is stored (#1380) | Badlop | 2016-11-16 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Tell git to ignore the example file ejabberd.service | Badlop | 2016-11-16 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Handle correctly p1_http:request result | Badlop | 2016-11-16 | 1 | -2/+2 | |
| | | |_|/ | | |/| | | ||||||
| | * | | | Minor cosmetic changes on pubsub code | Christophe Romain | 2016-11-15 | 5 | -10/+9 | |
| | | | | |