* Removed the last couple of places where forms were submitted using
authorArt Cancro <ajc@citadel.org>
Tue, 19 Jul 2005 17:05:23 +0000 (17:05 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Jul 2005 17:05:23 +0000 (17:05 +0000)
commite5e145e476976488d9f8b80d4f812f35c427f051
treecdd9e804fff5638eaa7b4681e3af72134d464481
parent0215eea6250a993b86e6f3c79613aa93602c7327
* Removed the last couple of places where forms were submitted using
  the GET method.  POST is just so technologically cleaner that we should
  use it all the time.
* Fixed a bug in the MIME parser that was causing it to not be 8-bit
  clean.
webcit/ChangeLog
webcit/listsub.c
webcit/mime_parser.c
webcit/roomops.c
webcit/webcit.c