root/trunk

Revision Log Mode:


Legend:

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