Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #9728 | Araq | 2018-11-16 | 1 | -6/+16 |
| | |||||
* | rework the exception hierarchy; refs #8363 | Andreas Rumpf | 2018-08-10 | 1 | -4/+2 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | SMTP sync/async deduplication | Emery Hemingway | 2017-03-07 | 1 | -114/+58 |
| | | | | | Deduplicate synchronous and asynchronous code with the multisync pragma. Pass address and port at connect rather than ``new(Async)Smtp``. | ||||
* | Improve SMTP testing | Federico Ceratto | 2016-11-24 | 1 | -19/+43 |
| | | | | Test both sync and async email delivery | ||||
* | Make SMTP example compile | def | 2016-04-24 | 1 | -5/+7 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -30/+30 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed typo which prevented to send mails via AsyncSmtp | jschweinsberg | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -20/+20 |
| | |||||
* | Added async implementation for smtp module. | Dominik Picheta | 2014-08-31 | 1 | -18/+106 |
| | |||||
* | Async SSL support. | Dominik Picheta | 2014-08-31 | 1 | -1/+4 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -11/+13 |
| | |||||
* | fixes #735 | Araq | 2014-02-02 | 1 | -1/+3 |
| | |||||
* | Fixed recvLine deprecation warnings. | Dominik Picheta | 2013-04-14 | 1 | -13/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Fixed compilation of smtp module. | Dominik Picheta | 2012-07-25 | 1 | -1/+2 |
| | |||||
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 1 | -36/+19 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -6/+6 |
| | |||||
* | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 1 | -6/+6 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -0/+1 |
| | |||||
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -0/+0 |
| | |||||
* | cleanup: E_Base should not be used for inheriting exceptions; documentation ↵ | Araq | 2011-01-15 | 1 | -1/+1 |
| | | | | generator generates dependencies section | ||||
* | Added a close function to the ssl module. | dom96 | 2010-10-27 | 1 | -0/+5 |
| | |||||
* | bugfix: typo in SMTP module; SCGI module finished | Araq | 2010-10-25 | 1 | -29/+45 |
| | |||||
* | ssl.connect now returns the result of the certificate validation. | dom96 | 2010-10-23 | 1 | -4/+3 |
| | |||||
* | Added {.final.} to objects which are not meant to be inherited, and added an ↵ | dom96 | 2010-10-23 | 1 | -2/+2 |
| | | | | OSError() when recvLine fails. | ||||
* | Removed the assert()'s from ssl.nim, and limited lines to 80 chars. | dom96 | 2010-10-23 | 1 | -8/+17 |
| | |||||
* | Added an openssl wrapper, ssl module and smtp module. | dom96 | 2010-10-23 | 1 | -0/+176 |