irker.git
2013-05-17 Eric S. RaymondVersion bumpp for 1.20 release. 1.20
2013-05-15 Alexander van... Compatibility with python 2.4 (if simplejson is present)
2013-05-15 Alexander van... Increase anti-flood-delay from 0.5 to 1 second.
2013-05-05 Eric S. RaymondVersion bump for 1.9 release. 1.19
2013-04-24 William OrrWrote irkerd usage
2013-04-24 William Orrirkerd -V shouldn't take an argument
2013-04-17 Eric S. RaymondVersion bump for 1.18 release. 1.18
2013-04-16 Laurent BachelierDo not write to logfile if None
2013-04-16 Laurent BachelierPython 2.5 compatibility
2013-04-16 Eric S. RaymondDocument new options properly.
2013-04-16 Eric S. RaymondAppend mode is required if we're loogging to disk.
2013-04-16 Eric S. RaymondPrevent actually sending an empty privmsg.
2013-04-16 Eric S. RaymondAdded -p option.
2013-04-16 Eric S. RaymondAdded option to force nick.
2013-04-16 Eric S. RaymondTypo fixes.
2013-04-16 Eric S. RaymondAdded - option; irker ca now be used as a channel monitor.
2013-02-22 Laurent BachelierExtract commit date for Mercurial
2013-02-22 Laurent BachelierExtract commit date for SVN
2013-02-22 Laurent BachelierExtract commit dates
2013-02-03 Eric S. RaymondVersion bump for 1.17 release. 1.17
2013-02-03 Alexander van... Ensure connections we consider dead are actually closed
2013-02-03 Alexander van... Truncate messages that are longer than 512 bytes and...
2013-01-25 Eric S. RaymondDocumentation fix.
2013-01-25 Eric S. RaymondPunctuation fix.
2013-01-25 Eric S. RaymondTypo fix.
2013-01-25 Eric S. RaymondVersin bump for release 1.16. 1.16
2013-01-25 Eric S. RaymondPrepare for release.
2013-01-25 Laurent BachelierDo not crash when there is a "|" in the commit line
2013-01-09 Bernhard Reutner... irkerhook: Fix handling of non-ascii author name
2012-12-09 Eric S. RaymondPrepare 1.15 release, with a minor bugfix in the Subver... 1.15
2012-11-26 Eric S. RaymondDate stamp. 1.14
2012-11-26 Eric S. RaymondVersion bump for 1.14 release.
2012-11-26 Eric S. RaymondWhitespace fix. Code is pylint clean and working.
2012-11-26 Eric S. RaymondAnother hand-merged bugfix by AI0867.
2012-11-26 Eric S. RaymondHand-merge of a compatibility fix by AI0867: irclib5...
2012-11-23 Eric S. RaymondFix submitted by dmlm for generated Mercrial URLs.
2012-11-07 Eric S. RaymondReady for 1.13 release. 1.13
2012-11-07 Alexander van... Configure irclib's line decoder to not fail on invalid...
2012-10-25 Laurent BachelierSupport tinyifiers with UTF-8 results
2012-10-25 Romain BignonFix syntax of 'channels' parameter in 'git' section
2012-10-25 Eric S. RaymondAvoid a portability problem.
2012-10-21 Eric S. RaymondChange the documented library requirement to 3.4.
2012-10-19 Eric S. RaymondRemove a mutex guard that is probably unecessary.
2012-10-14 Eric S. Raymondirclib is 2.6-compatible again.
2012-10-14 Eric S. RaymondMake SVN extractor strip trailing blank lines.
2012-10-14 Eric S. RaymondDocument a dependency.
2012-10-13 Eric S. RaymondRevert "Rely on the thread safety of the IRC library...
2012-10-13 Eric S. RaymondRely on the thread safety of the IRC library at version...
2012-10-13 Eric S. RaymondRequire urclib 3.2.2. Has a "fix" for the UnicodeDecod...
2012-10-11 Eric S. RaymondVersion bump for release. 1.12
2012-10-11 Eric S. RaymondTypo fix.
2012-10-11 Eric S. RaymondEmergency fix for IRC library bug.
2012-10-11 Eric S. RaymondMicellaneous documentation and metadata updates.
2012-10-11 Eric S. RaymondRemove an antiscocial default.
2012-10-10 Eric S. Raymondirlerd can sharte the library mutex introduced in ircli...
2012-10-10 Eric S. RaymondVersion bump for release. 1.11
2012-10-10 Eric S. RaymondAdd the "cialike" option. And a missing extraction...
2012-10-10 Eric S. RaymondDocumentation updates.
2012-10-10 Laurent BachelierSupport piping text to irk
2012-10-10 Laurent BachelierRemove .git from guessed project name
2012-10-10 Eric S. RaymondNote an avoided failure mode.
2012-10-09 Eric S. RaymondDocumentation improvements.
2012-10-09 Laurent BachelierUse unicode as much as possible.
2012-10-09 Eric S. RaymondA slightly cheaper idle, now that greenlets are gone.
2012-10-09 Eric S. RaymondMake sure in the release proces that git push is done...
2012-10-09 Eric S. RaymondVersion bump for release. 1.10
2012-10-09 Eric S. RaymondMore documentation improvement.
2012-10-09 Eric S. RaymondDocumentation tweak.
2012-10-09 Rick GibbedMake the mIRC color highlighting bearable on ChatZila.
2012-10-09 Eric S. RaymondNews update.
2012-10-09 Eric S. RaymondNote where ANSI codes are supported.
2012-10-09 Rick GibbedReinstate mIRC codes in a form that won't eat following...
2012-10-09 Eric S. RaymondRemove eventlet support.
2012-10-09 Eric S. RaymondPrevent a TTL bug.
2012-10-08 Eric S. RaymondRemove support for mIRC color codes.
2012-10-08 Eric S. RaymondCorrect the ANSI highlights.
2012-10-08 Eric S. RaymondLooks like 1.5 seconds was enough delay.
2012-10-08 Eric S. RaymondAttempt a fix for a race condition in filter-test.py.
2012-10-08 Eric S. RaymondUpdate the release procedure.
2012-10-08 Eric S. RaymondComment improvements.
2012-10-08 Eric S. RaymondMerge commit 'refs/merge-requests/16' of git://gitoriou...
2012-10-08 Eric S. RaymondMerge some minor cleanups by Peter Scott.
2012-10-08 Eric S. RaymondGet the tag-push invocation right.
2012-10-08 Eric S. RaymondVersion bump for release. 1.9
2012-10-08 Eric S. RaymondSync tags to the repo after shipping.
2012-10-08 Eric S. RaymondPassword support could be done by passing the credentia...
2012-10-08 Eric S. RaymondDocumentation improvements.
2012-10-08 Alexander van... Expire disconnected connections if they aren't needed...
2012-10-08 Eric S. RaymondPrevent CPU usage from going to max due to loop buzzing.
2012-10-08 Laurent BachelierTinyifier fixes
2012-10-08 Eric S. RaymondAvoid a problem with the mutex code.
2012-10-08 Eric S. RaymondWrap library calls in a mutex for thread safety.
2012-10-08 Eric S. RaymondWhy there's no support for password authentication.
2012-10-07 Eric S. RaymondAnother try at stomping the disconnect bug.
2012-10-07 Eric S. RaymondEmpty sends are allowed.
2012-10-07 Eric S. RaymondInstrumentation to pin down laurentb's timeout bug.
2012-10-07 Eric S. RaymondMake install.html available on the project page.
2012-10-07 Eric S. RaymondRevert "Properly \n-terminate each send."
2012-10-07 Wulf C. KruegerAdd a systemd unit to start irkerd
2012-10-07 Eric S. RaymondTypo fix.
next