source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @248   9 years Erik Huelsmann * Add 0.9.2 signature and update signature link.
(edit) @247   9 years Erik Huelsmann * Publish cl-irc 0.9.2 release; sigs to be updated later.
(edit) @246   9 years Erik Huelsmann * Since 0.9.2 is released, upgrade the dev version number.
(edit) @245   9 years Erik Huelsmann * Tag 0.9.2
(edit) @244   9 years Erik Huelsmann * Resolve SBCL warning not to use SB-THREADS:DESTROY-THREAD
(edit) @243   11 years jdanjou Set namreply-in-progress even on connection user If not set, the user …
(edit) @242   11 years jdanjou Export connectedp
(edit) @241   11 years jdanjou Fix typo for `find-dcc-ctcp-message-class' Signed-off-by: Julien …
(edit) @240   11 years jdanjou Fix 710 repl code Signed-off-by: Julien Danjou <julien@…>
(edit) @239   11 years Erik Huelsmann Patch by Julien Danjou: Factorize mode changes.
(edit) @238   11 years Erik Huelsmann Patch by Julien Danjou: MODE argument to mode command should be optional.
(edit) @237   11 years Erik Huelsmann Patch by Julien Danjou: Add mode to the channel instead of the target.
(edit) @236   11 years Erik Huelsmann Patch by Julien Danjou: Remove the (unused) `socket' slot from connections.
(edit) @235   11 years Erik Huelsmann Patch by Julien Danjou: Remove otherwise unused symbol 'SOCKET-CONNECT'.
(edit) @234   11 years Erik Huelsmann Patch by Julien Danjou: Export READ-IRC-MESSAGE to allow construction …
(edit) @233   11 years Erik Huelsmann Patch by Julien Danjou: register nickname upon RPL_WELCOME instead of …
(edit) @232   11 years Erik Huelsmann Patch submitted by Julien Danjou.
(edit) @231   12 years Erik Huelsmann Add 0.9.1 signature file.
(edit) @230   12 years Erik Huelsmann Publish 0.9.1.
(edit) @229   12 years Erik Huelsmann Increase version number(s) after tagging 0.9.1.
(edit) @228   12 years Erik Huelsmann Tag 0.9.1 since 0.9.0 is borked.
(edit) @227   12 years Erik Huelsmann Threading now located in the THREADS package on abcl.
(edit) @226   12 years Erik Huelsmann Use HANDLER-CASE where HANDLER-CASE was meant to be used.
(edit) @225   12 years Erik Huelsmann Add signature file for 0.9.0.
(edit) @224   12 years Erik Huelsmann Publish 0.9.0.
(edit) @223   12 years Erik Huelsmann Promote trunk to 0.9.1-dev, following the tag of 0.9.0.
(edit) @222   12 years Erik Huelsmann Create 0.9.0 tag with correct version info.
(edit) @221   12 years Erik Huelsmann Delete incomplete tag.
(edit) @220   12 years Erik Huelsmann Create 0.9.0 release tag.
(edit) @219   12 years Erik Huelsmann Fix long-standing complaint that cl-irc hits the debugger on unknown …
(edit) @218   12 years Erik Huelsmann Fix Quakenet authentication bug as reported by Reinout Steven in …
(edit) @217   12 years Erik Huelsmann Add response codes to help cl-irc log in on Freenode. Patch submitted …
(edit) @216   12 years Erik Huelsmann Add an ACTION convenience method. Patch submitted by Daniel Lowe.
(edit) @215   12 years Erik Huelsmann Add sockets keep alive on SBCL. Patch submitted by Daniel Lowe.
(edit) @214   12 years Erik Huelsmann Name threads on SBCL. Patch submitted by Daniel Lowe.
(edit) @213   12 years Erik Huelsmann Correct spelling error. Patch submitted by Daniel Lowe.
(edit) @212   15 years Erik Huelsmann Install sensible recovery routines for NO-SUCH-REPLY in the default …
(edit) @211   16 years Erik Huelsmann Update specbot.lisp to conform to deprecation of trailing-arguments.
(edit) @210   16 years Erik Huelsmann Update cliki.lisp to conform to deprecation of trailing-arguments.
(edit) @209   16 years Erik Huelsmann Update for flexi-streams 1.0(.3?).
(edit) @208   16 years Erik Huelsmann Fix errors reported by slyrus on #lisp (freenode irc).
(edit) @207   17 years Erik Huelsmann Fix incorrect type assumption (reported by antifuchs).
(edit) @206   17 years Erik Huelsmann Make DCC commands and responses work with dcc CHAT connections.
(edit) @205   17 years Erik Huelsmann Make privmsg work for dcc CHAT connections.
(edit) @204   17 years Erik Huelsmann DCC implementation checkpoint: Working DCC CHAT with passive local …
(edit) @203   17 years Erik Huelsmann Add SSL support for IRC connections, only if CL+SSL is available when …
(edit) @202   17 years Erik Huelsmann Add missing CTCP primitive: ctcp-reply.
(edit) @201   17 years Erik Huelsmann Implement CTCP-over-DCC framework.
(edit) @200   17 years Erik Huelsmann r199 followup: read-message calls dcc-message-event. Provide it.
(edit) @199   17 years Erik Huelsmann Add a dcc-chat-connection class; a non-abstract subclass of dcc-connection.
(edit) @198   17 years Erik Huelsmann r197 followup: disable (yet) unimplemented part (ctcp messages).
(edit) @197   17 years Erik Huelsmann Create a DCC CHAT message class, just like the IRC message classes we have.
(edit) @196   17 years Erik Huelsmann Move connectedp into the dcc-connection section; ignore errors when …
(edit) @195   17 years Erik Huelsmann r193 followup: 'user' was renamed to 'remote-user' to disambiguate its …
(edit) @194   17 years Erik Huelsmann Define fallback functions for the case where the message passed isn't …
(edit) @193   17 years Erik Huelsmann Rearrange code. Make dcc-connection an abstract base class.
(edit) @192   17 years Erik Huelsmann Rename shadowing local binding (type -> sess-type).
(edit) @191   17 years Erik Huelsmann Add a list of DCC session types.
(edit) @190   17 years Erik Huelsmann Other DCC protocols starting with an #\S have been introduced now …
(edit) @189   17 years Erik Huelsmann Move 2 utility routines.
(edit) @188   17 years Erik Huelsmann Fix off-by-one error and make sure we don't keep looping when the …
(edit) @187   17 years Erik Huelsmann Fix termination condition in read-protocol-line.
(edit) @186   17 years Erik Huelsmann Silence UNHANDLED messages on the debug stream when they are in fact …
(edit) @185   17 years Erik Huelsmann Fix typo, some refactoring and be more lenient on non-conforming input …
(edit) @184   17 years Erik Huelsmann Harmonize keyword expansion in tests/ directory.
(edit) @183   17 years Erik Huelsmann No idea why I wrote this, but I think it's generally usefull: hostmask …
(edit) @182   17 years Erik Huelsmann Update the website according to the 0.8.1 release (and upload release …
(edit) @181   17 years Erik Huelsmann Tag 0.8.1, a minor fixes release.
(edit) @180   17 years Erik Huelsmann Remove - now unused - .cvsignore file. The contents has already moved …
(edit) @179   17 years Erik Huelsmann KICK messages generally don't originate at the user being kicked. Fixed.
(edit) @178   17 years Erik Huelsmann Fix thinko reported by Lars Rune Nostdal (larsnostdal at gmail dot com).
(edit) @177   17 years Erik Huelsmann Add all of the site into version control to be able to control the …
(edit) @176   17 years Erik Huelsmann Publish 0.8.0 release and upload distribution tarballs.
(edit) @175   17 years Erik Huelsmann Create tag for 0.8.0 release.
(edit) @174   17 years Erik Huelsmann Update ChangeLog? in preparation for 0.8 release.
(edit) @173   17 years Erik Huelsmann Create a directory for releases and populate it with current ones.
(edit) @172   17 years Erik Huelsmann Long overdue version number update.
(edit) @171   17 years Erik Huelsmann Remove eenge branch manufactured by cvs2svn (Initial import branch).
(edit) @170   17 years Erik Huelsmann Refactor START-BACKGROUND-MESSAGE-HANDLER. Deprecate threading …
(edit) @169   17 years Erik Huelsmann Allow reason specification when parting channels/a channel.
(edit) @168   17 years Erik Huelsmann Fix several compile-warnings in SBCL.
(edit) @167   17 years Erik Huelsmann Remove forgotten socket-connect call.
(edit) @166   17 years Erik Huelsmann Credit Andreas Fuchs for the many patches he sent in.
(edit) @165   17 years Erik Huelsmann Change trivial-sockets dependency to usocket as discussed many moons …
(edit) @164   18 years Erik Huelsmann Update link to latest binaries.
(edit) @163   18 years Erik Huelsmann Fix type quoting bug reported by rpgoldman at real-time dot com.
(edit) @162   18 years Erik Huelsmann A new error message for destructuring-arguments for debuggability.
(edit) @161   18 years Erik Huelsmann Replace destructuring-arguments with a hopefully more useful version. …
(edit) @160   18 years Erik Huelsmann Change Source to URL keyword (remainder of CVS to svn conversion.
(edit) @159   18 years Erik Huelsmann Mostly resolve issue #17: decode RPL_ISUPPORT encoded characters.
(edit) @158   18 years Erik Huelsmann Add ignore for fasls.
(edit) @157   18 years Erik Huelsmann Fix issue #6: insufficient data to reconnect.
(edit) @156   18 years Erik Huelsmann Fix the hasty fix.
(edit) @155   18 years Erik Huelsmann Fix (amongst others) the MODE command where there is no terminating …
(edit) @154   18 years Erik Huelsmann Fix issues with newly added code.
(edit) @153   18 years Erik Huelsmann Automatically record channel visibility for library users to use.
(edit) @152   18 years Erik Huelsmann Fix SBCL compile warnings, at least one of which was a bug.
(edit) @151   18 years Erik Huelsmann Resolve issue #2: Start guessing the message encoding. On some lisps, …
(edit) @150   18 years Erik Huelsmann Remove TODO, now that all issues have been moved into the bug tracker.
(edit) @149   18 years Erik Huelsmann More efficient string manipulation. Also remove dependency on …
Note: See TracRevisionLog for help on using the revision log.