Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | * Rewrite of http code to keep connections alive after GET and POST | Eduardo Chappa | |
commands. | |||
2021-06-10 | * Bug fix: Tcp and http debug information is not printed unless the | Eduardo Chappa | |
default debug level is set to 1. Print this if requested, regardless of what the default debug level is. | |||
2021-06-06 | * Clear some warnings given by gcc-10. | Eduardo Chappa | |
2021-05-31 | * Bug fix: Memory corruption when alpine searches for a string that is | Eduardo Chappa | |
an incomplete utf8 string in a local folder. This could happen by chopping a string to make it fit a buffer without regard to its content. We fix the string so that chopping it does not damage it. Reported by Andrew. | |||
2021-05-30 | * Improvements to the xoauth2 screen so that users are informed | Eduardo Chappa | |
of the results of the xoauth2 set up process according to if they can cache passwords across sessions. | |||
2021-05-28 | * Fixes and improvements to the documentation by Dennis Davis | Eduardo Chappa | |
(Any mistakes are mine.) | |||
2021-05-22 | * New alpha version 2.24.2 | Eduardo Chappa | |
2021-05-21 | * Clear out some gcc warnings, and code improvement. Work in progress. | Eduardo Chappa | |
2021-05-15 | * Eliminate no timeout from https connection. | Eduardo Chappa | |
2021-05-15 | * Clear out some gcc warnings, and code improvement. Work in progress. | Eduardo Chappa | |
2021-05-08 | * Clear out some gcc warnings, and code improvement. Work in progress. | Eduardo Chappa | |
2021-05-08 | * Compilation bug: Setting --disable-optimization during compilation | Eduardo Chappa | |
time erased the CFLAGS environment variable. | |||
2021-05-02 | * Code reorganization to place all xoauth2 configuration information in | Eduardo Chappa | |
one file. | |||
2021-04-29 | * Crash in the ntlm authenticator when no domain was specified in the | Eduardo Chappa | |
username. Reported and fixed by Anders Skargren. | |||
2021-04-28 | * Fix of the list of files in the browser for terminals that need to erase | Eduardo Chappa | |
inverse video to stop inverse video. W=Work in collaboration with professor Martin Trusler. | |||
2021-04-18 | * Fixes to the support for ssl ciphers (variable could be set | Eduardo Chappa | |
in alpine, but never seen by c-client.) | |||
2021-04-18 | * Addition of testing for wctomb(), which will be used in systems that | Eduardo Chappa | |
do not have wcrtomb(). Work in collaboration with professor Martin Trusler. | |||
2021-04-18 | * Improvements and corrections to the documentation by Dennis Davis. | Eduardo Chappa | |
2021-04-17 | * This code was not committed earlier, and is part of support of the | Eduardo Chappa | |
ssl-ciphers configuration option. | |||
2021-04-17 | * Add new variable ssl-ciphers to list the ciphers that will be used when | Eduardo Chappa | |
negotiating a secure connection with a SSL server. Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | Merge branch 'master' of ssh://repo.or.cz/alpine | Eduardo Chappa | |
2021-04-17 | * Add new type SUINT32, as a shorter version of UINT32 for systems that | Eduardo Chappa | |
do not have a proper uint32_t type. SUINT32 is defined by default to be UINT32, but during compilation the user can define an environment variable SUINT32 to be, say, unsigned long, and that will make SUINT32 to take that type. This, and the source codem, are the only places where this is documented. Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE | Eduardo Chappa | |
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE First use the commit command before using "git commit -a" NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE * Add new type SUINT32, as a shorter version of UINT32 for systems that do not have a proper uint32_t type. SUINT32 is defined by default to be UINT32, but during compilation the user can define an environment variable SUINT32 to be, say, unsigned long, and that will make SUINT32 to take that type. This, and the source codem, are the only places where this is documented. Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | * Add new hidden feature "Enable Delete Before Writing" that makes Alpine | Eduardo Chappa | |
delete a line before overwriting it. It is meant to work around bugs in terminals that need it. Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | * Fix for the status line for terminals that once a smso code has been | Eduardo Chappa | |
printed at the beginning of a line, they will write in inverse all text in that line regardless of where a new character is printed in that line. Joint collaboration with professor Martin Trusler. | |||
2021-04-17 | * Fix for titlebar for terminals that need the rmso code erased before | Eduardo Chappa | |
a new smso character can be added. The fix is to move the cursor to the last character of the first line before printing the rmso character. Joint collaboration with professor Martin Trusler. | |||
2021-04-10 | * New alpha version 2.24.1 | Eduardo Chappa | |
2021-04-09 | * Improvements and corrections to Alpine documentation submitted by | Eduardo Chappa | |
Dennis Davis. | |||
2021-04-08 | * Improvements to Alpine documentation submitted by Dennis Davis. | Eduardo Chappa | |
2021-04-08 | * Introduction of OTHER CMDS menu for the browser/pilot to let | Eduardo Chappa | |
people discover the two new commands: "1" is a toggle that switches between 1 column and multicolumn mode. The "." command toggles between hiding or showing hidden files, and the "G" command to travel between directories. Contributed by Étienne Deparis. | |||
2021-04-08 | * Documentation in Pilot went out of alignment during last commit. Restore | Eduardo Chappa | |
original documentation format. Submitted by Étienne Deparis. | |||
2021-04-08 | * Clear out some warnings given by gcc 10. | Eduardo Chappa | |
2021-04-06 | * Use ‘alpine -F’ instead of ‘pine -F’ as the browser default ↵ | Eduardo Chappa | |
pager, as this project will not compile anything called pine anymore, and there is little to know chance that someone still have pine in parallel of alpine. Submitted by Étienne Deparis. | |||
2021-04-06 | * Always follow ‘suppress-asterisks-in-password-prompt’ setting in the | Eduardo Chappa | |
various password prompts. Submitted by Étienne Deparis. | |||
2021-04-05 | * Corrections to the documentation by Dennis Davis. | Eduardo Chappa | |
2021-04-04 | * PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc. | Eduardo Chappa | |
Rename those files so that they have extension .txt. | |||
2021-04-04 | * http debug support sets debug flag before checking if stream is open and ↵ | Eduardo Chappa | |
might be closed. | |||
2021-04-04 | * PC-Alpine only: Some service providers produce access tokens that are ↵ | Eduardo Chappa | |
too long to save them in the Windows Credentials, so they will be saved as several broken pieces, which means that old versions od Alpine will NOT be able to use saved passwords, once this version of Alpine is used. | |||
2021-03-30 | * Added line "#include <time.h>" to file imap/src/osdep/unix/os_osx.h | Eduardo Chappa | |
to fix a compilation error in mac, reported by several people. The fix was tested successfuly by Steven Michaud in the following systems: macOS 11.2.3 XCode 12.4 macOS 10.15.7 XCode 11.1 macOS 10.14.6 XCode 10.3 macOS 10.13.6 XCode 9.1 macOS 10.12.6 XCode 8.3.3 OS X 10.11.6 XCode 7.3.1 OS X 10.10.5 XCode 6.1.1 OS X 10.9.5 XCode 6.1.1 See https://trac.macports.org/ticket/61590 | |||
2021-03-30 | * Corrected spelling error in file pine.hlp by Dennis Davis. Thank you! | Eduardo Chappa | |
2021-03-28 | * Many spelling errors corrected by Jens Schleusener. Thank you! | Eduardo Chappa | |
2021-03-27 | * Remove the ability to choose between the device and authorize methods | Eduardo Chappa | |
to login to outlook, since the original client-id can only be used for the device method. One needs a special client-id and client-secret to use the authorize method in Outlook. | |||
2021-03-27 | * new http option for debug. This is mostly useful to debug XOAUTH2 | Eduardo Chappa | |
autentication and reveals sensitive login information. Use with care. Remove your .pine-debug file after using this option. | |||
2021-03-14 | * The instruction to remove the double quotes from the processing of | Eduardo Chappa | |
customized headers existed in pine, but it was removed in alpine, but I do not know why, so we will restore it until we understand why it was removed. Also see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781 | |||
2021-03-07 | * Updates to config.sub and config.guess by instructions from | Eduardo Chappa | |
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html Based on a report by Hisashi T Fujinaka. | |||
2021-03-07 | * Some minor fixes for the Roman8 in the file charset/ibm.c. | Eduardo Chappa | |
2021-02-25 | * Fix: When deleting an attachment, saving the message with the deleted | Eduardo Chappa | |
attachment to the mailbox, will add extra null characters. | |||
2021-02-25 | * Updates to old port for HP-UX 9.X, after work with Martin Trusler. | Eduardo Chappa | |
2020-11-27 | * Update to documentation about changes to Alpine in version 2.24, | Eduardo Chappa | |
sugested by Adam H. Kerman. | |||
2020-11-23 | * Add support for the base64 URL encoding. | Eduardo Chappa | |