source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @104   20 years lisppaste Added a new advice.
(edit) @103   20 years lisppaste Latest bugfixes
(edit) @102   20 years lisppaste No idea…
(edit) @101   20 years pvaneynde note new version, use darcs-buildpackage
(edit) @100   20 years lisppaste Whee! leak fewer fds by using trivial-http
(edit) @99   20 years Erik Huelsmann Remove *all* references to 'socket'. Close the stream the same way …
(edit) @98   20 years Erik Huelsmann Share connecting code between normal and dcc connections. Also remove …
(edit) @97   20 years Erik Huelsmann Export forgotten symbol for mode-tracking class.
(edit) @96   20 years Erik Huelsmann Extend mode tracking: Handle response to a MODE request on a channel
(edit) @95   20 years Erik Huelsmann Extend mode tracking: set absolute mode values for ban, except and …
(edit) @94   20 years Erik Huelsmann Rename 2 modes. They go by the names 'except' and 'invite' in the protocol.
(edit) @93   20 years Erik Huelsmann Cleanup. * package.lisp: Remove exported but undefined symbols. * …
(edit) @92   20 years Erik Huelsmann Don't apply 'key' to 'value'.
(edit) @91   20 years Erik Huelsmann Revert accidental commit.
(edit) @90   20 years Erik Huelsmann Explicitly use a boolean-value-mode class instead of hiding the same …
(edit) @89   20 years (none) This commit was manufactured by cvs2svn to create tag 'mode_tracking'.
(edit) @88   20 years Erik Huelsmann Implement MODE tracking. * TODO: Remove MODE updating item. * …
(edit) @87   20 years (none) This commit was manufactured by cvs2svn to create tag 'pre_mode_tracking'.
(edit) @86   20 years (none) This commit was manufactured by cvs2svn to create tag 'cl_irc_0_7'.
(edit) @85   20 years Erik Huelsmann Don't set 'user' and 'hostname' fields on users created in …
(edit) @84   20 years Erik Huelsmann Correctly pass 'output-stream' to make-instance.
(edit) @83   20 years Erik Huelsmann Correct call to non-existing function.
(edit) @82   20 years Erik Huelsmann Extend reply number list with IRCd reply numbers (submission by Ossi …
(edit) @81   20 years Erik Huelsmann Make sure the stream gets properly cleaned up.
(edit) @80   20 years (none) This commit was manufactured by cvs2svn to create tag …
(edit) @79   20 years pvaneynde Commit for debian package 0.6.2
(edit) @78   20 years Erik Huelsmann Export the CHANNEL symbol just as we do for the CONNECTION and USER …
(edit) @77   20 years bmastenbrook GOD DAMNIT
(edit) @76   20 years Erik Huelsmann Make default behaviours obey rpl_isupport parameters advertized by the …
(edit) @75   20 years Erik Huelsmann Fix goofup in previous commit which I didn't catch on initial testing. …
(edit) @74   20 years Erik Huelsmann Fix parsing of message arguments and the trailing argument: The RFC …
(edit) @73   20 years bmastenbrook apropos searching; new module for specbot?
(edit) @72   20 years bmastenbrook better help
(edit) @71   20 years bmastenbrook cocoa lookup
(edit) @70   20 years bmastenbrook Fix help for /msg
(edit) @69   20 years bmastenbrook Update for changes in lisppaste
(edit) @68   21 years Erik Huelsmann Invalidate the descriptor of the stream that failed; not necessarily …
(edit) @67   21 years Erik Huelsmann Fix invalidating the socket descriptor on non-threaded SBCL. Also …
(edit) @66   21 years (none) This commit was manufactured by cvs2svn to create tag …
(edit) @65   21 years krosenberg Automated commit for debian_version_0_6_0
(edit) @64   21 years bmastenbrook shortening!
(edit) @63   21 years bmastenbrook case-insensitive address
(edit) @62   21 years bmastenbrook Detect MORE in all caps
(edit) @61   21 years bmastenbrook MORE OF ENGLISH
(edit) @60   21 years bmastenbrook speedup from Maddas
(edit) @59   21 years bmastenbrook change re sbcl start-background-message-handler
(edit) @58   21 years bmastenbrook um, not sure
(edit) @57   21 years bmastenbrook MORE GRAMMAR
(edit) @56   21 years bmastenbrook BUGS
(edit) @55   21 years bmastenbrook MORE GRAMMAR
(edit) @54   21 years bmastenbrook MORE GRAMMAR
(edit) @53   21 years bmastenbrook Remove a temp function
(edit) @52   21 years bmastenbrook Dunno. Some changes.
(edit) @51   21 years bmastenbrook Advice!
(edit) @50   21 years bmastenbrook Don't remember
(edit) @49   21 years bmastenbrook add inscruitable song reference requested by nyef
(edit) @48   21 years bmastenbrook big changes to cliki-bot: tell users about things, gets mad over abuse
(edit) @47   21 years bmastenbrook CLIM spec lookup
(edit) @46   21 years bmastenbrook w00t! minion!
(edit) @45   21 years Erik Huelsmann Fix use of start-background-message-handler in non-threaded SBCL; also …
(edit) @44   21 years bmastenbrook Memos and better aliases oh my!
(edit) @43   21 years bmastenbrook alist lookup example: IEEE754
(edit) @42   21 years bmastenbrook s/Comon/Common/g
(edit) @41   21 years bmastenbrook Armed Bear Common Lisp compatibility
(edit) @40   21 years bmastenbrook CLiki: shut-up function; Mop_Sym removed
(edit) @39   21 years bmastenbrook Long live specbot!
(edit) @38   21 years bmastenbrook clhs is dead; long live specbot
(edit) @37   21 years bmastenbrook slight change
(edit) @36   21 years bmastenbrook wootage! minion talks to lisppaste, if it can
(edit) @35   21 years bmastenbrook Portability fixes
(edit) @34   21 years bmastenbrook Bug fix
Note: See TracRevisionLog for help on using the revision log.