source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @191   18 years Erik Huelsmann Add a list of DCC session types.
(edit) @190   18 years Erik Huelsmann Other DCC protocols starting with an #\S have been introduced now …
(edit) @189   18 years Erik Huelsmann Move 2 utility routines.
(edit) @188   18 years Erik Huelsmann Fix off-by-one error and make sure we don't keep looping when the …
(edit) @187   18 years Erik Huelsmann Fix termination condition in read-protocol-line.
(edit) @186   18 years Erik Huelsmann Silence UNHANDLED messages on the debug stream when they are in fact …
(edit) @185   18 years Erik Huelsmann Fix typo, some refactoring and be more lenient on non-conforming input …
(edit) @184   18 years Erik Huelsmann Harmonize keyword expansion in tests/ directory.
(edit) @183   18 years Erik Huelsmann No idea why I wrote this, but I think it's generally usefull: hostmask …
(edit) @182   18 years Erik Huelsmann Update the website according to the 0.8.1 release (and upload release …
(edit) @181   18 years Erik Huelsmann Tag 0.8.1, a minor fixes release.
(edit) @180   18 years Erik Huelsmann Remove - now unused - .cvsignore file. The contents has already moved …
(edit) @179   18 years Erik Huelsmann KICK messages generally don't originate at the user being kicked. Fixed.
(edit) @178   18 years Erik Huelsmann Fix thinko reported by Lars Rune Nostdal (larsnostdal at gmail dot com).
(edit) @177   18 years Erik Huelsmann Add all of the site into version control to be able to control the …
(edit) @176   18 years Erik Huelsmann Publish 0.8.0 release and upload distribution tarballs.
(edit) @175   18 years Erik Huelsmann Create tag for 0.8.0 release.
(edit) @174   18 years Erik Huelsmann Update ChangeLog? in preparation for 0.8 release.
(edit) @173   18 years Erik Huelsmann Create a directory for releases and populate it with current ones.
(edit) @172   18 years Erik Huelsmann Long overdue version number update.
(edit) @171   18 years Erik Huelsmann Remove eenge branch manufactured by cvs2svn (Initial import branch).
(edit) @170   18 years Erik Huelsmann Refactor START-BACKGROUND-MESSAGE-HANDLER. Deprecate threading …
(edit) @169   18 years Erik Huelsmann Allow reason specification when parting channels/a channel.
(edit) @168   18 years Erik Huelsmann Fix several compile-warnings in SBCL.
(edit) @167   18 years Erik Huelsmann Remove forgotten socket-connect call.
(edit) @166   18 years Erik Huelsmann Credit Andreas Fuchs for the many patches he sent in.
(edit) @165   18 years Erik Huelsmann Change trivial-sockets dependency to usocket as discussed many moons …
(edit) @164   18 years Erik Huelsmann Update link to latest binaries.
(edit) @163   19 years Erik Huelsmann Fix type quoting bug reported by rpgoldman at real-time dot com.
(edit) @162   19 years Erik Huelsmann A new error message for destructuring-arguments for debuggability.
(edit) @161   19 years Erik Huelsmann Replace destructuring-arguments with a hopefully more useful version. …
(edit) @160   19 years Erik Huelsmann Change Source to URL keyword (remainder of CVS to svn conversion.
(edit) @159   19 years Erik Huelsmann Mostly resolve issue #17: decode RPL_ISUPPORT encoded characters.
(edit) @158   19 years Erik Huelsmann Add ignore for fasls.
(edit) @157   19 years Erik Huelsmann Fix issue #6: insufficient data to reconnect.
(edit) @156   19 years Erik Huelsmann Fix the hasty fix.
(edit) @155   19 years Erik Huelsmann Fix (amongst others) the MODE command where there is no terminating …
(edit) @154   19 years Erik Huelsmann Fix issues with newly added code.
(edit) @153   19 years Erik Huelsmann Automatically record channel visibility for library users to use.
(edit) @152   19 years Erik Huelsmann Fix SBCL compile warnings, at least one of which was a bug.
(edit) @151   19 years Erik Huelsmann Resolve issue #2: Start guessing the message encoding. On some lisps, …
(edit) @150   19 years Erik Huelsmann Remove TODO, now that all issues have been moved into the bug tracker.
(edit) @149   19 years Erik Huelsmann More efficient string manipulation. Also remove dependency on …
(edit) @148   19 years Erik Huelsmann Make message parsing more memory efficient by using displaced arrays. …
(edit) @147   19 years Erik Huelsmann Mention Subversion instead of CVS; the links were alright, just not …
(edit) @146   19 years Erik Huelsmann Update for xhtml conformance and the move to Subversion.
(edit) @145   19 years Erik Huelsmann Import website.
(edit) @144   19 years Erik Huelsmann The topic text is optional.
(edit) @143   19 years Erik Huelsmann Prevent ctcp request loops: NOTICE messages are responses. By Andreas …
(edit) @142   19 years Erik Huelsmann When changing a nick: remove under the old nick, re-add with the new one.
(edit) @141   19 years Erik Huelsmann Verify there actually *is* a user to remove.
(edit) @140   19 years Erik Huelsmann Add arguments binding helper macro now that trailing-argument is …
(edit) @139   19 years Erik Huelsmann Add arguments binding helper macro now that trailing-argument is …
(edit) @138   19 years Erik Huelsmann Oops! Too few closing parents…
(edit) @137   19 years Erik Huelsmann Remove last uses of trailing-argument.
(edit) @136   19 years Erik Huelsmann Fix RPL_ISUPPORT when server sends more than noe response (freenode does).
(edit) @135   19 years Erik Huelsmann Remove debugging print forms.
(edit) @134   19 years Erik Huelsmann Fix crash on unknown modes.tility.lisp
(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'.
Note: See TracRevisionLog for help on using the revision log.