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
|
8ef808a039
|
Some bugs were being shadowed for some reason, and there were bugs in the handling of the owner privilege that hadn't been found because those tests had been shadowed.
|
2003-10-05 11:42:58 +00:00 |
|
Jeremy Fincher
|
66fc538a3a
|
Changed the anti-capability prefix to - instead of !.
|
2003-10-05 11:13:20 +00:00 |
|
Jeremy Fincher
|
b9d265c102
|
Added docstrings, removed some unused methods.
|
2003-10-04 12:00:56 +00:00 |
|
Jeremy Fincher
|
3d990599fe
|
Fix for escaping ValueError from ircdb.checkCapability.
|
2003-10-03 22:19:22 +00:00 |
|
Jeremy Fincher
|
36984d3fa5
|
Added RFE #801859: no-hostmask (secure) option for users.
|
2003-10-03 09:57:52 +00:00 |
|
Jeremy Fincher
|
b50a01db7d
|
Made sure IrcUser.removeCapability raises KeyError on capabilities the user doesn't have.
|
2003-09-23 17:04:53 +00:00 |
|
Jeremy Fincher
|
e75b92853b
|
Fixed bug with channel capabilities for channels with . in their name.
|
2003-09-22 09:18:13 +00:00 |
|
Jeremy Fincher
|
1ad12d2fcf
|
Fixed an oversight.
|
2003-09-18 10:25:20 +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
|
feb85382af
|
Made usernames case-insensitive.
|
2003-09-14 07:05:41 +00:00 |
|
Jeremy Fincher
|
2d0671b6f6
|
Changed delhostmask to removehostmask and fixed a bug.
|
2003-09-14 02:52:40 +00:00 |
|
Jeremy Fincher
|
36163997d2
|
Added documentation.
|
2003-09-13 17:29:56 +00:00 |
|
Jeremy Fincher
|
5a15783e7a
|
Made sure chanop capability supercedes everything else.
|
2003-09-13 12:59:22 +00:00 |
|
Jeremy Fincher
|
41d266f207
|
Updated ircdb to have persistent user ids.
|
2003-09-12 20:06:58 +00:00 |
|
Jeremy Fincher
|
5296d51dc2
|
Changed some asserts to raise ValueError instead.
|
2003-09-06 18:32:10 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
06c36d283a
|
Change to satisfy PyChecker.
|
2003-08-20 07:19:56 +00:00 |
|
Jeremy Fincher
|
1cae9664a7
|
Upgraded to 2.3.
|
2003-07-31 06:20:58 +00:00 |
|
Jeremy Fincher
|
35d0a3cb22
|
Decreased size of checkCapability by moving some duplicated code out to another function with no good name.
|
2003-04-21 05:38:13 +00:00 |
|
Jeremy Fincher
|
2456082661
|
New test-passing implementation of checkCapability with debug.printfs commented out.
|
2003-04-21 05:23:31 +00:00 |
|
Jeremy Fincher
|
959459d063
|
Finally passes all tests.
|
2003-04-20 21:52:53 +00:00 |
|
Jeremy Fincher
|
6aa1e8a7ed
|
Changed many dictionaries to the more appropriate ircutils.IrcDict.
|
2003-04-11 20:42:21 +00:00 |
|
Jeremy Fincher
|
a5a1211f76
|
Added check to make sure a user's hostmask doesn't mask another's.
|
2003-04-08 07:28:45 +00:00 |
|
Jeremy Fincher
|
1b79a300f9
|
Added check for owner capability in IrcUser.checkCapability
|
2003-04-06 12:32:12 +00:00 |
|
Jeremy Fincher
|
6d3c060208
|
Made sure all authentication was removed on bot exit.
|
2003-04-05 13:54:12 +00:00 |
|
Jeremy Fincher
|
ae18871f7f
|
Fixed bug found in IrcChannel.checkCapability
|
2003-04-04 09:12:42 +00:00 |
|
Jeremy Fincher
|
33b4aa052c
|
Changed debug.debugMsg to debug.msg.
|
2003-04-03 10:06:11 +00:00 |
|
Jeremy Fincher
|
36f7c77132
|
Added needed import and change debug.printfs to debug.debugMsg.
|
2003-04-03 08:29:21 +00:00 |
|
Jeremy Fincher
|
c49bd6f88f
|
Fixed handling of channel capabilities
|
2003-04-02 11:08:34 +00:00 |
|
Jeremy Fincher
|
aa9c867b14
|
Fixed spurious exception atexit.
|
2003-03-31 09:26:51 +00:00 |
|
James Vega
|
50cb2887b2
|
Modified how entries are added to self.revcache
|
2003-03-31 02:53:07 +00:00 |
|
Jeremy Fincher
|
ce03a98ae9
|
Fixed a few errors found by PyChecker
|
2003-03-28 07:55:21 +00:00 |
|
Jeremy Fincher
|
85e7e3ae05
|
Removed CHANGELOG and TODO, not very useful these days
|
2003-03-28 07:38:16 +00:00 |
|
Jeremy Fincher
|
f785d97167
|
Fixed users/channels instantiation to allow for non-existent files
|
2003-03-27 06:57:09 +00:00 |
|
Jeremy Fincher
|
ff8a967647
|
Moved startup to world.
|
2003-03-25 23:42:37 +00:00 |
|
Jeremy Fincher
|
96b03bf6e7
|
Fixed checkCapability to handle anti capabilities during startup
|
2003-03-25 23:14:26 +00:00 |
|
Jeremy Fincher
|
657526b985
|
Fixed makeAntiCapability to Do The Right Thing in the face of channel-like capabilities
|
2003-03-25 22:47:58 +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 |
|