Muhammad Iqbal Alaydrus
|
5db7ea1732
|
- fixing incorrect IP comparison. unsafeCompare was comparing between converted IP address with IP string.
- `IPInRange` should be both inclusive to accommodate /32 private subnet additions
- added more tests
|
2022-11-22 17:31:22 +07:00 |
|
Gerasimos (Makis) Maropoulos
|
7ab0f6fff5
|
set min version on tls configuration even on the tests and examples
|
2022-03-10 21:48:05 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
28af63fd84
|
minor
|
2022-03-06 21:15:11 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
a5c43f1d9d
|
As the default value is TLS 1.0, which is considered insecure, it is recommended to explicitly set the MinVersion to a secure version of TLS
|
2022-03-06 19:43:09 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
bf54d33a3e
|
add new ':email' path parameter and revert the jsoniter removal
|
2021-10-13 16:22:22 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
8f9140b705
|
New Context.FormFiles method
|
2021-06-07 15:33:19 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
5994fd5d4e
|
New iris.WithKeepAlive(time.Duration) Configurator is added as a helper to enable TCP listener featured with keep-alive
|
2021-01-31 21:24:15 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
64f95a59b4
|
fix ip_test (see prev commit)
|
2020-09-16 13:21:34 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
373b8993ad
|
add viper configuration example and minor improvements - read HISTORY.md
|
2020-09-16 12:59:51 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
e828a96752
|
fix #1633 and respect controller's no log option for websocket controllers too
|
2020-09-15 23:37:11 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
ffae9c0d09
|
rewrite middleware: add PrimarySubdomain and simplify its usage example
|
2020-08-20 03:05:47 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
d0d7679a98
|
minor
|
2020-08-14 14:18:41 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
9f0872719f
|
fix SubdomainRedirect on loopbacks
fix: https://github.com/kataras/iris/issues/1584#issuecomment-674001454
|
2020-08-14 14:14:29 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
7f9e664b90
|
Option for Socket Sharding as requested at #1544
Former-commit-id: 0384baf593012377a94344d647ca41121294285a
|
2020-06-26 20:29:36 +03:00 |
|
Hank Shen
|
7aecacdffe
|
fix typo
Former-commit-id: 181b7b504f22c3510dbeef3d6fbd43af226835e2
|
2020-06-18 13:42:57 +08:00 |
|
Gerasimos (Makis) Maropoulos
|
0cf5d5a4a3
|
minor
Former-commit-id: 85c8b1e20da6e39485478025ef1b0f80ef953e4a
|
2020-04-21 09:27:28 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
6c6de6b85d
|
improve remote addr parsing as requested at: https://github.com/kataras/iris/issues/1453
Former-commit-id: e5fde988eda9bf582b04285a1c77ba123910a699
|
2020-04-20 10:43:45 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
3093d65363
|
version 12.1.5
Former-commit-id: cda69f08955cb0d594e98bf26197ee573cbba4b2
|
2020-02-02 16:29:06 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
b2c5ec03fd
|
miscellaneous
Former-commit-id: bc2fddd4da23ec917be5dd9e8bddd4b13cdce050
|
2020-01-07 03:41:07 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
79a965ec2d
|
minor
Former-commit-id: de1a500475a9d6f96e86445cfb9e85a57a65d1c2
|
2020-01-05 18:27:21 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
221978e41a
|
Upgrade to new go errors and some minor fixes and improvements including easier debugging of invalid routes and e.t.c.
Former-commit-id: 5809157b952ccc61a67a9861470774b3a6fee024
|
2019-10-24 18:57:05 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
07046ab978
|
formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
|
2019-08-17 10:06:20 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
736709aa75
|
resolve conflicts with current master v11.1.1
Former-commit-id: 659ff392e889f3a8552d7da3d44848f1a364f7b2
|
2019-07-23 19:20:07 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
cc26f3eeed
|
https://github.com/kataras/iris/issues/1217
Former-commit-id: 3aa98f18efb2f4fbdd6f55ac883e9747236c7e40
|
2019-07-22 11:29:45 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
7af5f139e0
|
fix typo
Former-commit-id: 7b5d5530279789a3118190feb57776948b305662
|
2019-06-07 21:07:08 +03:00 |
|
Gerasimos Maropoulos
|
b62080c4bb
|
Sessions are now in full sync with the registered database, on acquire(init), set, get, delete, clear, visit, len, release(destroy) as requested by almost everyone. https://github.com/kataras/iris/issues/969
Former-commit-id: 49fcdb93106a78f0a24ad3fb4d8725e35e98451a
|
2018-04-22 13:52:36 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
e176ff7b0c
|
NEW: Application#SubdomainRedirect . Example: https://github.com/kataras/iris/blob/master/_examples/subdomains/redirect/main.go
Former-commit-id: d8dd7c426dc9f14c870f103fef703595a2915612
|
2018-01-20 05:17:31 +02:00 |
|
kataras
|
4da5cd47f1
|
Update to 8.2.2 | Google reCAPTCHA. Read HISTORY.md
Former-commit-id: dc8ee74fa33b2fbc41659c9097955afb152d5a6f
|
2017-08-10 15:21:42 +03:00 |
|
kataras
|
9f85b74fc9
|
Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded
Former-commit-id: da4f38eb9034daa49446df3ee529423b98f9b331
|
2017-07-10 18:32:42 +03:00 |
|