🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update copyright headers

Fuwn ed3104f9 c6b51fc9

+39 -78
+1 -2
examples/async.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example async`
+1 -2
examples/async_stateful_module.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example async_stateful_module`
+1 -2
examples/binary.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example binary`
+1 -2
examples/callbacks.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example callbacks`
+1 -2
examples/certificate.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example certificate`
+1 -2
examples/default_logger.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example default_logger --features logger`
+1 -2
examples/empty.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example empty`
+1 -2
examples/error_handler.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example error_handler`
+1 -2
examples/fix_path.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example fix_path`
+1 -2
examples/input.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example input`
+1 -2
examples/mime.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example mime`
+1 -2
examples/parameters.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example parameters`
+1 -2
examples/partial.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example partial`
+1 -2
examples/query.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example input`
+1 -2
examples/responses.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example responses`
+1 -2
examples/simple_async_std.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example simple_async_std --features async-std`
+1 -2
examples/simple_tokio.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example simple_tokio --features tokio`
+1 -2
examples/stateful_module.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example stateful_module`
+1 -2
examples/stateless_module.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! `cargo run --example stateless_module`
+1 -2
src/context.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 #![allow(clippy::module_name_repetitions)]
+1 -2
src/context/error.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use openssl::x509::X509;
+1 -2
src/context/hook.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use std::collections::HashMap;
+1 -2
src/context/route.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use std::collections::HashMap;
+1 -2
src/handler.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 mod hooks;
+1 -2
src/handler/hooks.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 mod post_route;
+1 -2
src/handler/hooks/post_route.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use crate::{context::HookContext, Response};
+1 -2
src/handler/hooks/pre_route.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use crate::context::HookContext;
+1 -2
src/handler/partial.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use crate::context::RouteContext;
+1 -2
src/handler/response.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 #![allow(clippy::module_name_repetitions)]
+1 -2
src/handler/response/error.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use async_trait::async_trait;
+1 -2
src/handler/response/route.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use async_trait::async_trait;
+1 -2
src/lib.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 #![deny(
+1 -2
src/module.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 mod asynchronous;
+1 -2
src/module/asynchronous.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use crate::{context::HookContext, Router};
+1 -2
src/module/sync.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 use crate::{context::HookContext, Router};
+1 -2
src/response.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! Content and response handlers
+1 -2
src/response/macros.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 macro_rules! sync_response {
+1 -2
src/router.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 #![allow(clippy::significant_drop_tightening)]
+1 -2
src/utilities.rs
··· 1 1 // This file is part of Windmark <https://github.com/gemrest/windmark>. 2 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 3 2 // 4 3 // This program is free software: you can redistribute it and/or modify 5 4 // it under the terms of the GNU General Public License as published by ··· 13 12 // You should have received a copy of the GNU General Public License 14 13 // along with this program. If not, see <http://www.gnu.org/licenses/>. 15 14 // 16 - // Copyright (C) 2022-2022 Fuwn <contact@fuwn.me> 15 + // Copyright (C) 2022-2023 Fuwn <contact@fuwn.me> 17 16 // SPDX-License-Identifier: GPL-3.0-only 18 17 19 18 //! Utilities to make cumbersome tasks simpler