summaryrefslogtreecommitdiff
path: root/src/misc.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov2017-10-091-1/+46
|
* Better handle mobile devices in CSS of mod_register_webEvgeniy Khramtsov2017-10-091-1/+13
| | | | Thanks to Marek Foss. Fixes #2039
* Use eimp instead of ImageMagick calls for thumbnails creationEvgeniy Khramtsov2017-09-251-1/+7
|
* Don't attempt to access(2) a certificate fileEvgeniy Khramtsov2017-08-171-15/+5
| | | | Fixes #1375
* Support XEP-0357: Push NotificationsHolger Weiss2017-07-201-2/+14
| | | | Closes #1379.
* Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov2017-05-231-72/+14
|
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-121-1/+29
|
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-1/+5
| | | | | | | | | | | | | | The changes are very similar to those from previous commit: * Now there is no need to pass validating function in gen_mod:get_opt() and gen_mod:get_module_opt() functions, because the modules' configuration keeps already validated values. * New functions gen_mod:get_opt/2 and gen_mod:get_module_opt/3 are introduced. * Functions gen_mod:get_opt/4 and get_module_opt/5 are deprecated. If the functions are still called, the "function" argument is simply ignored. * Validating callback Mod:listen_opt_type/1 is introduced to validate listening options at startup.
* Move compile_exprs() to misc moduleEvgeniy Khramtsov2017-04-161-1/+25
|
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-0/+226
Thanks Microsoft Windows to not support some filenames