- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Jan 08, 2016
-
-
Stephan Bosch authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Jun 26, 2011
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: optimized compilation of tests that yield constant results (i.e. known at compile tme), such as true and false. If the result of a test is known at compile time, it is optimized away. If an if-command depends on an entirely constant test, it is optimized away as well, causing only the 'true' sub-block to be compiled.
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Apr 18, 2009
-
-
Stephan Bosch authored
Improved error message for unknown Sieve extension to account for core commands included as an extension.
-
- Feb 04, 2009
-
-
Stephan Bosch authored
-
- Jan 02, 2009
-
-
Stephan Bosch authored
-
- Sep 12, 2008
-
-
Stephan Bosch authored
-
- Aug 31, 2008
-
-
Stephan Bosch authored
-
- Aug 16, 2008
-
-
Stephan Bosch authored
-
- Aug 10, 2008
-
-
Stephan Bosch authored
-
- Jul 23, 2008
-
-
Stephan Bosch authored
-
- Jul 21, 2008
-
-
Stephan Bosch authored
-
- Jul 16, 2008
-
-
Stephan Bosch authored
-
- Dec 19, 2007
-
-
Stephan Bosch authored
Implemented support for overriding default argument implementations of number, string and string-list.
-
- Nov 20, 2007
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Changed validator's command syntax validation such that command implementations don't have to call the argument, test and block validation functions explicitly.
-
- Nov 19, 2007
-
-
Stephan Bosch authored
Changed argument validation to record the first positional argument into the command context by default. Also furter improved validator's error handling.
-
Stephan Bosch authored
-
- Nov 16, 2007
-
-
Stephan Bosch authored
-
- Nov 12, 2007
-
-
Stephan Bosch authored
-
- Oct 21, 2007
-
-
Stephan Bosch authored
* Fixed a bug in the require command generation.
-
Stephan Bosch authored
-
stephan authored
-