* The code that handled session establishment via http-auth was also handling re...
authorArt Cancro <ajc@citadel.org>
Wed, 20 May 2009 17:07:21 +0000 (17:07 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 20 May 2009 17:07:21 +0000 (17:07 +0000)
commit14987590b80f32fda86003dde9cdbf6775016399
treeea54bf5d63cea27fb55d099a509d695af18e2935
parentaace9e4ba479bf22a54082e5a1387b669cd15961
* The code that handled session establishment via http-auth was also handling re-login via cookie data, since they both set c_username and c_password ... the extra function for cookie login wasn't being called at all so I removed it.
* When re-establishing a session, use gotoroom() instead of explicitly doing a GOTO server command.  This causes the wc_view and other session data to be loaded properly.
webcit/auth.c
webcit/webcit.c
webcit/webcit.h