Daniel DiPaolo
|
09724663bd
|
Fixed a typo in the Relay.join docstring.
|
2004-05-10 22:17:45 +00:00 |
|
Jeremy Fincher
|
cd3039317d
|
Added an author command.
|
2004-04-28 06:30:55 +00:00 |
|
Jeremy Fincher
|
4db5d0e536
|
Let's not synchronize topics unless we're actually relaying the channel, k?
|
2004-04-27 10:55:02 +00:00 |
|
Jeremy Fincher
|
e7f6aa884f
|
FinallyEXCLAIM
|
2004-04-18 00:35:54 +00:00 |
|
Jeremy Fincher
|
136ec785b0
|
New implementation to the 'prevent myself from relaying my own relay messages' code.
|
2004-04-17 17:14:59 +00:00 |
|
Jeremy Fincher
|
99adf8511f
|
Uh, someone forgot to make the remainder of the changes necessary for the unColor -> stripColor conversion...
|
2004-04-15 23:41:24 +00:00 |
|
Jeremy Fincher
|
75ef083226
|
Fixed an error message slightly.
|
2004-04-05 09:57:36 +00:00 |
|
Jeremy Fincher
|
d4c7db7a93
|
Began Relay.reconnect and changed names to nicks.
|
2004-03-30 21:14:34 +00:00 |
|
Jeremy Fincher
|
d3de7cbe30
|
Remove replySuccess.
|
2004-03-01 18:32:56 +00:00 |
|
Jeremy Fincher
|
3776788694
|
Fixed bad configure juju.
|
2004-02-14 00:56:17 +00:00 |
|
Jeremy Fincher
|
71d0b0343a
|
Made Relay *actually* save the channels in the registry.
|
2004-02-10 03:29:52 +00:00 |
|
Jeremy Fincher
|
d451233ec7
|
Oops, forgot this was a set, not a list.
|
2004-02-07 23:39:04 +00:00 |
|
Jeremy Fincher
|
5d5bffe9d2
|
Made channels to be stored in the registry, as well as slightly refactored do376.
|
2004-02-07 22:43:45 +00:00 |
|
Jeremy Fincher
|
6e062306f2
|
Added output to the list of functions imported from questions.
|
2004-02-06 04:36:21 +00:00 |
|
Jeremy Fincher
|
d00935854e
|
Fixed possible uncaught exception bugz0r.
|
2004-02-04 08:19:28 +00:00 |
|
Stéphan Kochen
|
5957eaad5d
|
Lots of wizard updates. Still have to get rid of the onStart and
afterConnect stuff though.
|
2004-01-31 22:24:43 +00:00 |
|
Jeremy Fincher
|
e399b22667
|
Converted Relay to use the registry.
|
2004-01-30 04:54:15 +00:00 |
|
James Vega
|
fac4c5624c
|
Removed any unnecessary configure methods (ones that only called
conf.registerPlugin) and changed all other configure methods to accept the
advanced argument instead of onStart.
|
2004-01-29 23:58:27 +00:00 |
|
James Vega
|
bc11f76166
|
Updated configure() to only take one argument (onStart) and switched all of
the onStart.append('load pluginName') calls to
conf.registerPlugin('pluginName', True)
|
2004-01-28 22:19:25 +00:00 |
|
Jeremy Fincher
|
6950f65c98
|
Topic sync has broken one of our invariants.
|
2004-01-19 20:21:30 +00:00 |
|
Jeremy Fincher
|
6ca78924f3
|
HUUUUUUUUGE Configuration change.
|
2004-01-18 07:58:26 +00:00 |
|
Jeremy Fincher
|
4db8dfb773
|
Catch an exception uncaught before.
|
2004-01-15 11:25:04 +00:00 |
|
Jeremy Fincher
|
585eb4a751
|
Oops, still had a msg!
|
2004-01-09 00:03:59 +00:00 |
|
Jeremy Fincher
|
1c03464fd9
|
Huge commit to finish refactoring of replies.
|
2004-01-08 23:03:48 +00:00 |
|
Jeremy Fincher
|
530aec2be0
|
Updated the reply infrastructure. No more msg, it's just not necessary.
|
2004-01-08 03:12:14 +00:00 |
|
Jeremy Fincher
|
aa7408c09b
|
Changed over to the cool new RichReplyMethods stuff, mostly.
|
2004-01-07 19:09:24 +00:00 |
|
Jeremy Fincher
|
4e69914648
|
Made to relay actions and away messages.
|
2004-01-04 13:50:43 +00:00 |
|
Jeremy Fincher
|
68591b1ec9
|
Fixed bug #868338 (Relay.whois).
|
2004-01-02 20:59:14 +00:00 |
|
Jeremy Fincher
|
526f8d7314
|
Make sure to relay actions and away messages.
|
2004-01-01 19:10:20 +00:00 |
|
Jeremy Fincher
|
bddac5c382
|
Oops, shouldn't have made self._whois an IrcDict.
|
2003-12-18 08:29:17 +00:00 |
|
Jeremy Fincher
|
eca71949b4
|
Minor code cleanup.
|
2003-12-17 13:16:42 +00:00 |
|
Jeremy Fincher
|
a12c4200ac
|
Forgot a return.
|
2003-12-16 13:45:37 +00:00 |
|
Jeremy Fincher
|
cf80ab7800
|
Added Relay.command.
|
2003-12-16 13:44:09 +00:00 |
|
Jeremy Fincher
|
b7fbaedcad
|
Made sure it doesn't relay CTCP messages.
|
2003-12-10 18:50:35 +00:00 |
|
Jeremy Fincher
|
c6d77bb923
|
Added a topic-sync configurable for determining whether or not the bot should relay topic changes.
|
2003-12-10 08:27:30 +00:00 |
|
James Vega
|
f4995b4df9
|
user->nick change for Relay.whois
|
2003-12-09 14:56:45 +00:00 |
|
James Vega
|
8fe7d7e4e8
|
Add identified status and away message to Relay.whois
|
2003-12-09 14:35:54 +00:00 |
|
Jeremy Fincher
|
2aaca31709
|
Moved Configurable out to its own module.
|
2003-12-03 23:14:09 +00:00 |
|
Jeremy Fincher
|
1f4c16367a
|
Should be able to reload Relay now, but it's untested.
|
2003-12-02 13:39:30 +00:00 |
|
Jeremy Fincher
|
efa81e0ac2
|
Fixed SyntaxError.
|
2003-12-01 12:03:23 +00:00 |
|
Jeremy Fincher
|
b0fa390f99
|
Added the number of people to Relay.names.
|
2003-11-28 18:22:41 +00:00 |
|
Jeremy Fincher
|
48166f4895
|
Huge update to the logging infrastructure.
|
2003-11-26 18:21:12 +00:00 |
|
Jeremy Fincher
|
5f4a541fe1
|
Added __revision__ strings.
|
2003-11-25 08:23:47 +00:00 |
|
Jeremy Fincher
|
0ab9d4e3ec
|
Do sorting the right way (not only are cmp functions slow, but with nicks you need to sort by ircutils.toLower, not str.lower).
|
2003-11-21 11:45:43 +00:00 |
|
James Vega
|
e3b09746c0
|
Now we can sort names independent of case!
|
2003-11-20 23:46:56 +00:00 |
|
Jeremy Fincher
|
eb6e112f70
|
Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically).
|
2003-11-15 04:37:04 +00:00 |
|
Jeremy Fincher
|
5149d17b6a
|
Made Configurable persistent.
|
2003-11-11 15:58:20 +00:00 |
|
Jeremy Fincher
|
2e0b225d0c
|
Changed the needed= keyword arg in privmsgs.getArgs to required=.
|
2003-11-11 13:20:06 +00:00 |
|
Jeremy Fincher
|
225ee0ed6a
|
Oops, SyntaxError.
|
2003-11-11 12:11:13 +00:00 |
|
Jeremy Fincher
|
754978850c
|
Give a proper error message for possibly uncaught exception: bug #839653.
|
2003-11-11 11:37:17 +00:00 |
|