hrj
|
d3a2c6fa35
|
Minor: use Map.of()
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-14 10:08:33 +05:30 |
|
hrj
|
b765399f68
|
debug captcha: use safe alphabets only
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
|
hrj
|
954399042c
|
debug catpcha: only use alphabets
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
|
Rahul Rudragoudar
|
4612dfa1cd
|
Migrate to HttpServer (#76)
* Migrate to Fibry
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Improve error handling
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update models and fields
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Enable fibry server
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update .gitignore
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Convert captcha class to object
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Rollback error handling
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update models
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Migrate to sun http server
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Refactor: Linter and formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Remove redundant dependancy
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-04-11 17:57:15 +05:30 |
|
Rahul Rudragoudar
|
2c0f3deb8a
|
Add supportedParams method
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-03-11 21:23:24 +05:30 |
|
Rahul Rudragoudar
|
c00680f631
|
Add config method
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-03-02 21:32:45 +05:30 |
|
Rahul Rudragoudar
|
de50d8123e
|
Linter and Formatter support (#58)
* Add scala linter and formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add java formatter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add linter support
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Increase maxColumn limit
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Reformat and lint
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Minor reformatting
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add scala formatter on compile option
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Enable scala linter for CI
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-02-25 23:49:39 +05:30 |
|
Rahul Rudragoudar
|
6d04cdc3b4
|
Refactor modules (#56)
* Refactor:Modules
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add config file
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Restore sample images
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-02-24 15:21:16 +05:30 |
|
hrj
|
3d147950a4
|
prevent resource leak by using try-with-resource syntax
|
2020-07-03 22:20:30 +05:30 |
|
hrj
|
715b9e4206
|
set anti-aliasing
|
2019-06-08 11:21:13 +05:30 |
|
hrj
|
cf71757b5f
|
return correct content type
|
2019-06-08 11:07:06 +05:30 |
|
hrj
|
9c7efb5e4a
|
toString method for Challenge
|
2019-06-08 11:06:53 +05:30 |
|
hrj
|
80cf6b66fd
|
add attribution to gif sequence writer class
|
2019-03-31 19:03:22 +05:30 |
|
Prajwal Goudar
|
f2c588ef23
|
support for loading fonts dynamically with an option to choose level (#26)
* support for loading fonts dynamically with an option to choose level("easy","medium","hard")
* removed unwanted method
* changes made as required
|
2019-03-25 19:44:38 +05:30 |
|
Prajwal Goudar
|
0fe1dd1ae4
|
made changes to checkCaptcha function
|
2019-03-13 10:08:17 +05:30 |
|
Prajwal Goudar
|
a4a3a63f3f
|
added captcha types as required
|
2019-03-09 16:27:36 +05:30 |
|
Prajwal Goudar
|
bb9fa10d72
|
fixed issues
|
2019-03-09 16:23:56 +05:30 |
|
Prajwal Goudar
|
994c5751ca
|
added code to generate font fun captcha(type_1)
added code to generate gif format captcha(type_2)
added code to generate shadow text captcha(type_3)
minor changes in Main.scala file to fix errors
|
2019-03-06 02:53:09 +05:30 |
|
hrj
|
d99b120b2c
|
redesign the challenge provider interface to be Java compatible
|
2019-03-05 17:49:20 +05:30 |
|
Rahul Rudragoudar
|
36aa8639fd
|
Added binary data support for response class
|
2018-12-17 13:38:31 +05:30 |
|
Rahul Rudragoudar
|
4acb527ec8
|
Returns the body in string format
|
2018-11-10 12:34:05 +05:30 |
|
Rahul Rudragoudar
|
4bf6b45f2f
|
Added the JLHTTP server
|
2018-11-10 12:29:12 +05:30 |
|