summaryrefslogtreecommitdiff
path: root/src/mod_bosh.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-24Fix WebSocket uppercaseBadlop1-1/+1
2022-02-11Update copyright year to 2022Badlop1-1/+1
2022-02-03Use the same wording in all the identical options db_type and ram_db_typeBadlop1-1/+2
2021-08-23Use specific syntax so modules and top-level will be linksBadlop1-6/+6
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-05-09Provide minimal mod_bosh configuration exampleBadlop1-1/+14
2020-04-02Add three missing mod_bosh optionsBadlop1-0/+19
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2020-01-08Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov1-1/+47
2019-07-17Use econf:timeout() instead of econf:pos_int() wherever appropriateEvgeny Khramtsov1-4/+4
2019-06-15Get rid of "well-known" typeEvgeny Khramtsov1-10/+7
2019-06-14Use new configuration validatorEvgeny Khramtsov1-56/+49
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-09-09Fix some dialyzer warningsEvgeny Khramtsov1-1/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+0
2018-01-23Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov1-19/+20
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-10-09Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov1-53/+11
2017-04-30Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov1-8/+2
2017-04-14Use cache in front of Redis/SQL RAM backendsEvgeniy Khramtsov1-8/+117
2017-03-10Add support for file-based queuesEvgeniy Khramtsov1-2/+4
2017-02-24Improve startup procedureEvgeniy Khramtsov1-3/+3
2017-02-22Reload modules when reloading configuration fileEvgeniy Khramtsov1-1/+7
2017-02-18Fix some dialyzer warningsEvgeniy Khramtsov1-1/+1
2017-02-14Attach modules to gen_mod's supervisorEvgeniy Khramtsov1-2/+2
2017-02-13Check result of gen_mod:start/2 callback (#1534)Evgeniy Khramtsov1-3/+3
2017-01-13Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov1-126/+17
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2017-01-02Remove mod_http_bind and migration code to mod_boshPaweł Chmielowski1-31/+127
2016-11-30Improve handling of mnesia schemaChristophe Romain1-1/+1
2016-11-22New bosh modulePaweł Chmielowski1-0/+296