Jeremy Fincher
|
af402fd60a
|
Added a configuration option to show only syntax on ArgumentError.
|
2003-10-24 11:31:09 +00:00 |
|
Jeremy Fincher
|
de63973a2f
|
Angle bracketed replyPossibleBug URL.
|
2003-10-22 20:26:54 +00:00 |
|
James Vega
|
46907405d9
|
Switch Sf back to Sourceforge due to a conversation I wasn't aware of where
they reversed the naming-decision
|
2003-10-21 16:43:02 +00:00 |
|
Jeremy Fincher
|
ab2bea589a
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
|
Stéphan Kochen
|
a73f4bd751
|
Doh!
|
2003-10-20 20:48:19 +00:00 |
|
Stéphan Kochen
|
e12f69b7a2
|
Added conf.replyWithPrivateNotice and 'notice' command.
|
2003-10-20 10:10:46 +00:00 |
|
Jeremy Fincher
|
701380de7c
|
Updated version.
|
2003-10-10 23:18:01 +00:00 |
|
Jeremy Fincher
|
970c819e79
|
Changed fix.py to munge __builtins__ rather than requiring a "from fix import *" statement.
|
2003-10-05 12:47:19 +00:00 |
|
Jeremy Fincher
|
66fc538a3a
|
Changed the anti-capability prefix to - instead of !.
|
2003-10-05 11:13:20 +00:00 |
|
Jeremy Fincher
|
e5525cd7da
|
Incremented version number and added two docstrings.
|
2003-10-05 03:33:15 +00:00 |
|
Jeremy Fincher
|
a13c8ab528
|
Removed the old sys.path-munging code now that we're disutil'ed.
|
2003-09-24 07:28:25 +00:00 |
|
Jeremy Fincher
|
cae8905594
|
RFE #807340: OwnerCommands command for setting conf variables.
|
2003-09-22 08:36:12 +00:00 |
|
Jeremy Fincher
|
476ef32f47
|
Changed conf.py to remove some useless files (rawlogfile and ignoresfile weren't used) and changed ircdb to do the os.path.join itself.
|
2003-09-18 07:44:25 +00:00 |
|
Jeremy Fincher
|
70b80f0622
|
Added configuration variable to determine whether pipe syntax is accepted.
|
2003-09-17 19:19:38 +00:00 |
|
Jeremy Fincher
|
176b9b30b6
|
Fix for RFE #801934: Response in case of non-commands.
|
2003-09-10 08:32:20 +00:00 |
|
Jeremy Fincher
|
e0fae30f46
|
Now allow multiple plugin directories, RFE #802614.
|
2003-09-10 06:05:58 +00:00 |
|
James Vega
|
6b3600c1e5
|
Added replyNotRegistered
|
2003-09-08 08:46:23 +00:00 |
|
Jeremy Fincher
|
01d71dc9a3
|
Changed maxHistory to 1000.
|
2003-09-07 05:27:24 +00:00 |
|
Jeremy Fincher
|
9256468885
|
Changed maxHistory to 300.
|
2003-09-03 17:17:36 +00:00 |
|
Jeremy Fincher
|
5c92c85342
|
Changed socketDrivers to be the default Driver.
|
2003-09-01 17:35:09 +00:00 |
|
Jeremy Fincher
|
57b21b6394
|
Added line for socketDrivers.
|
2003-09-01 15:22:04 +00:00 |
|
Jeremy Fincher
|
900fa495f8
|
Changed default on allowEval to False, for safety reasons.
|
2003-08-29 07:23:14 +00:00 |
|
Jeremy Fincher
|
376e4043f0
|
Added commandsOnStart to make PyChecker happy.
|
2003-08-29 00:34:05 +00:00 |
|
Jeremy Fincher
|
a0bf562d7a
|
Redid startup/configuration junk.
|
2003-08-28 16:33:45 +00:00 |
|
Jeremy Fincher
|
aabd095239
|
Moved world.version to conf.version.
|
2003-08-28 13:59:07 +00:00 |
|
Jeremy Fincher
|
5289f6bc75
|
Renamed conf.timestampFormat to conf.logTimestampFormat and added conf.humanTimestampFormat.
|
2003-08-26 11:15:15 +00:00 |
|
Jeremy Fincher
|
8e068ce8c0
|
Made configuration commands persistent, yay!
|
2003-08-22 23:15:29 +00:00 |
|
Jeremy Fincher
|
f98d1f9db5
|
Small refactoring (the calm before the storm, so to speak) to start putting some more config stuff in conf.py.
|
2003-08-22 07:20:31 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
1cae9664a7
|
Upgraded to 2.3.
|
2003-07-31 06:20:58 +00:00 |
|
Jeremy Fincher
|
e1e6b974d6
|
Had to add and \!owner and \!admin to conf.defaultCapabilities
|
2003-04-21 03:04:40 +00:00 |
|
Jeremy Fincher
|
eb44d5cfed
|
Added new driverModule attribute for driver independence.
|
2003-04-19 23:53:47 +00:00 |
|
Jeremy Fincher
|
77154f2c34
|
Changed asyncorePoll to just 'poll'
|
2003-04-17 10:07:43 +00:00 |
|
Jeremy Fincher
|
277a1a356d
|
Changed conf.minHistory to conf.maxHistory.
|
2003-04-05 12:25:39 +00:00 |
|
Jeremy Fincher
|
954951e2d2
|
Added conf.detailedTracebacks to determine if cgitb should be used.
|
2003-03-27 20:40:58 +00:00 |
|
Jeremy Fincher
|
2719dcd8bd
|
Changed default for telnetEnable to False, for obvious reasons
|
2003-03-27 09:36:44 +00:00 |
|
Jeremy Fincher
|
ead342c614
|
Changed defaultCapabilities to a set() instead of a list
|
2003-03-26 01:03:34 +00:00 |
|
James Vega
|
c803e5e9d8
|
Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
|
2003-03-24 08:41:19 +00:00 |
|
Jeremy Fincher
|
7801c84d84
|
Initial revision
|
2003-03-12 06:26:59 +00:00 |
|