- Oct 11, 2012
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- Oct 10, 2012
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Laurent Bachelier authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- Oct 09, 2012
-
-
Laurent Bachelier authored
This fixes a corner case where if you had a non-ASCII character in a commit and a filter command, you would end up with an unicode string and irkerhook.py would crash. But it would somehow work if you did not have a filter command. For both modes cases to work, forcing unicode in do() and then using unicode methods are required. JSON is unicode by default, and this is why the issues happened. Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Eric S. Raymond authored
-
Rick Gibbed authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Rick Gibbed authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- Oct 08, 2012
-
-
Eric S. Raymond authored
They tend to produce unwanted effects when an mIRC code is directly followed by a text digit (which is going to happen often in this context, e.g. with git hex commit IDs). the mIRC codes have no end delimiter, so unless the client's recognizer is very carefully crafted it will eat following text.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Laurent Bachelier authored
- use the right config for Mercurial extractor - use the default tinyifier if nothing is provided - support using no tinyifier (=none or empty) Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- Oct 07, 2012
-
-
Eric S. Raymond authored
-
- Oct 06, 2012
-
-
Eric S. Raymond authored
-
- Oct 05, 2012
-
-
Eric S. Raymond authored
-
- Oct 04, 2012
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Not quite the same as laurentb's design; this one passes all the commit and extractor data as a single JSON object, and expect to get back same.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- Oct 03, 2012
-
-
Eric S. Raymond authored
-
Georg Brandl authored
-
Laurent Bachelier authored
Considered faster according to: http://stackoverflow.com/questions/712791/json-and-simplejson-module-differences-in-python http://stackoverflow.com/questions/706101/python-json-decoding-performance As a side-effect, it might make irker work under Python versions older than 2.6. Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Laurent Bachelier authored
With manpage documentation including example script. Also add the full e-mail to the available metadata (only git for now). Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Laurent Bachelier authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Georg Brandl authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- Oct 02, 2012
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-