]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/serv_extensions.c
Define the citserver BUILD_ID as a five digit number consisting of the two digit...
[citadel.git] / citadel / server / serv_extensions.c
index dc680639605f4982ce99f2c95e252d9941568c7e..e92f7f931172a70481f1fd5d7eca2acb71756e6e 100644 (file)
@@ -1,17 +1,11 @@
-/*
- * Citadel Extension Loader
- * Originally written by Brian Costello <btx@calyx.net>
- *
- * Copyright (c) 1987-2021 by the citadel.org team
- *
- * This program is open source software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, version 3.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- */
+// This began as a framework written by Brian Costello (btx) that loaded server extensions as dynamic modules.
+// We don't do it that way anymore but the concept lives on as a high degree of modularity in the server.
+// The functions in this file handle registration and execution of the server hooks used by static linked modules.
+//
+// Copyright (c) 1987-2021 by the citadel.org team
+//
+// This program is open source software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License, version 3.
 
 #include <stdlib.h>
 #include <unistd.h>