Lucio Andrés Illanes Albornoz
|
624ab9ca71
|
IrcMiRCARTBot.py: adds optional -[46] force IPv[46] flag.
|
2018-06-28 18:18:48 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
f77e6d5bf8
|
IrcClient.py:connect(): create file from socket w/ errors="replace" to prevent UnicodeDecodeErrors.
|
2018-01-22 21:06:46 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
84ab4eee5a
|
Initial release sans tools.
|
2018-01-08 00:05:03 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
0259662a4e
|
IrcClient.py:IrcClient.connect(): explicitly pass encoding="utf-8" to clientSocket.makeFile().
|
2018-01-06 16:40:20 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
fcc4215b68
|
{IrcClient,IrcMiRCARTBot,MiRC{2png,ART}}.py: fix spaces & typo.
|
2018-01-06 02:50:12 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
44e593714d
|
{IrcClient,IrcMiRCARTBot.py,MiRC{2png,ART}}.py: include parameters in function header comments.
|
2018-01-06 01:44:45 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
1a2dd5f692
|
MiRC2png.py: renamed from MiRCART.py.
{IrcClient,IrcMiRCARTBot,MiRC2png}.py: update Vim modeline w/ `sw=4 ts=4'.
{IrcMiRCARTBot,MiRC2png}.py: update header legend.
IrcMiRCARTBot.py:IrcMiRCARTBot._dispatchPrivmsg(): lower rate limit to (once per) 30 seconds.
IrcMiRCARTBot.py:IrcMiRCARTBot._dispatchPrivmsg(): eliminate useless instance variable.
IrcMiRCARTBot.py:IrcMiRCARTBot._urlretrieveReportHook(): compare against correct limit of 1 MB (2**20.)
MiRCART.py: initial commit.
README.md: updated.
|
2018-01-04 16:24:06 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
b71ca6af89
|
IrcClient.py:IrcClient.{queue,unqueue}(): always CR NL-terminate messages & encode() before queuing.
|
2018-01-03 15:18:28 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
9c34fe3220
|
IrcClient.py:IrcClient.unqueue(): handle timeout from timed select().
|
2018-01-03 15:13:52 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
97d8caaf1e
|
IrcClient.py: add missing `# {{{'.
|
2018-01-03 15:12:28 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
6fcf0e0a4f
|
IrcClient.py:IrcClient.{queue,unqueue}(): split.
IrcMiRCARTBot.py:IrcMiRCARTBot._dispatch{001,Ping,Privmsg,Timer}(): replace readline() calls w/ queue() calls.
IrcMiRCARTBot.py:IrcMiRCARTBot.dispatch(): call unqueue() after processing timers and prior to calling readline().
|
2018-01-03 04:15:43 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
e182f0ffa9
|
{IrcMiRCARTBot,MiRCART}.py: differentiate private class member functions.
|
2018-01-03 03:33:57 +01:00 |
|
Lucio Andrés Illanes Albornoz
|
c32d749675
|
IrcClient.py: split from IrcMiRCARTBot.py.
IrcMiRCARTBot.py: renamed from pngbot.py, importing IrcClient.IrcClient.
MiRCART.py: renamed from mirc2png.py.
README.md: updated.
|
2018-01-03 02:33:12 +01:00 |
|