aboutsummaryrefslogtreecommitdiff
path: root/include/mod_muc_room.hrl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for file-based queuesEvgeniy Khramtsov2017-03-101-5/+4
| | | | | | | | | | | It's now possible to use files as internal packet queues. The following options are introduced: * queue_type: the option can be set to `ram` (default) or `file`. The option can be set per virtual host. * queue_dir: path to the directory where queues will be allocated. The default is 'queue' directory inside Mnesia directory. This is a global option and cannot be set per virtual host.
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-9/+9
|
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-7/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cyrsasl.erl src/ejabberd_c2s.erl src/ejabberd_cluster.erl src/ejabberd_frontend_socket.erl src/ejabberd_node_groups.erl src/ejabberd_router.erl src/mod_bosh.erl src/mod_ip_blacklist.erl src/mod_muc_mnesia.erl src/mod_offline.erl src/mod_proxy65_sm.erl
| * Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-131-7/+0
| |
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-2/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
| * Fix nick-to-jid mapping for MUC subscribersEvgeniy Khramtsov2016-09-121-0/+1
| |
| * Link MUC subscription to bare JIDEvgeniy Khramtsov2016-09-071-2/+7
| |
* | Rewrite mod_mam and mod_muc to use XML generatorEvgeniy Khramtsov2016-07-251-2/+1
|/
* Experimental MUC/Sub supportEvgeniy Khramtsov2016-07-081-0/+3
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Support for muc#roomconfig_presencebroadcast optionAlexey Shchepin2015-11-121-0/+2
|
* Add support for MUC MAMEvgeniy Khramtsov2015-08-081-1/+2
|
* Fix dialyzer warning in mod_muc_admin:206Badlop2015-05-211-2/+2
|
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-8/+10
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Make it possible to get/set vCards for MUC roomsEvgeniy Khramtsov2014-05-041-0/+1
|
* 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-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+116
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