| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-01 | imap: fix crash due to a race condition. | Sam Varshavchik | |
| 2021-06-15 | pop3: buffer input by ourselves. | Sam Varshavchik | |
| 2021-05-21 | -Wall and -Werror fixes | Sam Varshavchik | |
| 2021-05-19 | Tolerate -Wall and -Werror | Sam Varshavchik | |
| Fixes to configure scripts and code so that it compiles (hopefully correctly) with -Wall and -Werror. Remove support for ancient BSD stricmp and strnicmp functions. AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under -Wall, it's simpler to remove it. | |||
| 2021-05-19 | maildrop: clean up a dotlock file if exited while it is held. | Sam Varshavchik | |
| Implement exit() by throwing an exception, which will wind up and clean up the dotlock. Catch the exception and exit(), after everything gets cleaned up. | |||
| 2021-04-24 | courier-imap: bump version | Sam Varshavchik | |
| 2021-04-01 | POP3 lang extension | Sam Varshavchik | |
| 2021-03-28 | couriertcpd: tweak DNSBL lookup logic. | Sam Varshavchik | |
| 2021-03-28 | pop3d-ssl.dist: remove duplicate setting. | Sam Varshavchik | |
| 2021-03-26 | Bump version | Sam Varshavchik | |
| 2021-03-26 | Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs | Sam Varshavchik | |
| 2021-03-26 | Bump version | Sam Varshavchik | |
| 2021-03-25 | Fix makedat handling of files without a trailing newline, adjust imap errmsg. | Sam Varshavchik | |
| 2021-03-21 | Fix compilation error with older gccs. | Sam Varshavchik | |
| 2021-03-20 | Bump version. | Sam Varshavchik | |
| 2021-03-20 | Merge pull request #20 from arjendekorte/master | Sam Varshavchik | |
| TLS_CACHEFILE filenames swapped | |||
| 2021-03-20 | pop3d-ssl.dist.in.git: naming mismatch | Arjen de Korte | |
| TLS_CACHEFILE name should be `couriersslpop3cache` (not `couriersslimapcache`) | |||
| 2021-03-20 | imapd-ssl.dist.in.git: naming mismatch | Arjen de Korte | |
| TLS_CACHEFILE name should be `couriersslimapcache` (not `couriersslpop3cache`) | |||
| 2021-03-14 | Autotools update fixes | Sam Varshavchik | |
| 2021-03-14 | Autotool update fixes | Sam Varshavchik | |
| 2021-03-13 | Bump version | Sam Varshavchik | |
| 2021-03-12 | courier-unicode: further changes to the canonical compose/decompose. | Sam Varshavchik | |
| 2021-03-10 | courier-unicode: canonical decomposition and composition implementation. | Sam Varshavchik | |
| Move unicode_canonical() into a larger library of functions that handles full Unicode decomposition and composition. | |||
| 2021-03-07 | courier-unicode: improve compression of lookup tables | Sam Varshavchik | |
| 2021-03-07 | courier-unicode: Fix manual pages. | Sam Varshavchik | |
| 2021-03-06 | courier-unicode: fix unicode_bidi_embed | Sam Varshavchik | |
| 2021-03-02 | courier-unicode: handle pre-2.2 versioning. | Sam Varshavchik | |
| 2021-03-01 | Merge branch 'courier-1.0' | Sam Varshavchik | |
| 2021-03-01 | Bump version | Sam Varshavchik | |
| 2021-03-01 | Merge branch 'courier-1.0' | Sam Varshavchik | |
| 2021-03-01 | Fix handling of bad DNS queries. | Sam Varshavchik | |
| 2021-02-24 | More unicode functions. | Sam Varshavchik | |
| 2021-02-23 | Fix config file. | Sam Varshavchik | |
| 2021-02-23 | Changelog entry | Sam Varshavchik | |
| 2021-02-23 | Merge branch 'alpn' | Sam Varshavchik | |
| 2021-02-23 | courier-unicode: unicode_bidi_cleaned_size, unicode::bidi_override | Sam Varshavchik | |
| 2021-02-20 | Merge branch 'alpn' of monster:/home/var/www/gitrepos/courier-libs into alpn | Sam Varshavchik | |
| 2021-02-20 | Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs | Sam Varshavchik | |
| 2021-02-20 | courier-unicode: fix makefile issue on RHEL/CentOS 7 | Sam Varshavchik | |
| 2021-02-20 | Add support for ALPN. | Sam Varshavchik | |
| 2021-02-20 | Fix access(NULL) call, and a memory leak. | Sam Varshavchik | |
| Seems to be harmless. The memory leak is in a standalong couriertls process, which is mostly a nothing-burger. | |||
| 2021-02-20 | Fix memory leak. | Sam Varshavchik | |
| couriertls is a separate process anyway, so this seems to be a nothing-burger. | |||
| 2021-02-19 | Update changelog | Sam Varshavchik | |
| 2021-02-18 | Remove the IMAP_ENHANCEDIDLE setting. | Sam Varshavchik | |
| 2021-02-18 | Replace FAM/Gamin with inotify | Sam Varshavchik | |
| 2021-02-14 | Return an indication of whether the paragraph embedding level was defaulted. | Sam Varshavchik | |
| 2021-02-13 | 2021-02-13 Sam Varshavchik <mrsam@courier-mta.com> | Sam Varshavchik | |
| * courier-unicode-version.m4: split version checking macro into its own m4 file. * unicode::bidi_calc - an empty string with an explicit embedding level should return the requested embedding level. | |||
| 2021-02-09 | Bump version | Sam Varshavchik | |
| 2021-02-09 | Bump version | Sam Varshavchik | |
| 2021-02-05 | Fix UTF-8 addresses. | Sam Varshavchik | |
