Sonny Scroggin
73e6b7ed22
Add support for using yaml config file.
...
When converting to use the yaml config, the option for `allowed_ips`
gets stored as a binary. But needs to be compared against the client ip
of the request (which is a tuple). This converts the list of binaries
into a list of ip tuples.
2014-03-18 11:36:57 -05:00
Sonny Scroggin
9a30d2d022
Clean up.
2014-03-18 11:36:56 -05:00
Sonny Scroggin
b194fd5c99
Just return the value if it exists, otherwise return the default.
...
The guard here caused the ‘EXIT’ clause to be triggered in
`ejabberd_config:prepare_opt_val/4` on line 573 of
`ejabberd_config.erl`.
2014-03-18 11:36:56 -05:00
Badlop
d98d55e1f7
Use Lager when compiling mod_rest, and include minimum in this repository ( fixes #13 )
2014-03-03 16:55:44 +01:00
Badlop
a5ae331263
Fix mod_rest to work with ejabberd master
2013-09-25 18:43:27 +02:00
Paul Donohue
da98b215a9
Some more binary conversions in mod_muc_admin, mod_rest, and mod_shcommands
...
mod_rest may still need more work
2013-07-31 14:04:54 -04:00
Badlop
a380488235
Add ebin/ dirs with .keepme file to ensure Git tracks them
2013-04-15 12:18:19 +02:00
Badlop
ee7d3c7030
Initial import from ejabberd-modules SVN
2013-04-15 12:03:14 +02:00