Differences From Artifact [f5323e45b7]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [b2c948dd8a] at 2024-06-14 21:58:32 on branch trunk — Minor refactoring to centralize handling of the login cookie checks. (user: mistachkin, size: 82969) [annotate] [blame] [check-ins using]
To Artifact [87f8d0d14e]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [d1f3dcdd08] at 2025-04-16 04:46:34 on branch trunk — Fix typo in the 'haveValidLoginCookie' procedure. (user: mistachkin, size: 82970) [annotate] [blame] [check-ins using]
︙ | |||
1297 1298 1299 1300 1301 1302 1303 | 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 | - + | if {![info exists loginCookie]} then { return false } if {[isEagle] || \ ([info exists tcl_version] && $tcl_version >= 8.5)} then { |
︙ |