aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #442 from weiss/use-stable-elixirMickaël Rémond2015-02-241-1/+3
| |\ \ \ | | | | | | | | | | Use Elixir's 'v1.0' branch
| | * | | Use Elixir's 'v1.0' branchHolger Weiss2015-02-241-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/ejabberdChristophe Romain2015-02-231-1/+1
| |\ \ \
| | * | | Increase common test timeoutMickaël Rémond2015-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This is needed to cope with long launch time on small / slow VM. Fixes #440
| * | | | Add script for systemd (Guthub #434)Christophe Romain2015-02-231-0/+17
| |/ / /
| * / / Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-2314-19/+65
| |/ /
* / / Fix typo on state reuseMickaël Rémond2015-03-031-3/+3
|/ / | | | | | | It should help with the crash on #453
* | Update linksMickaël Rémond2015-02-191-3/+2
| |
* | Display build statusMickaël Rémond2015-02-191-1/+1
| |
* | Update mod_vcard_ldap Guide documentation from Erlang to YAML format (Github ↵Badlop2015-02-171-115/+105
| | | | | | | | #274 #394)
* | mod_carboncopy: Apply small code simplification15.02Holger Weiss2015-02-121-6/+2
| |
* | Check availability before carbon copyingHolger Weiss2015-02-111-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 typeHolger Weiss2015-02-111-1/+1
| |
* | Fix incorrect Elixir nameMickaël Rémond2015-02-111-0/+0
| |
* | Remove unused function clause in mod_carboncopyHolger Weiss2015-02-111-3/+1
| |
* | Fix "make install" without Elixir supportHolger Weiss2015-02-111-3/+3
| | | | | | | | | | Don't bail out during "make install" when ./configure was called without "--enable-elixir".
* | Disable elixir support in travis testsPaweł Chmielowski2015-02-101-1/+1
| |
* | Merge pull request #429 from mremond/masterMickaël Rémond2015-02-1011-56/+203
|\ \ | | | | | | Add Elixir support to ejabberd
| * | Add Elixir support to ejabberdMickaël Rémond2015-02-1011-56/+203
|/ /
* | Document EJABBERD_CONFIG_PATH in ejabberdctl.cfgHolger Weiss2015-02-101-0/+11
| |
* | README: Mention commands in the right orderHolger Weiss2015-02-091-5/+5
| |
* | README: Mention how to create "configure" scriptHolger Weiss2015-02-091-2/+4
| |
* | Don't convert configuration values to stringsHolger Weiss2015-02-091-4/+2
| |
* | Fix typo in debug messageHolger Weiss2015-02-081-1/+1
| |
* | List all available commands in the guide (EJAB-1735)Badlop2015-01-281-4/+21
| |
* | Support for "> ." in YAML configuration filesBadlop2015-01-282-1/+37
| |
* | Merge pull request #414 from weiss/fix-function-specsEvgeny Khramtsov2015-01-231-5/+6
|\ \ | | | | | | Fix a few jlib function specifications
| * | Fix a few function specificationsHolger Weiss2015-01-231-5/+6
|/ /
* | Fix integer parameter which can be set to 0Christophe Romain2015-01-221-7/+7
| |
* | Merge pull request #413 from weiss/fix-timestamp-overflowEvgeny Khramtsov2015-01-221-5/+10
|\ \ | | | | | | Fix timestamp formatting
| * | Increment number of seconds on timestamp overflowHolger Weiss2015-01-211-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() valueHolger Weiss2015-01-211-1/+1
| | |
| * | Fix overflow in XEP-0203 delay: if microseconds exceeded 999499, *** was put ↵Nathan Bruning2015-01-211-1/+5
| | | | | | | | | | | | in the formatted timestamp
* | | New command to reload config (EJAB-1140)Badlop2015-01-212-1/+18
| | |
* | | Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-2110-5/+90
|/ /
* | Merge pull request #410 from weiss/enable-transient-supervisorsChristophe Romain2015-01-201-2/+2
|\ \ | | | | | | Enable transient supervisors by default
| * | Cosmetic changes for "./configure --help" outputHolger Weiss2015-01-201-1/+1
| | |
| * | Enable transient supervisors by defaultHolger Weiss2015-01-201-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-checkingEvgeny Khramtsov2015-01-191-1/+1
|\ \ | | | | | | Scram stringprep checking(correct fix)
| * | correct fix for #396HAMANO Tsukasa2015-01-191-1/+1
| | |
| * | correct fix for #396HAMANO Tsukasa2015-01-191-1/+1
| | |
* | | Update the Guide about using access_commands in YAML/CFG filesBadlop2015-01-151-7/+39
| | |
* | | Fix binaries when ejabberd_ctl passes auth detailsBadlop2015-01-151-1/+1
| | |
* | | Fix access_commands option in ejabberd_xmlrpc, now it worksBadlop2015-01-153-9/+13
| | |
* | | Get rid of asn1rt callsEvgeniy Khramtsov2015-01-151-9/+8
| | |
* | | Ignore warnings_as_errors everywhereEvgeniy Khramtsov2015-01-151-0/+0
| | |
* | | Merge pull request #400 from toopay/patch-clarity-cleanupEvgeny Khramtsov2015-01-091-5/+2
|\ \ \ | | | | | | | | Fix spec comment and remove useless case block
| * | | Fix spec comment and remove useless case blockTaufan Aditya2015-01-091-5/+2
|/ / /
* | | Merge pull request #399 from toopay/patch-cleanup-unused-varsEvgeny Khramtsov2015-01-083-3/+3
|\ \ \ | | | | | | | | Fix unused vars warning
| * | | Fix unused vars warningTaufan Aditya2015-01-093-3/+3
|/ / /