source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @215   13 years Erik Huelsmann Add sockets keep alive on SBCL. Patch submitted by Daniel Lowe.
(edit) @214   13 years Erik Huelsmann Name threads on SBCL. Patch submitted by Daniel Lowe.
(edit) @213   13 years Erik Huelsmann Correct spelling error. Patch submitted by Daniel Lowe.
(edit) @212   16 years Erik Huelsmann Install sensible recovery routines for NO-SUCH-REPLY in the default …
(edit) @211   17 years Erik Huelsmann Update specbot.lisp to conform to deprecation of trailing-arguments.
(edit) @210   17 years Erik Huelsmann Update cliki.lisp to conform to deprecation of trailing-arguments.
(edit) @209   17 years Erik Huelsmann Update for flexi-streams 1.0(.3?).
(edit) @208   17 years Erik Huelsmann Fix errors reported by slyrus on #lisp (freenode irc).
(edit) @207   18 years Erik Huelsmann Fix incorrect type assumption (reported by antifuchs).
(edit) @206   18 years Erik Huelsmann Make DCC commands and responses work with dcc CHAT connections.
(edit) @205   18 years Erik Huelsmann Make privmsg work for dcc CHAT connections.
(edit) @204   18 years Erik Huelsmann DCC implementation checkpoint: Working DCC CHAT with passive local …
(edit) @203   18 years Erik Huelsmann Add SSL support for IRC connections, only if CL+SSL is available when …
(edit) @202   18 years Erik Huelsmann Add missing CTCP primitive: ctcp-reply.
(edit) @201   18 years Erik Huelsmann Implement CTCP-over-DCC framework.
(edit) @200   18 years Erik Huelsmann r199 followup: read-message calls dcc-message-event. Provide it.
(edit) @199   18 years Erik Huelsmann Add a dcc-chat-connection class; a non-abstract subclass of dcc-connection.
(edit) @198   18 years Erik Huelsmann r197 followup: disable (yet) unimplemented part (ctcp messages).
(edit) @197   18 years Erik Huelsmann Create a DCC CHAT message class, just like the IRC message classes we have.
(edit) @196   18 years Erik Huelsmann Move connectedp into the dcc-connection section; ignore errors when …
(edit) @195   18 years Erik Huelsmann r193 followup: 'user' was renamed to 'remote-user' to disambiguate its …
(edit) @194   18 years Erik Huelsmann Define fallback functions for the case where the message passed isn't …
(edit) @193   18 years Erik Huelsmann Rearrange code. Make dcc-connection an abstract base class.
(edit) @192   18 years Erik Huelsmann Rename shadowing local binding (type -> sess-type).
(edit) @191   18 years Erik Huelsmann Add a list of DCC session types.
(edit) @190   18 years Erik Huelsmann Other DCC protocols starting with an #\S have been introduced now …
(edit) @189   18 years Erik Huelsmann Move 2 utility routines.
(edit) @188   18 years Erik Huelsmann Fix off-by-one error and make sure we don't keep looping when the …
(edit) @187   18 years Erik Huelsmann Fix termination condition in read-protocol-line.
(edit) @186   18 years Erik Huelsmann Silence UNHANDLED messages on the debug stream when they are in fact …
(edit) @185   18 years Erik Huelsmann Fix typo, some refactoring and be more lenient on non-conforming input …
(edit) @184   18 years Erik Huelsmann Harmonize keyword expansion in tests/ directory.
(edit) @183   18 years Erik Huelsmann No idea why I wrote this, but I think it's generally usefull: hostmask …
(edit) @180   18 years Erik Huelsmann Remove - now unused - .cvsignore file. The contents has already moved …
(edit) @179   18 years Erik Huelsmann KICK messages generally don't originate at the user being kicked. Fixed.
(edit) @178   18 years Erik Huelsmann Fix thinko reported by Lars Rune Nostdal (larsnostdal at gmail dot com).
(edit) @174   18 years Erik Huelsmann Update ChangeLog? in preparation for 0.8 release.
(edit) @172   18 years Erik Huelsmann Long overdue version number update.
(edit) @170   18 years Erik Huelsmann Refactor START-BACKGROUND-MESSAGE-HANDLER. Deprecate threading …
(edit) @169   18 years Erik Huelsmann Allow reason specification when parting channels/a channel.
(edit) @168   18 years Erik Huelsmann Fix several compile-warnings in SBCL.
(edit) @167   18 years Erik Huelsmann Remove forgotten socket-connect call.
(edit) @166   18 years Erik Huelsmann Credit Andreas Fuchs for the many patches he sent in.
(edit) @165   18 years Erik Huelsmann Change trivial-sockets dependency to usocket as discussed many moons …
(edit) @163   19 years Erik Huelsmann Fix type quoting bug reported by rpgoldman at real-time dot com.
(edit) @162   19 years Erik Huelsmann A new error message for destructuring-arguments for debuggability.
(edit) @161   19 years Erik Huelsmann Replace destructuring-arguments with a hopefully more useful version. …
(edit) @160   19 years Erik Huelsmann Change Source to URL keyword (remainder of CVS to svn conversion.
(edit) @159   19 years Erik Huelsmann Mostly resolve issue #17: decode RPL_ISUPPORT encoded characters.
(edit) @158   19 years Erik Huelsmann Add ignore for fasls.
(edit) @157   19 years Erik Huelsmann Fix issue #6: insufficient data to reconnect.
(edit) @156   19 years Erik Huelsmann Fix the hasty fix.
(edit) @155   19 years Erik Huelsmann Fix (amongst others) the MODE command where there is no terminating …
(edit) @154   19 years Erik Huelsmann Fix issues with newly added code.
(edit) @153   19 years Erik Huelsmann Automatically record channel visibility for library users to use.
(edit) @152   19 years Erik Huelsmann Fix SBCL compile warnings, at least one of which was a bug.
(edit) @151   19 years Erik Huelsmann Resolve issue #2: Start guessing the message encoding. On some lisps, …
(edit) @150   19 years Erik Huelsmann Remove TODO, now that all issues have been moved into the bug tracker.
(edit) @149   19 years Erik Huelsmann More efficient string manipulation. Also remove dependency on …
(edit) @148   19 years Erik Huelsmann Make message parsing more memory efficient by using displaced arrays. …
(edit) @144   19 years Erik Huelsmann The topic text is optional.
(edit) @143   19 years Erik Huelsmann Prevent ctcp request loops: NOTICE messages are responses. By Andreas …
(edit) @142   19 years Erik Huelsmann When changing a nick: remove under the old nick, re-add with the new one.
(edit) @141   19 years Erik Huelsmann Verify there actually *is* a user to remove.
(edit) @140   19 years Erik Huelsmann Add arguments binding helper macro now that trailing-argument is …
(edit) @139   19 years Erik Huelsmann Add arguments binding helper macro now that trailing-argument is …
(edit) @138   19 years Erik Huelsmann Oops! Too few closing parents…
(edit) @137   19 years Erik Huelsmann Remove last uses of trailing-argument.
(edit) @136   19 years Erik Huelsmann Fix RPL_ISUPPORT when server sends more than noe response (freenode does).
(edit) @135   19 years Erik Huelsmann Remove debugging print forms.
(edit) @134   19 years Erik Huelsmann Fix crash on unknown modes.tility.lisp
(edit) @133   19 years Erik Huelsmann Fix breakage where a quit message is sent before join or namreply …
(edit) @132   19 years Erik Huelsmann Support IRCNet irc-rpl_*list-message replies. Patch by Andreas Fuchs.
(edit) @131   19 years Erik Huelsmann Remove the 'trailing argument' notion from send-irc-message: the last …
(edit) @130   19 years Erik Huelsmann Make variable.lisp report the real version number we're actually …
(edit) @129   19 years Erik Huelsmann Silence SBCL compile warnings (one of which being a real bug).
(edit) @128   19 years Erik Huelsmann Start eliminating trailing-argument to be RFC compliant. Step 2 …
(edit) @127   19 years Erik Huelsmann Comment out non-applicable tests.
(edit) @126   19 years Erik Huelsmann Add support for joining password-protected channels. Patch by Andreas …
(edit) @125   19 years Erik Huelsmann Fix syntax error.
(edit) @124   19 years Erik Huelsmann Update TODO with current HEAD status.
(edit) @123   19 years Erik Huelsmann Satisfy read-message-loop assumption of read-message NIL return on eof.
(edit) @122   19 years Erik Huelsmann Follow up commit as requested by Andreas Fuchs.
(edit) @121   19 years Erik Huelsmann Patch by Andreas Fuchs [asf at boinkor.net] to allow specialization of …
(edit) @120   19 years Erik Huelsmann Followup to last commit; updating slot accessor and initialiser.
(edit) @119   19 years Erik Huelsmann Rename slots with same function in preparation of more DCC …
(edit) @118   19 years Erik Huelsmann Remove code also maintained in trivial-sockets, adding that as a …
(edit) @117   19 years Erik Huelsmann Untabify for consistent indenting accross all systems and editors.
(edit) @116   19 years Erik Huelsmann Replace invalidate-me condition machinery meant to catch EPIPE by code …
(edit) @115   19 years lisppaste For bmastenbrook: protect acronym generation from abuse
(edit) @114   19 years lisppaste for bmastenbrook: length limit
(edit) @113   19 years lisppaste for bmastenbrook: quotes!
(edit) @112   19 years lisppaste MORE REGEXPS
(edit) @111   19 years lisppaste for bmastenbrook: MORE HELP
(edit) @110   19 years lisppaste For bmastenbrook: Steel Bazooka Common Lisp!
(edit) @109   20 years afuchs fix parsing of mode args that contain #\+ or #\-, e.g. -o+b.
(edit) @108   20 years bmastenbrook Three patches from Mr. Fuchs: * the way to handle all IRC messages is …
(edit) @107   20 years bmastenbrook Add antifuchs' pass-on-connect support
(edit) @106   20 years Erik Huelsmann Prevent the bot from crashing when it got out-of-sync. * event.lisp …
(edit) @105   20 years lisppaste (for bmastenbrook): add a socket-error catch from trivial-sockets; fix …
Note: See TracRevisionLog for help on using the revision log.