summaryrefslogtreecommitdiff
path: root/src/ejabberd_captcha.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-08-11Fix regression introduced by b82b93f8f0c229eEvgeniy Khramtsov1-16/+11
2017-05-08Add type specs for Module:opt_type/1Evgeniy Khramtsov1-0/+4
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-15/+4
2017-04-28Don't re-define validation functions in multiple placesEvgeniy Khramtsov1-3/+3
2017-03-14Get rid of p1_sha callsAlexey Shchepin1-2/+2
2017-02-26Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov1-3/+3
2017-02-16Fix some dialyzer warningsEvgeniy Khramtsov1-1/+1
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-11-26Improve translation of some messagesEvgeniy Khramtsov1-5/+2
2016-11-24Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov1-1/+1
2016-10-07Add xdata generator and make some code using itEvgeniy Khramtsov1-0/+1
2016-09-24Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov1-1/+1
2016-07-28Rewrite captcha to use XML generatorEvgeniy Khramtsov1-192/+69
2016-02-03Switch to Fast XML moduleMickael Remond1-1/+1
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-12-04Remove now() - part 1Paweł Chmielowski1-2/+1
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov1-3/+3
2015-10-07cosmetic cleanupChristophe Romain1-38/+4
2015-06-01Add config validation at startupEvgeniy Khramtsov1-1/+14
2015-05-21Document protocol support (EJABS-1620)Badlop1-0/+2
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop1-1/+1
2014-12-24Fix ejabberd_captcha's listener parsingHolger Weiss1-9/+9
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop1-1/+1
2014-02-22Update FSF addressJamie Nguyen1-4/+3
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov1-4/+4
2013-06-20Fix all calls to functions of p1_tls applicationEvgeniy Khramtsov1-2/+2
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-1/+2
2013-03-14Accumulated patch to binarize and indent codeBadlop1-405/+508
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2012-04-24Fix English strings (thanks to Andreas van Cranenburgh)Badlop1-1/+1
2012-02-23Update copyright datesAlexey Shchepin1-1/+1
2011-05-18When checking captcha setup, try to generate image only when captcha is enabl...Evgeniy Khramtsov1-8/+9
2011-04-26Throw error when captcha fails at server start, not later at runtimeBadlop1-20/+8
2011-04-18Remove forgotten -compile(export_all).Evgeniy Khramtsov1-1/+1
2011-04-18Implement CAPTCHA limitEvgeniy Khramtsov1-28/+101
2011-04-11Support more captcha_host value formats (EJAB-1418)Badlop1-3/+7
2011-03-03If the port number isn't listener, then specify the protocol (EJAB-1418)Badlop1-11/+10
2011-03-03captcha_host must have the port number to get protocol (EJAB-1418)Badlop1-2/+2
2011-02-14update copyright up to 2011Christophe Romain1-1/+1
2011-02-14Provide HTTPS URL in CAPTCHA form when listener has 'tls' option (EJAB-1406)Badlop1-3/+43
2010-10-27Include a Required xml element in the captcha fieldBadlop1-2/+4
2010-10-25Changes in registration form to workaround client problems (EJAB-1262)Badlop1-4/+12
2010-10-25Provide image url in registration form when captcha is enabledEvgeniy Khramtsov1-1/+7
2010-10-24CAPTCHA IBR support (EJAB-1262)Evgeniy Khramtsov1-9/+64
2010-04-28Reduce verbosity of log when captcha_cmd is checked but not configured.Badlop1-1/+1
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop1-1/+1
2010-01-11Show and throw error when captcha_cmd is required but not configured.Badlop1-3/+6
2009-07-30do not crash on unmatched requestEvgeniy Khramtsov1-1/+4
2009-06-09Add forgotten copyright and license notices. Fix blackspaces.Badlop1-2/+21