- Mar 21, 2017
-
- Jan 17, 2017
-
- Jan 04, 2017
-
- Dec 17, 2016
-
-
nickolas360 authored
-
- Dec 11, 2016
-
-
nickolas360 authored
-
- Oct 15, 2016
-
-
nickolas360 authored
-
nickolas360 authored
-
- Jul 22, 2016
-
- Jul 08, 2016
-
- Jun 29, 2016
-
-
nickolas360 authored
-
- Apr 02, 2016
-
-
nickolas360 authored
-
nickolas360 authored
-
- Mar 01, 2016
-
-
nickolas360 authored
-
- Feb 20, 2016
-
-
nickolas360 authored
-
- Feb 18, 2016
-
-
nickolas360 authored
-
- Feb 15, 2016
-
-
nickolas360 authored
-
- Feb 14, 2016
-
-
nickolas360 authored
-
- Feb 10, 2016
-
-
nickolas360 authored
-
- Feb 07, 2016
-
- Jan 31, 2016
-
-
nickolas360 authored
-
- Nov 28, 2015
-
-
nickolas360 authored
-
- Nov 16, 2015
-
-
nickolas360 authored
-
- Oct 10, 2015
-
-
nickolas360 authored
-
- Oct 06, 2015
-
-
nickolas360 authored
-
- Oct 03, 2015
-
-
nickolas360 authored
-
- Sep 30, 2015
-
-
nickolas360 authored
-
- Sep 26, 2015
-
-
nickolas360 authored
-
nickolas360 authored
* Make IDefaultDict a subclass of OrderedDict, so the order of keys is remembered. * Release version 1.7.2.
- Sep 23, 2015
-
-
nickolas360 authored
* Don't generate an exception when comparing an IStr object with an object which is not an instance of str. * Release version 1.7.1.
-
- Sep 18, 2015
-
-
nickolas360 authored
Add channels parameter, a list of channels the user was in, to on_quit(). Fix an issue where IRCBot.nicklist wouldn't update properly. Release version 1.7.0.
-
nickolas360 authored
-
nickolas360 authored
Fix issue where part messages would always be set to None. Release version 1.6.2.
-
- Sep 16, 2015
-
-
nickolas360 authored
Fix issue where IRCBot.nickname wouldn't update after changing nicknames. Release version 1.6.1.
-
- Sep 09, 2015
-
-
nickolas360 authored
* Rename IrcBot to IRCBot. * Replace target parameter with channel in on_message() and on_notice(). * Remove is_self parameter from events. * Add message parameter to on_kick(). * Remove is_alive(). * Change send_raw() parameters to an IRC command and a list of arguments to the command. * Rename on_other() to on_raw(). * on_raw() is now called for every IRC message, not just ones without a specific event. * Remove async_events parameter from listen() and listen_async(). * Add IStr, a case-insensitive string class. * Add IDefaultDict, a case-insensitive dictionary class. * Make all nickname, channel, and target parameters in events case-insensitive. See IStr for more information. * Add IRCBot.nicklist, a case-insensitive dictionary which stores lists of users in channels. * Make IRCBot.channels case-insensitive. * Make IRCBot.nickname case-insensitive. * Add a timeout parameter to wait(). * Add a realname parameter to register(). * When given a list of CA certificates, make connect() verify the server's hostname as well as its certificate. * Rename some private methods. * Rename some private buffers. * Make methods call send_raw() instead of writeline(). * Handle socket errors more gracefully. * Make parse() a static method. * Add format(), which formats IRC messages. * Make register() wait for RPL_WELCOME instead of MODE.
-
- Jul 25, 2015
-
-
nickolas360 authored
-
- Jul 22, 2015
-
-
nickolas360 authored
-
- Jul 20, 2015
-
-
nickolas360 authored
-
- Jul 18, 2015
-
-
nickolas360 authored
-