Jeremy Fincher
|
cc193c39ea
|
Added lucky command.
|
2004-07-02 13:53:33 +00:00 |
|
Jeremy Fincher
|
79db100b31
|
Actual commit for the fix for reply.
|
2004-07-01 17:58:17 +00:00 |
|
Jeremy Fincher
|
e98daace4c
|
Let's be more ASCII.
|
2004-07-01 17:56:02 +00:00 |
|
Jeremy Fincher
|
032fbe4ae2
|
Added permbans command.
|
2004-07-01 17:55:29 +00:00 |
|
Jeremy Fincher
|
0937ba22ca
|
Added a channel-specific enforce value.
|
2004-07-01 17:55:10 +00:00 |
|
James Vega
|
180d2e8392
|
Fix some help messages
|
2004-06-28 19:38:05 +00:00 |
|
James Vega
|
30a8c060ad
|
Misc.last --nolimit
|
2004-06-28 19:09:25 +00:00 |
|
Jeremy Fincher
|
d9d8c04e24
|
Slight bugfix.
|
2004-06-26 20:29:55 +00:00 |
|
Jeremy Fincher
|
dae0db1de5
|
RFE #952861.
|
2004-06-25 14:14:39 +00:00 |
|
James Vega
|
ef91ae1133
|
Add [<reason>] to Admin.part
|
2004-06-23 15:44:48 +00:00 |
|
Stéphan Kochen
|
5419ed05f4
|
Don't send JOIN if we don't join anything.
|
2004-06-23 15:43:00 +00:00 |
|
Jeremy Fincher
|
2b87b4d949
|
Grr.
|
2004-06-23 14:11:21 +00:00 |
|
Jeremy Fincher
|
b6fbfef5e6
|
Hate.
|
2004-06-23 14:10:10 +00:00 |
|
Jeremy Fincher
|
287f016e58
|
Hack.
|
2004-06-23 14:03:18 +00:00 |
|
Jeremy Fincher
|
b594ef798a
|
Trying fix for lack of prefixing name.
|
2004-06-23 13:55:40 +00:00 |
|
James Vega
|
fefe1f2806
|
Who would've thunk ya needed utils
|
2004-06-22 00:46:49 +00:00 |
|
James Vega
|
847227622f
|
Fix some bugs I introduced with the conversion to utils.getSocket and improve
DCC's error checking.
|
2004-06-20 18:03:11 +00:00 |
|
James Vega
|
1383da0f1a
|
Prevent scheduled downloads from happening when we're generating
docs (hopfully), and fix a userdataFilename bug introduced in the
earlier fix.
|
2004-06-20 08:14:59 +00:00 |
|
James Vega
|
9d9c3020ca
|
Add handling of opening sockets to communicate with IPV6 hosts.
|
2004-06-20 07:37:25 +00:00 |
|
Jeremy Fincher
|
17a40423ee
|
Removed mini-wizard.
|
2004-06-20 05:17:59 +00:00 |
|
James Vega
|
233174d9ce
|
Remember the basedir when we prompt users for their directories and wrap
the prompts a little tighter.
|
2004-06-19 19:02:06 +00:00 |
|
James Vega
|
61d6e029b1
|
Move creation of userdata.conf to scripts/supybot just to ensure that we're
not trying to create it before the directories exist.
|
2004-06-19 18:57:42 +00:00 |
|
James Vega
|
18138da1c0
|
Catch some sqlite exceptions that probably shouldn't be happening, but I
don't have the best of luck with sqlite.
|
2004-06-19 18:03:58 +00:00 |
|
James Vega
|
21764931ec
|
Fix some typos in configure()
|
2004-06-19 18:00:03 +00:00 |
|
James Vega
|
0721a7005c
|
Simplified the last fix and commented out the kban tests since they don't
work properly
|
2004-06-19 16:36:29 +00:00 |
|
Jeremy Fincher
|
581a489177
|
Changed the non-strictRfc implementation of isNick not to allow full hostmasks.
|
2004-06-19 03:04:02 +00:00 |
|
James Vega
|
90a0529696
|
Fixed a bug and caught some interesting issues with strictRfc. Still need
to look into Channel.kban
|
2004-06-19 02:06:44 +00:00 |
|
James Vega
|
d9d1aefac3
|
Clarify the help for Channel.permban
|
2004-06-19 00:42:52 +00:00 |
|
James Vega
|
2657257535
|
Fixed a couple bugs and added tests for said bugs.
|
2004-06-19 00:10:04 +00:00 |
|
James Vega
|
45b534fa03
|
Make Owner.defaultplugin more robust in it's error detection.
|
2004-06-18 20:18:14 +00:00 |
|
James Vega
|
b9598abfb8
|
Herald.default & conf.supybot.plugins.Herald.defaultHerald
|
2004-06-18 18:32:05 +00:00 |
|
Jeremy Fincher
|
6f336f297e
|
Possible fix for the dumb bug from dumb servers who put dumb dots in the dumb channels's dumb name.
|
2004-06-14 06:14:37 +00:00 |
|
Jeremy Fincher
|
ed14dcb9c5
|
Updated.
|
2004-06-14 06:11:27 +00:00 |
|
Jeremy Fincher
|
eb2deeb801
|
isDispatcher stuff.
|
2004-06-11 20:30:13 +00:00 |
|
Jeremy Fincher
|
b2a70f29fe
|
Fixed bug reported by locsmif on #supybot.
|
2004-06-10 13:34:06 +00:00 |
|
James Vega
|
d8b7254021
|
Revert a reply() change and fix some tests.
|
2004-06-09 23:48:33 +00:00 |
|
James Vega
|
06e92cdcb2
|
If an invalid password is specified *and* the hostmask isn't recognized we
need to watch for a KeyError instead of assuming it is the owner trying to
register a hostmask for another user.
|
2004-06-09 23:44:49 +00:00 |
|
James Vega
|
32f39e0980
|
Babelize wasn't properly setting the language when it terminated early
|
2004-06-09 23:43:37 +00:00 |
|
James Vega
|
5633b9d46b
|
Updated the tiny regexp to match the site's new layout. Added more checks for
nonSnarfingRegexp. Lowered the minimum length we check for tiny URLs since
they can be as short as 20 characters.
|
2004-06-07 19:45:49 +00:00 |
|
Jeremy Fincher
|
2bf216626d
|
Changed a message slightly.
|
2004-06-07 12:20:51 +00:00 |
|
Jeremy Fincher
|
9b662b3edc
|
Made registry variables for the defaultLanguage and safeSearch default.
|
2004-06-07 12:20:16 +00:00 |
|
James Vega
|
36e7931b83
|
A few small corrections
|
2004-06-07 05:17:50 +00:00 |
|
Jeremy Fincher
|
dcd5606b6c
|
Tried to fix jamessan's dealio.
|
2004-06-06 23:50:19 +00:00 |
|
James Vega
|
b77a16f9e4
|
hamweather changed on us
|
2004-06-06 21:21:15 +00:00 |
|
James Vega
|
5693e0e30e
|
Fixed some error reporting
|
2004-06-06 21:18:18 +00:00 |
|
Jeremy Fincher
|
14ae0595ba
|
Help needed help.
|
2004-06-05 06:02:31 +00:00 |
|
James Vega
|
d546f41fc8
|
Weather.wunder
|
2004-06-04 19:50:52 +00:00 |
|
James Vega
|
4479c43d1d
|
Cleaned up regexp naming so that it is more consistent and easier to use with
multiple weather commands. Added Weather.wunder.
|
2004-06-04 19:49:08 +00:00 |
|
James Vega
|
34555c51ff
|
I didn't like the idea of supybot being able to time travel
|
2004-06-04 06:18:33 +00:00 |
|
James Vega
|
d508b19347
|
Evil lines of DOOM!!!...or just lines that should be empty but have
whitespace.
|
2004-06-04 06:14:29 +00:00 |
|