irker.git
2012-10-04 Eric S. RaymondAdd an external filtering facility.
2012-10-04 Eric S. RaymondVersion bump for release. 1.6
2012-10-04 Eric S. RaymondRemove some now-dead code associated with the filtering...
2012-10-04 Eric S. RaymondOne of breitenfelds's isinstance() patches was wrong.
2012-10-04 Eric S. RaymondBack out laurentb's filtering - good idea, but not...
2012-10-03 Eric S. RaymondMerge commit 'refs/merge-requests/11' of git://gitoriou...
2012-10-03 Eric S. RaymondPacify pylint.
2012-10-03 Eric S. RaymondAdd a note about 2.4 compatibility.
2012-10-03 Georg BrandlUse preferred form of raising exception with arguments.
2012-10-03 Georg BrandlRemove unneeded backslashes.
2012-10-03 Georg BrandlMiscellaneous typo fixes.
2012-10-03 Georg BrandlUse isinstance() instead of type() == type() checks.
2012-10-03 Georg BrandlUse "%r" % v instead of "%s" % repr(v) -- it is shorter...
2012-10-03 Georg BrandlMake server initialization respect DRY a bit more.
2012-10-03 Georg BrandlUse old-style threading setDaemon() API to enhance...
2012-10-03 Eric S. RaymondPoint at a a new feature.
2012-10-03 Laurent BachelierUse faster json if available
2012-10-03 Laurent BachelierAdd support for external pre-filtering
2012-10-03 Laurent BachelierUse existing shell quote function
2012-10-03 Eric S. RaymondFix the connection-aging logic.
2012-10-03 Eric S. RaymondCompare comment-reduced and unreduced line counts.
2012-10-03 Eric S. RaymondAdd a credit.
2012-10-03 Eric S. RaymondAdd some credits.
2012-10-03 Eric S. RaymondA small change to make the default value of the project...
2012-10-03 Eric S. RaymondCorrect some usage information.
2012-10-03 Eric S. RaymondNote the significance of Python for the security analysis.
2012-10-03 Eric S. RaymondThere are no longer any known bugs.
2012-10-03 Eric S. RaymondTypo fix.
2012-10-03 Eric S. RaymondExplain the 1.6 release.
2012-10-03 Eric S. RaymondMerge commit 'refs/merge-requests/10' of git://gitoriou...
2012-10-03 Eric S. RaymondMerge commit 'refs/merge-requests/9' of git://gitorious...
2012-10-03 Eric S. RaymondMerge commit 'refs/merge-requests/8' of git://gitorious...
2012-10-03 Eric S. RaymondFalse-match avoidance suggested by birkenfeld.
2012-10-03 Georg BrandlFix the signature of the hg_hook function.
2012-10-03 Eric S. RaymondDeconfuse shipper's metadata extraction.
2012-10-03 Eric S. RaymondVersion bump for release. 1.5
2012-10-03 Eric S. RaymondDeclare the project chat channel.
2012-10-03 Eric S. Raymondpylint cleanup.
2012-10-03 Eric S. RaymondRemove dead code.
2012-10-03 Eric S. RaymondAccept a Subversion limitation.
2012-10-03 Eric S. RaymondMore elegant repository autodetection.
2012-10-03 Eric S. RaymondWhere to find the manual page.
2012-10-03 Eric S. RaymondDocument options if you can't modify your repo hooks.
2012-10-03 Eric S. RaymondExplain about replacing ciabot.
2012-10-03 Alexander van... Ignore empty lines for LOC.
2012-10-03 Alexander van... Ignore comments with leading whitespace as well as...
2012-10-02 Eric S. RaymondComment typo fix.
2012-10-02 Eric S. RaymondFix a fatal bug due to IRC case-smashing.
2012-10-02 Eric S. Raymondpylint cleanup.
2012-10-02 Eric S. RaymondNote the existence of the project chat channel.
2012-10-02 Eric S. RaymondMore about testing.
2012-10-02 Eric S. RaymondUpdate the bug list.
2012-10-02 Eric S. RaymondDocumentation fixes.
2012-10-02 Eric S. RaymondMerge commit 'refs/merge-requests/7' of git://gitorious...
2012-10-02 Eric S. RaymondFix a goof. I ihad initialized nick_trial at the wrong...
2012-10-02 Eric S. RaymondExit cleanly on control-C.
2012-10-02 Eric S. RaymondShorten nick negotiation by choosing a random start...
2012-10-02 Georg Brandlmerge with upstream
2012-10-02 Eric S. RaymondUpdate the buglist.
2012-10-02 Eric S. RaymondMore instrumentation for kick events.
2012-10-02 Georg BrandlTypo fix.
2012-10-02 Georg BrandlAdapt HgExtractor and hook to the new Commit based...
2012-10-02 Georg BrandlBug fix: give the extractor object explicitly to ship().
2012-10-02 Eric S. RaymondThis version of Mercurial support might actually work.
2012-10-02 Eric S. RaymondBug fix.
2012-10-02 Eric S. RaymondRefactoring step.
2012-10-02 Eric S. RaymondSimplify and regularize irkerhook defaults.
2012-10-02 Eric S. RaymondSecond step in Mercurial support merge.
2012-10-02 Eric S. RaymondFirst step in merging in the Mercurial support.
2012-10-02 Eric S. RaymondWe have a report that irc.freenode.net requires 0.5sec...
2012-10-02 Eric S. RaymondSupport DESTDIR in the makefile.
2012-10-02 Eric S. RaymondRepair parsing of numeric variables - fix by AI0867.
2012-10-02 Eric S. RaymondFix up some URLS - bug pointed out by AI0867.
2012-10-02 Eric S. RaymondFix broken markup. 1.4
2012-10-02 Eric S. RaymondVersion bump for release.
2012-10-02 Eric S. Raymondgit irkerhook is now called from update.
2012-10-02 Eric S. RaymondTypo fix.
2012-10-02 Eric S. RaymondAdd a configuration example.
2012-10-02 Eric S. RaymondMajor refactoring - separate extractors from commit...
2012-10-02 Eric S. RaymondCosmetic fix.
2012-10-01 Eric S. RaymondBetter protection against malformed JSON.
2012-10-01 Eric S. RaymondSome anti-DOS protection.
2012-10-01 Eric S. RaymondAdd ANSI color support.
2012-10-01 Eric S. RaymondWe've fixed a bug.
2012-10-01 Eric S. RaymondAdd a production to count lines of code.
2012-10-01 Eric S. Raymondasciidoc markup fix.
2012-10-01 Eric S. RaymondAdd Mac OS/X plist.
2012-10-01 Eric S. RaymondDocumentation improvements.
2012-10-01 Eric S. RaymondExplain a new feature.
2012-10-01 Eric S. RaymondQueue-clearing on kick.
2012-10-01 Eric S. RaymondBasic kick handler.
2012-10-01 Eric S. RaymondHandle disconnection gracefully.
2012-10-01 Eric S. RaymondMore derived files to ignore. 1.3
2012-10-01 Eric S. RaymondMake sure the documentation build works.
2012-10-01 Eric S. Raymondpylint cleanup.
2012-10-01 Eric S. RaymondVersion bump for release.
2012-10-01 Eric S. RaymondPrevent a crash.
2012-10-01 Eric S. RaymondCanonicalize the channel name early. Avoids a very...
2012-10-01 Eric S. RaymondNote a feature.
2012-10-01 Eric S. RaymondFix fatal typo.
next