summaryrefslogtreecommitdiff
path: root/src/mod_muc.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* During halt only shutdown MUC rooms on local nodeEvgeniy Khramtsov2015-07-081-1/+2
|
* Add missing options of mod_muc to validatorEvgeniy Khramtsov2015-06-031-2/+29
|
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+28
|
* Fix MUC room options vaildationEvgeniy Khramtsov2015-05-291-19/+24
|
* Validate MUC room options from the configuration fileEvgeniy Khramtsov2015-05-281-7/+54
|
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
|
* Add new 'default_db' optionEvgeniy Khramtsov2015-03-301-1/+1
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-2/+2
|
* Make sure x:data form possesses 'type' attributeEvgeniy Khramtsov2014-09-031-1/+2
|
* Serialize records to proplists before storing then in RiakEvgeniy Khramtsov2014-07-141-6/+19
|
* Add SQL to Riak converterEvgeniy Khramtsov2014-07-101-0/+5
|
* Improve Riak supportEvgeniy Khramtsov2014-07-101-0/+66
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-2/+2
|/
* Fixed parameter order in call to restore_room/3mrjameshamilton2014-01-231-1/+1
|
* Avoid case clause crash when loading permanent roomsEvgeniy Khramtsov2013-10-231-2/+2
|
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-211-0/+64
|
* Fix some dialyzer warningsEvgeniy Khramtsov2013-06-241-4/+5
|
* Fix all calls to functions of p1_tls applicationEvgeniy Khramtsov2013-06-201-1/+1
|
* Shutdown rooms before starting test casesEvgeniy Khramtsov2013-06-191-1/+15
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1128
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite