Fixed a problem with NNTP authentication failure handling (need to
[claws.git] / ChangeLog.claws
index 2616eb7597e46552d8c367bf775e497a8f7d3253..65219652826bd64b1b624721b3ae70727554c037 100644 (file)
@@ -1,3 +1,15 @@
+2001-04-30 [sergey]
+
+       * src/nntp.h (NNTPSockInfo): new field auth_failed.
+
+       * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
+       is set to force reconnection after authentication failure.
+       (nntp_gen_command): set sock->auth_failed on authentication
+       failure, or if sock->userid and sock->passwd are not set.
+
+       * src/news.c (news_session_new_for_folder): set userid=NULL if
+       password dialog is cancelled.
+
 2001-04-30 [sergey]
 
        * src/nntp.h (NNTPSockInfo): new type.
 2001-04-30 [sergey]
 
        * src/nntp.h (NNTPSockInfo): new type.