Wrap library calls in a mutex for thread safety.
[irker.git] / irkerd
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.
2012-10-02 Eric S. RaymondFix a fatal bug due to IRC case-smashing.
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. RaymondMore instrumentation for kick events.
2012-10-02 Eric S. RaymondWe have a report that irc.freenode.net requires 0.5sec...
2012-10-02 Eric S. RaymondVersion bump for release.
2012-10-02 Eric S. RaymondTypo 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. 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. 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. RaymondFix fatal typo.
2012-10-01 Eric S. RaymondReject malformed URls with no channel.
2012-10-01 Eric S. RaymondMake an explanation truer and funnier.
2012-10-01 Eric S. RaymondTypo fix.
2012-10-01 Eric S. RaymondA resource constraint changes if we have green threads...
2012-10-01 Eric S. RaymondImport Peter Scott's use of green threads.
2012-09-30 Eric S. RaymondVersion bump for release. 1.2
2012-09-30 Eric S. RaymondDoS hardening.
2012-09-30 Eric S. RaymondReject input that doesn't parse to a dict.
2012-09-29 Eric S. RaymondPrevent a simple DoS.
2012-09-29 Eric S. RaymondFull transmission of multi-line messages.
2012-09-28 Eric S. RaymondAnother anti-buzz delay. 1.1
2012-09-28 Eric S. RaymondPrevent empty-queue check from eating the CPU.
2012-09-28 Eric S. RaymondRemove dead code.
2012-09-28 Eric S. RaymondTypo fix.
2012-09-27 Eric S. RaymondFollow up on the rename.
2012-09-27 Eric S. Raymondirker -> irkerd