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