Version bump for 1.18 release.
[irker.git] / irkerd
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-03 Eric S. RaymondVersion bump for 1.17 release. 1.17
2013-02-03 Alexander van GesselEnsure connections we consider dead are actually closed
2013-02-03 Alexander van GesselTruncate messages that are longer than 512 bytes and...
2013-01-25 Eric S. RaymondVersin bump for release 1.16. 1.16
2012-12-09 Eric S. RaymondPrepare 1.15 release, with a minor bugfix in the Subver... 1.15
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-07 Eric S. RaymondReady for 1.13 release. 1.13
2012-11-07 Alexander van Gess... Configure irclib's line decoder to not fail on invalid...
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. 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-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. RaymondNote an avoided failure mode.
2012-10-09 Eric S. RaymondA slightly cheaper idle, now that greenlets are gone.
2012-10-09 Eric S. RaymondVersion bump for release. 1.10
2012-10-09 Eric S. RaymondRemove eventlet support.
2012-10-09 Eric S. RaymondPrevent a TTL bug.
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. RaymondVersion bump for release. 1.9
2012-10-08 Eric S. RaymondDocumentation improvements.
2012-10-08 Alexander van Gess... 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 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-07 Eric S. RaymondAnother try at stomping the disconnect bug.
2012-10-07 Eric S. RaymondInstrumentation to pin down laurentb's timeout bug.
2012-10-07 Eric S. RaymondRevert "Properly \n-terminate each send."
2012-10-07 Eric S. RaymondProperly \n-terminate each send.
2012-10-07 Eric S. Raymondpylint cleanup.
2012-10-07 Eric S. RaymondMerge commit 'refs/merge-requests/12' of git://gitoriou...
2012-10-07 Peter ScottMake idle loop work correctly with Eventlet and plain...
2012-10-07 Eric S. RaymondGood thing we do a smoke test before release. 1.8
2012-10-07 Eric S. RaymondVersion bump for release.
2012-10-07 Laurent BachelierFix green threads
2012-10-07 Eric S. RaymondSending to nick URLs is now supported.
2012-10-06 Eric S. RaymondRevert "Make the main process idle loop slightly less...
2012-10-06 Eric S. RaymondEnable us to see stack traces from with delivery thread...
2012-10-06 Eric S. Raymondbasestring makes the isinstance checks work.
2012-10-06 Eric S. RaymondFix a misspelled variable name.
2012-10-06 Eric S. RaymondAdd a needed thread termination.
2012-10-05 Eric S. RaymondTime out if IRCd fails during handshake.
2012-10-05 Eric S. RaymondReset status on server disconnect.
2012-10-05 Eric S. RaymondExperimental channel-aging code.
2012-10-05 Eric S. RaymondVersion bump for release. 1.7
2012-10-05 Eric S. RaymondMake the main process idle loop slightly less expensive.
2012-10-05 Eric S. RaymondError message improvement.
2012-10-05 Eric S. Raymondpylint cleanup.
2012-10-05 Eric S. RaymondEfficiency fix.
2012-10-05 Eric S. RaymondPrevent repeated disconnects.
2012-10-05 Eric S. RaymondCosmetic fix.
2012-10-04 Eric S. RaymondClimb out of the hole breitenfelds dug.
2012-10-04 Eric S. RaymondImprove error diagnostics for malformed JSON.
2012-10-04 Eric S. RaymondDereference the right object.
2012-10-04 Eric S. RaymondDeal with exceptions in a more civilized way.
2012-10-04 Eric S. RaymondI continue to hate my typos...
2012-10-04 Eric S. RaymondI hate my typos...
2012-10-04 Eric S. RaymondArrange to restart dead delivery threads.
2012-10-04 Eric S. RaymondLeave a connection more politely.
2012-10-04 Eric S. RaymondMake irkerd announce itself at startup when debugging...
2012-10-04 Eric S. RaymondVersion bump for release. 1.6
2012-10-04 Eric S. RaymondOne of breitenfelds's isinstance() patches was wrong.
2012-10-03 Eric S. RaymondMerge commit 'refs/merge-requests/11' of git://gitoriou...
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 Laurent BachelierUse faster json if available
2012-10-03 Eric S. RaymondFix the connection-aging logic.
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. RaymondVersion bump for release. 1.5
2012-10-02 Eric S. RaymondComment typo fix.
next