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