Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge pull request #442 from weiss/use-stable-elixir | Mickaël Rémond | 2015-02-24 | 1 | -1/+3 | |
| |\ \ \ | | | | | | | | | | | Use Elixir's 'v1.0' branch | |||||
| | * | | | Use Elixir's 'v1.0' branch | Holger Weiss | 2015-02-24 | 1 | -1/+3 | |
| | |/ / | | | | | | | | | | | | | | | | | The stable Elixir releases are currently built from the 'v1.0' branch, so let's use that. | |||||
| * | | | Merge branch 'master' of github.com:processone/ejabberd | Christophe Romain | 2015-02-23 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Increase common test timeout | Mickaël Rémond | 2015-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to cope with long launch time on small / slow VM. Fixes #440 | |||||
| * | | | | Add script for systemd (Guthub #434) | Christophe Romain | 2015-02-23 | 1 | -0/+17 | |
| |/ / / | ||||||
| * / / | Add compatibility macros for deprecated types (thanks to Alexey) | Christophe Romain | 2015-02-23 | 14 | -19/+65 | |
| |/ / | ||||||
* / / | Fix typo on state reuse | Mickaël Rémond | 2015-03-03 | 1 | -3/+3 | |
|/ / | | | | | | | It should help with the crash on #453 | |||||
* | | Update links | Mickaël Rémond | 2015-02-19 | 1 | -3/+2 | |
| | | ||||||
* | | Display build status | Mickaël Rémond | 2015-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | Update mod_vcard_ldap Guide documentation from Erlang to YAML format (Github ↵ | Badlop | 2015-02-17 | 1 | -115/+105 | |
| | | | | | | | | #274 #394) | |||||
* | | mod_carboncopy: Apply small code simplification15.02 | Holger Weiss | 2015-02-12 | 1 | -6/+2 | |
| | | ||||||
* | | Check availability before carbon copying | Holger Weiss | 2015-02-11 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | Before generating a carbon copy for a resource, make sure it's actually available. This handles the case where, for some reason, the 'unset_presence_hook' wasn't called during logout of a resource. Carbon copies sent to that resource would otherwise be re-routed to another resource (which might've received a copy of that message already). | |||||
* | | Don't crash if 'request_path' has unexpected type | Holger Weiss | 2015-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fix incorrect Elixir name | Mickaël Rémond | 2015-02-11 | 1 | -0/+0 | |
| | | ||||||
* | | Remove unused function clause in mod_carboncopy | Holger Weiss | 2015-02-11 | 1 | -3/+1 | |
| | | ||||||
* | | Fix "make install" without Elixir support | Holger Weiss | 2015-02-11 | 1 | -3/+3 | |
| | | | | | | | | | | Don't bail out during "make install" when ./configure was called without "--enable-elixir". | |||||
* | | Disable elixir support in travis tests | Paweł Chmielowski | 2015-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #429 from mremond/master | Mickaël Rémond | 2015-02-10 | 11 | -56/+203 | |
|\ \ | | | | | | | Add Elixir support to ejabberd | |||||
| * | | Add Elixir support to ejabberd | Mickaël Rémond | 2015-02-10 | 11 | -56/+203 | |
|/ / | ||||||
* | | Document EJABBERD_CONFIG_PATH in ejabberdctl.cfg | Holger Weiss | 2015-02-10 | 1 | -0/+11 | |
| | | ||||||
* | | README: Mention commands in the right order | Holger Weiss | 2015-02-09 | 1 | -5/+5 | |
| | | ||||||
* | | README: Mention how to create "configure" script | Holger Weiss | 2015-02-09 | 1 | -2/+4 | |
| | | ||||||
* | | Don't convert configuration values to strings | Holger Weiss | 2015-02-09 | 1 | -4/+2 | |
| | | ||||||
* | | Fix typo in debug message | Holger Weiss | 2015-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | List all available commands in the guide (EJAB-1735) | Badlop | 2015-01-28 | 1 | -4/+21 | |
| | | ||||||
* | | Support for "> ." in YAML configuration files | Badlop | 2015-01-28 | 2 | -1/+37 | |
| | | ||||||
* | | Merge pull request #414 from weiss/fix-function-specs | Evgeny Khramtsov | 2015-01-23 | 1 | -5/+6 | |
|\ \ | | | | | | | Fix a few jlib function specifications | |||||
| * | | Fix a few function specifications | Holger Weiss | 2015-01-23 | 1 | -5/+6 | |
|/ / | ||||||
* | | Fix integer parameter which can be set to 0 | Christophe Romain | 2015-01-22 | 1 | -7/+7 | |
| | | ||||||
* | | Merge pull request #413 from weiss/fix-timestamp-overflow | Evgeny Khramtsov | 2015-01-22 | 1 | -5/+10 | |
|\ \ | | | | | | | Fix timestamp formatting | |||||
| * | | Increment number of seconds on timestamp overflow | Holger Weiss | 2015-01-21 | 1 | -8/+9 | |
| | | | | | | | | | | | | | | | Increment the number of seconds and set the fractional part to zero if the latter is too large. | |||||
| * | | Don't match integer() against float() value | Holger Weiss | 2015-01-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix overflow in XEP-0203 delay: if microseconds exceeded 999499, *** was put ↵ | Nathan Bruning | 2015-01-21 | 1 | -1/+5 | |
| | | | | | | | | | | | | in the formatted timestamp | |||||
* | | | New command to reload config (EJAB-1140) | Badlop | 2015-01-21 | 2 | -1/+18 | |
| | | | ||||||
* | | | Fix missing copyright dates to 2015 (EJAB-1733) | Christophe Romain | 2015-01-21 | 10 | -5/+90 | |
|/ / | ||||||
* | | Merge pull request #410 from weiss/enable-transient-supervisors | Christophe Romain | 2015-01-20 | 1 | -2/+2 | |
|\ \ | | | | | | | Enable transient supervisors by default | |||||
| * | | Cosmetic changes for "./configure --help" output | Holger Weiss | 2015-01-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Enable transient supervisors by default | Holger Weiss | 2015-01-20 | 1 | -2/+2 | |
|/ / | | | | | | | | | Some features (e.g., "ejabberdctl incoming_s2s_number") don't work with transient supervisors disabled. | |||||
* | | Merge pull request #409 from hamano/scram-stringprep-checking | Evgeny Khramtsov | 2015-01-19 | 1 | -1/+1 | |
|\ \ | | | | | | | Scram stringprep checking(correct fix) | |||||
| * | | correct fix for #396 | HAMANO Tsukasa | 2015-01-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | correct fix for #396 | HAMANO Tsukasa | 2015-01-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update the Guide about using access_commands in YAML/CFG files | Badlop | 2015-01-15 | 1 | -7/+39 | |
| | | | ||||||
* | | | Fix binaries when ejabberd_ctl passes auth details | Badlop | 2015-01-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix access_commands option in ejabberd_xmlrpc, now it works | Badlop | 2015-01-15 | 3 | -9/+13 | |
| | | | ||||||
* | | | Get rid of asn1rt calls | Evgeniy Khramtsov | 2015-01-15 | 1 | -9/+8 | |
| | | | ||||||
* | | | Ignore warnings_as_errors everywhere | Evgeniy Khramtsov | 2015-01-15 | 1 | -0/+0 | |
| | | | ||||||
* | | | Merge pull request #400 from toopay/patch-clarity-cleanup | Evgeny Khramtsov | 2015-01-09 | 1 | -5/+2 | |
|\ \ \ | | | | | | | | | Fix spec comment and remove useless case block | |||||
| * | | | Fix spec comment and remove useless case block | Taufan Aditya | 2015-01-09 | 1 | -5/+2 | |
|/ / / | ||||||
* | | | Merge pull request #399 from toopay/patch-cleanup-unused-vars | Evgeny Khramtsov | 2015-01-08 | 3 | -3/+3 | |
|\ \ \ | | | | | | | | | Fix unused vars warning | |||||
| * | | | Fix unused vars warning | Taufan Aditya | 2015-01-09 | 3 | -3/+3 | |
|/ / / |