|
|
@244
|
9 years |
Erik Huelsmann |
* Resolve SBCL warning not to use SB-THREADS:DESTROY-THREAD
|
|
|
@236
|
12 years |
Erik Huelsmann |
Patch by Julien Danjou: Remove the (unused) `socket' slot from connections.
|
|
|
@233
|
12 years |
Erik Huelsmann |
Patch by Julien Danjou: register nickname upon RPL_WELCOME instead
of …
|
|
|
@232
|
12 years |
Erik Huelsmann |
Patch submitted by Julien Danjou.
|
|
|
@227
|
12 years |
Erik Huelsmann |
Threading now located in the THREADS package on abcl.
|
|
|
@226
|
12 years |
Erik Huelsmann |
Use HANDLER-CASE where HANDLER-CASE was meant to be used.
|
|
|
@219
|
12 years |
Erik Huelsmann |
Fix long-standing complaint that cl-irc hits the debugger on unknown …
|
|
|
@214
|
12 years |
Erik Huelsmann |
Name threads on SBCL.
Patch submitted by Daniel Lowe.
|
|
|
@213
|
12 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 …
|
|
|
@208
|
17 years |
Erik Huelsmann |
Fix errors reported by slyrus on #lisp (freenode irc).
|
|
|
@204
|
18 years |
Erik Huelsmann |
DCC implementation checkpoint: Working DCC CHAT with passive local …
|
|
|
@201
|
18 years |
Erik Huelsmann |
Implement CTCP-over-DCC framework.
|
|
|
@199
|
18 years |
Erik Huelsmann |
Add a dcc-chat-connection class; a non-abstract subclass of dcc-connection.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@179
|
18 years |
Erik Huelsmann |
KICK messages generally don't originate at the user being kicked. Fixed.
|
|
|
@170
|
18 years |
Erik Huelsmann |
Refactor START-BACKGROUND-MESSAGE-HANDLER. Deprecate threading …
|
|
|
@168
|
18 years |
Erik Huelsmann |
Fix several compile-warnings in SBCL.
|
|
|
@167
|
18 years |
Erik Huelsmann |
Remove forgotten socket-connect call.
|
|
|
@165
|
18 years |
Erik Huelsmann |
Change trivial-sockets dependency to usocket as discussed many moons …
|
|
|
@163
|
18 years |
Erik Huelsmann |
Fix type quoting bug reported by rpgoldman at real-time dot com.
|
|
|
@160
|
18 years |
Erik Huelsmann |
Change Source to URL keyword (remainder of CVS to svn conversion.
|
|
|
@157
|
19 years |
Erik Huelsmann |
Fix issue #6: insufficient data to reconnect.
|
|
|
@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, …
|
|
|
@149
|
19 years |
Erik Huelsmann |
More efficient string manipulation. Also remove dependency on
…
|
|
|
@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.
|
|
|
@137
|
19 years |
Erik Huelsmann |
Remove last uses of trailing-argument.
|
|
|
@131
|
19 years |
Erik Huelsmann |
Remove the 'trailing argument' notion from send-irc-message:
the last …
|
|
|
@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 …
|
|
|
@125
|
19 years |
Erik Huelsmann |
Fix syntax error.
|
|
|
@123
|
19 years |
Erik Huelsmann |
Satisfy read-message-loop assumption of read-message NIL return on eof.
|
|
|
@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 …
|
|
|
@108
|
19 years |
bmastenbrook |
Three patches from Mr. Fuchs:
* the way to handle all IRC messages is …
|
|
|
@99
|
20 years |
Erik Huelsmann |
Remove *all* references to 'socket'. Close the stream the same way …
|
|
|
@98
|
20 years |
Erik Huelsmann |
Share connecting code between normal and dcc connections. Also remove …
|
|
|
@96
|
20 years |
Erik Huelsmann |
Extend mode tracking: Handle response to a MODE request on a channel
|
|
|
@95
|
20 years |
Erik Huelsmann |
Extend mode tracking: set absolute mode values for ban, except and …
|
|
|
@93
|
20 years |
Erik Huelsmann |
Cleanup.
* package.lisp: Remove exported but undefined symbols.
* …
|
|
|
@92
|
20 years |
Erik Huelsmann |
Don't apply 'key' to 'value'.
|
|
|
@90
|
20 years |
Erik Huelsmann |
Explicitly use a boolean-value-mode class instead of hiding
the same …
|
|
|
@88
|
20 years |
Erik Huelsmann |
Implement MODE tracking.
* TODO: Remove MODE updating item.
* …
|
|
|
@84
|
20 years |
Erik Huelsmann |
Correctly pass 'output-stream' to make-instance.
|
|
|
@83
|
20 years |
Erik Huelsmann |
Correct call to non-existing function.
|
|
|
@76
|
20 years |
Erik Huelsmann |
Make default behaviours obey rpl_isupport parameters advertized by the …
|
|
|
@68
|
20 years |
Erik Huelsmann |
Invalidate the descriptor of the stream that failed; not necessarily …
|
|
|
@67
|
20 years |
Erik Huelsmann |
Fix invalidating the socket descriptor on non-threaded SBCL.
Also …
|
|
|
@60
|
20 years |
bmastenbrook |
speedup from Maddas
|
|
|
@59
|
20 years |
bmastenbrook |
change re sbcl start-background-message-handler
|
|
|
@45
|
20 years |
Erik Huelsmann |
Fix use of start-background-message-handler in non-threaded SBCL;
also …
|
|
|
@41
|
20 years |
bmastenbrook |
Armed Bear Common Lisp compatibility
|
|
|
@32
|
20 years |
bmastenbrook |
OpenMCL patches from marco (segv)
|
|
|
@31
|
21 years |
Erik Huelsmann |
Remove trailing spaces.
* protocol.lisp
Remove trailing spaces …
|
|
|
@25
|
21 years |
Erik Huelsmann |
Eliminate load warnings generated by (asdf:operate 'asdf:load-op …
|
|
|
@24
|
21 years |
Erik Huelsmann |
Fix typo in function-call
* protocol.lisp (remove-channel): call …
|
|
|
@23
|
21 years |
Erik Huelsmann |
Make parameter order for remove-channel on users object consistent
* …
|
|
|
@12
|
21 years |
krosenberg |
intern based on symbol-name to support case sensitive lisps
|
|
|
@2
|
21 years |
Erik Enge |
Initial revision
|