- Mar 21, 2017
-
-
nickolas360 authored
Fixes #4.
- Jan 17, 2017
-
- Jan 16, 2017
-
-
nickolas360 authored
Fix a bug where too many spaces would sometimes be removed.
-
- Jan 04, 2017
-
-
nickolas360 authored
-
nickolas360 authored
Wait to decode bytes received from the server until a full line has been received. Data received from the server could end in the middle of a UTF-8 multibyte sequence, and decoding the data without waiting for the rest of the line would result in a decoding error.
- Dec 16, 2016
-
-
nickolas360 authored
Docstrings don't have to be enclosed in triple quotes; update GPL exception to apply to all strings to reduce confusion and licensing issues.
-
- Dec 11, 2016
-
-
nickolas360 authored
-
- Nov 15, 2016
-
-
nickolas360 authored
-
- Oct 15, 2016
-
-
nickolas360 authored
-
nickolas360 authored
Would crash if "=" was not present in an argument.
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
If event handlers take fewer arguments than are available, an error will no longer occur.
-
nickolas360 authored
-
nickolas360 authored
Use RPL_ISUPPORT PREFIX and CHANMODES.
-
- Oct 14, 2016
-
-
nickolas360 authored
-
- Jul 22, 2016
-
-
nickolas360 authored
-
nickolas360 authored
Methods should be case-insensitive.
- Jun 29, 2016
-
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
Make sure default_factory is callable in IDefaultDict.__init__().
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
Add class VoiceOpInfo instead of setting attributes on IStr instances. Make IRCBot.nicklist values IDefaultDict objects themselves -- each dict maps an IStr nickname to a VoiceOpInfo object.
-
- Apr 02, 2016
-
-
nickolas360 authored
-
nickolas360 authored
If an exception occurs in a daemon thread, it may cause the main thread to exit (thus ending the program) before the daemon thread gets a chance to print out the exception. So, print out tracebacks manually in background threads which could be daemons.
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-
- Mar 01, 2016
-
-
nickolas360 authored
-
nickolas360 authored
-
nickolas360 authored
-