Developer Forum
You need to be a registered member to post to this forum. Register now.
Good ideas that are looking for someone to implement them.
Here are some good ideas I've had that simply need to be implemented.
* Renaming commands needs to be done differently. Right now, we actually mov ...
#!/bin/bash
start_bot() {
su - supybot -c "/usr/bin ...
add supybot.drivers.minReconnectWait directive
I've several bots running and I saw some log messages stating my bots are connecting to fast to their networks/servers. Which is anoying to me, cause ...
Factoid plugin patches
Hello all,
i've made the limit for the random and the regular factoids "dynamic", the bot owner can set a limit via the configuration file. Any pos ...
weather plugin
Anyone working on a fix for the wunder rss section - the wu site has changed layout and broken the plugin. ...
(in /usr/lib/python2.x/site-packages/supybot/plugins/Weather)
_rsswunderfeed = re. ...
Plugin-Specific Output Control
So, I would like to have plugin-level control of if the plugin outputs to msg, notify, etc. After browsing the code for a little while, I can approac ...
supybot.schedule problems
Hi everybody and thank you for the bot, it's a very usefull tool.
Excuse my language but i'm not english.
I'm still working on a supybot plugin f ...
replace schedule.addEvent(unban(), time.time()+period)
by
schedule.addEvent(unban, time.time()+period)
an ...
Newlines in module replies
I've been hunting around in code and online and haven't found an answer yet, so here goes. Is there a way to insert a newline into supybot's reply fr ...
silc support
Hi,
I'm wondering if people are interested in adding an optional driver for silc support. I've just recently written some python bindings for silc ...
I'm interested in silc support. It doesn't look like many other people are though.
How far along have you gotten with it now?
EDIT: ...
UrbanDict license key
Anyone add the UD licence key to the UrbanDict plugin yet?
(Not a programmer, and don't play one in real life) ...
DCC support
It's been a while since this has been discussed I think, but the lack of DCC support is really starting to bother me at this point. I'm willing to imp ...
First of all, messages sent through the DCC connection ar ...
Gating issues for 0.83.0
The only gating issue I can think of is our commandName converter and the commands that rely on it. It is currently broken, since command names can n ...
Duplicate command searching RFE
I have filed this at SF, but I thought it might be fun to duplicate the request. :P
http://sourceforge.net/tracker/index.php?func=detail&aid=1203967& ...
Should Plugin Release's "Version" number be non-editable?
Currently, the Version field of a Plugin Release is a user-editable field. It was suggested that this be changed into a non-user-editable field. The ...
We should just ...
REAL release todo for 0.83.0.
Ok, the last todo list was sort of phony, since most of the items weren't any good.
Here's a *real* todo list for 0.83.0 (our next release).
The ...
recurring traceback error
Not exactly sure what's causing this but..I figure it's a "devs" thing
ERROR 2005-03-14T21:25:31 Exception printing value:
Traceback (most recent ...
(Thanks!) ...
Things to do before the next release.
Here are the things that I think should get done before the next release (0.85.0 or similar). I don't think this list is unreasonable, but if anyone ...
They are all important enough to delay 1.0, but I think we should probably mo ...
A few relatively mechanical things that could be done.
In case you're feeling like hacking, but not feeling creative enough to solve any major issues, I've got a list of mechanical changes that need to tak ...
* msg, an IrcMsg. Use the pre ...
SSL support added (to this irc bot)
I have added basic SSL server support to the Twisted driver, using PyOpenSSL. Users identify that a network should use SSL connections by setting the ...
Jeremy ...
Rename misc.log
I think the name 'misc.log' stinks for our aggregate log, especially considering we have a plugin named 'Misc'. It just doesn't say what it is very w ...
That's nice because it also clears the way for a future errors.log or events.log or similar.
Jeremy ...
Beginnings of our own VCS.
Ok, so I'm not totally satisfied with any current VCS, and I've got some of my own ideas that I'd like to implement. So I'm putting the ideas here so ...