1 Commits (2213bcee640d38f9ec19f7498061a0ff61a40262)

Author SHA1 Message Date
jake ac07785f59 quest data 5 years ago
HTTP/1.0 500 Internal Server Error Content-Type: text/html; charset=UTF-8 Set-Cookie: i_like_gitea=a7078cf5ebbf5e98; Path=/; HttpOnly Set-Cookie: _csrf=RClCDm-2_Tsx4GbKbRNwMPajpkk6MTczNjM3ODk4MDUyNTQ3NTY2OA; Path=/; Expires=Thu, 09 Jan 2025 23:29:40 GMT; HttpOnly; SameSite=Lax Set-Cookie: macaron_flash=; Path=/; Max-Age=0; HttpOnly X-Frame-Options: SAMEORIGIN Date: Wed, 08 Jan 2025 23:30:34 GMT Internal Server Error - elseware - elsewhere git

500


Gitea Version: 1.14.2

HTTP/1.0 200 OK Content-Type: text/html; charset=UTF-8 Set-Cookie: i_like_gitea=e7b64585e21d989d; Path=/; HttpOnly Set-Cookie: _csrf=GaCK5rQJB4brukg-AYYM7RW3fck6MTczNjM3OTAxNTY1MTgyNDI5Ng; Path=/; Expires=Thu, 09 Jan 2025 23:30:15 GMT; HttpOnly; SameSite=Lax Set-Cookie: macaron_flash=; Path=/; Max-Age=0; HttpOnly X-Frame-Options: SAMEORIGIN Date: Wed, 08 Jan 2025 23:30:34 GMT jake/elseware - src/ship/mod.rs at 3b28d650eef512d6093712a8ed6cbf7296496d1a - elseware - elsewhere git
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
287 B

#[allow(clippy::module_inception)]
pub mod ship;
pub mod location;
pub mod character;
pub mod client;
pub mod room;
pub mod items;
//pub mod item_stats;
//pub mod map;
//pub mod monster;
pub mod drops;
pub mod packet;
pub mod quests;
//pub mod shops;
pub mod trade;
pub mod chatcommand;
HTTP/1.0 200 OK Content-Type: text/html; charset=UTF-8 Set-Cookie: i_like_gitea=9bf64f3e0e73bc8f; Path=/; HttpOnly Set-Cookie: _csrf=TykehSjszG1rj9A1UySDyJwRCWE6MTczNjM3OTAxNTg1NzQ4OTIzOQ; Path=/; Expires=Thu, 09 Jan 2025 23:30:15 GMT; HttpOnly; SameSite=Lax Set-Cookie: macaron_flash=; Path=/; Max-Age=0; HttpOnly X-Frame-Options: SAMEORIGIN Date: Wed, 08 Jan 2025 23:30:34 GMT jake/elseware - src/ship/mod.rs at 3b28d650eef512d6093712a8ed6cbf7296496d1a - elseware - elsewhere git
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
287 B

#[allow(clippy::module_inception)]
pub mod ship;
pub mod location;
pub mod character;
pub mod client;
pub mod room;
pub mod items;
//pub mod item_stats;
//pub mod map;
//pub mod monster;
pub mod drops;
pub mod packet;
pub mod quests;
//pub mod shops;
pub mod trade;
pub mod chatcommand;