Skeleton code for filters.
authorArt Cancro <ajc@citadel.org>
Tue, 20 Feb 2024 15:15:57 +0000 (10:15 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 20 Feb 2024 15:15:57 +0000 (10:15 -0500)
commit6f4c0c2ce695e96011b2a61815e25d16ebbffa85
treebf200d57c8bc57cefeb4bed1683e243b31ba2f57
parentb71f6ba27ff81252619feaea6c5046e4502403df
Skeleton code for filters.

All of the filters specified in RFC4971 9.7.1 through 9.7.5 will
be handled in this loop: comp-filter, prop-filter, param-filter,
is-not-defined, text-match, and probably others as we complete the
spec.

Also, in all of the .c files I unwrapped the license declaration onto a single
line, since the whole thing fits inside 132 characters, and 132 characters is
our official line length now.
20 files changed:
webcit-ng/server/admin_functions.c
webcit-ng/server/caldav_reports.c
webcit-ng/server/ctdl_commands.c
webcit-ng/server/ctdlclient.c
webcit-ng/server/ctdlfunctions.c
webcit-ng/server/floor_functions.c
webcit-ng/server/forum_view.c
webcit-ng/server/html2html.c
webcit-ng/server/http.c
webcit-ng/server/main.c
webcit-ng/server/messages.c
webcit-ng/server/request.c
webcit-ng/server/room_functions.c
webcit-ng/server/static.c
webcit-ng/server/tcp_sockets.c
webcit-ng/server/text2html.c
webcit-ng/server/tls.c
webcit-ng/server/upload.c
webcit-ng/server/user_functions.c
webcit-ng/server/webserver.c