lemmy/server/src
Pierce 2f01e15cae
Fixes regression from #848
The api for actix_web::dev::ConnectionInfo changed from 2.0.0 to 3.0.0. The equivalent of 2.0.0's remote() in 3.0.0 is realip_remote_addr(), not remote_addr().

https://docs.rs/actix-web/2.0.0/actix_web/dev/struct.ConnectionInfo.html#method.remote
https://docs.rs/actix-web/3.0.0-alpha.3/actix_web/dev/struct.ConnectionInfo.html#method.realip_remote_addr
2020-07-08 02:20:08 -04:00
..
api Remove materialized views. (#908) 2020-07-07 10:54:44 -04:00
apub Federation async (#848) 2020-07-01 08:54:29 -04:00
db Remove materialized views. (#908) 2020-07-07 10:54:44 -04:00
rate_limit Adding IP to the rate limit request line. (#882) 2020-07-01 18:54:46 -04:00
routes Revert "Verify activitypub payload digests (#885)" 2020-07-06 14:20:29 +02:00
websocket Federation async (#848) 2020-07-01 08:54:29 -04:00
lib.rs Fixes regression from #848 2020-07-08 02:20:08 -04:00
main.rs Federation async (#848) 2020-07-01 08:54:29 -04:00
request.rs Federation async (#848) 2020-07-01 08:54:29 -04:00
schema.rs Remove materialized views. (#908) 2020-07-07 10:54:44 -04:00
settings.rs Federation async (#848) 2020-07-01 08:54:29 -04:00
version.rs Version v0.7.12 2020-07-07 11:07:51 -04:00