Differences From Artifact [cc28280428]:
- File client/1.0/pkgd.eagle — part of check-in [2bfdcf67cf] at 2016-09-14 21:41:17 on branch trunk — Add 'apply' compatibility shim for native Tcl 8.4. Enhance and update comments. (user: mistachkin, size: 29521) [annotate] [blame] [check-ins using]
To Artifact [64d1062216]:
- File client/1.0/pkgd.eagle — part of check-in [5790d1dd55] at 2016-09-15 08:19:42 on branch trunk — Address chicken-and-egg issues related to the 'http' and 'tls' packages. Add 'allowInsecureHttp' setting to permit insecure HTTP requests to be issued by the client. Prevent the package downloader from using the API keys associated with the package repository. Add and update comments. (user: mistachkin, size: 29526) [annotate] [blame] [check-ins using]
| ︙ | |||
456 457 458 459 460 461 462 | 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 | - + |
#
# <public>
proc resetCookieAndLoginSimple {} {
variable publicPassword
variable publicUserName
set apiKey [lindex [::PackageRepository::getApiKeys \
|
| ︙ |