Jeremy Fincher
|
6859415bc5
|
Removed a few unused modules PyChecker noticed
|
2003-03-28 08:02:43 +00:00 |
|
Jeremy Fincher
|
b943dafd29
|
Accidentally commited earlier; just a few style changes and docstring improvements.
|
2003-03-28 07:48:16 +00:00 |
|
Jeremy Fincher
|
85e7e3ae05
|
Removed CHANGELOG and TODO, not very useful these days
|
2003-03-28 07:38:16 +00:00 |
|
Jeremy Fincher
|
c42806665b
|
Fixed 'let's send a new topic every second' problem.
|
2003-03-28 07:10:23 +00:00 |
|
Jeremy Fincher
|
8d857b6ffd
|
Changed lithp command to change ss or SS to just th.
|
2003-03-28 07:00:15 +00:00 |
|
Jeremy Fincher
|
42d20674bb
|
Changed lithp command to change Xes too.
|
2003-03-28 06:57:48 +00:00 |
|
Jeremy Fincher
|
c85b3bc052
|
Changed lithp command to be case-insensitive
|
2003-03-28 06:54:15 +00:00 |
|
Jeremy Fincher
|
c0804180b4
|
Added lithp command.
|
2003-03-28 06:52:08 +00:00 |
|
Brett Kelly
|
e861a8af89
|
gettin' there, slowly...
|
2003-03-28 06:25:12 +00:00 |
|
Jeremy Fincher
|
5f5ef91a11
|
Trying converters out.
|
2003-03-28 06:11:54 +00:00 |
|
Brett Kelly
|
a4ff3abea7
|
gettin' there, slowly...
|
2003-03-28 06:06:19 +00:00 |
|
Jeremy Fincher
|
e99df4442b
|
Added topic propogation
|
2003-03-28 05:36:59 +00:00 |
|
Jeremy Fincher
|
25e71562d2
|
Formatting changes
|
2003-03-28 05:19:14 +00:00 |
|
Jeremy Fincher
|
55aaa596e0
|
Changed DBHandler to ChannelDBHandler
|
2003-03-28 05:15:08 +00:00 |
|
Brett Kelly
|
5f77c05cad
|
and we're STILL fixing syntaxproblems
|
2003-03-28 03:57:12 +00:00 |
|
Jeremy Fincher
|
bce7b6fcd8
|
Changed stripHtml to utils.htmlToText
|
2003-03-28 03:53:22 +00:00 |
|
Jeremy Fincher
|
b0daafe00e
|
*Really* fixed now.
|
2003-03-28 03:10:22 +00:00 |
|
Brett Kelly
|
9808581d37
|
Still toying with sql syntax
|
2003-03-28 02:56:05 +00:00 |
|
Jeremy Fincher
|
2db2f64696
|
Fixed NickServ module.
|
2003-03-28 02:44:01 +00:00 |
|
Jeremy Fincher
|
0863a95919
|
Removed a useless variable and changed a response to use conf.replyRequiresPrivacy
|
2003-03-28 02:34:31 +00:00 |
|
Jeremy Fincher
|
846b4853d7
|
Slight efficiency increase
|
2003-03-28 02:05:20 +00:00 |
|
Jeremy Fincher
|
88dbed38a1
|
Took out short blurb about GPL (Strike gave consent)
|
2003-03-28 02:02:45 +00:00 |
|
James Vega
|
c41b2c2109
|
Began fixing google groups parser.
|
2003-03-28 01:43:08 +00:00 |
|
Jeremy Fincher
|
b43acf0d5a
|
Fixing relaydisconnect not to call otherIrc.die, since that kills the callbacks.
|
2003-03-28 01:36:00 +00:00 |
|
Jeremy Fincher
|
d33e67989b
|
Forgot msg in someIrc.reply
|
2003-03-28 01:26:37 +00:00 |
|
Jeremy Fincher
|
c582cd9834
|
Finished polishing relaynames
|
2003-03-27 21:28:15 +00:00 |
|
Jeremy Fincher
|
b67f2fa874
|
Fixed showing of originating server in relaynames, and showing of empty name
|
2003-03-27 21:21:20 +00:00 |
|
Jeremy Fincher
|
a144afcd69
|
Fixed showing of originating server in relaynames, and showing of empty name
|
2003-03-27 21:18:49 +00:00 |
|
Jeremy Fincher
|
54221f1e87
|
Added relaynames command
|
2003-03-27 21:14:28 +00:00 |
|
Jeremy Fincher
|
3cea0564f1
|
Fixed exception-raising problem.
|
2003-03-27 21:03:02 +00:00 |
|
Jeremy Fincher
|
f1823ef5f5
|
(Hopefully) fixed joins-being-sent-to-original-channel bug.
|
2003-03-27 20:32:49 +00:00 |
|
Jeremy Fincher
|
fc20715427
|
Added utils.py, with a quality HTML stripper; removed stripHtml from other source files
|
2003-03-27 20:10:10 +00:00 |
|
James Vega
|
f355465ad6
|
_gkrecord regex needed to be before stripHtml. Also fixed the _gkseen regex since there is not always 2 spaces. Used \s+ instead.
|
2003-03-27 17:37:47 +00:00 |
|
Jeremy Fincher
|
4da96fb264
|
Fixed stupid bug in outFilter (* is a special regexp character)
|
2003-03-27 09:48:40 +00:00 |
|
Jeremy Fincher
|
5db1dbd595
|
Changed idiom in doPart to be more like others
|
2003-03-27 09:15:38 +00:00 |
|
Jeremy Fincher
|
c62a65e1ec
|
Fixed a few bugs
|
2003-03-27 09:14:18 +00:00 |
|
Jeremy Fincher
|
da27691eac
|
Fixed join/part being relayed bug
|
2003-03-27 09:14:00 +00:00 |
|
Jeremy Fincher
|
e3cf5753af
|
Fixed problem with actions being relayed back to the original network
|
2003-03-27 08:56:34 +00:00 |
|
Jeremy Fincher
|
f32efbf2b2
|
Added Friendly.py, a module to be friendly to people.
|
2003-03-27 08:53:13 +00:00 |
|
Jeremy Fincher
|
256e2e0a5d
|
Fixed stupid bug in outFilter (forgot *not*)
|
2003-03-27 08:37:17 +00:00 |
|
Jeremy Fincher
|
34a47130e1
|
Fixed stupid bug in outFilter (extra parenthese in regexp)
|
2003-03-27 08:27:35 +00:00 |
|
Jeremy Fincher
|
fae918a1ba
|
Fixed stupid bug in outFilter (forgot to return msg)
|
2003-03-27 08:26:36 +00:00 |
|
Jeremy Fincher
|
32262af492
|
Changed over to privmsgs.CapabilityCheckingPrivmsg and finished relaydisconnect.
|
2003-03-27 08:24:22 +00:00 |
|
Jeremy Fincher
|
d5c7789cbb
|
Made bot relay its own non-relay messages and factored out formatting of PRIVMSGs.
|
2003-03-27 08:17:51 +00:00 |
|
Jeremy Fincher
|
c268078697
|
Fixed action handling
|
2003-03-27 08:04:19 +00:00 |
|
Brett Kelly
|
b640aa746b
|
Fixing SQL syntax
|
2003-03-27 07:13:37 +00:00 |
|
Brett Kelly
|
c299956101
|
Fixing little syntax errors
|
2003-03-27 06:31:32 +00:00 |
|
Brett Kelly
|
935b09d5b8
|
Made major changes to make it nearly functional, added methods to read, send, and delete notes
|
2003-03-27 06:07:21 +00:00 |
|
Brett Kelly
|
67944a8b1b
|
initial import of Notes plugin (in progress)
|
2003-03-27 02:42:26 +00:00 |
|
Jeremy Fincher
|
4679d9b184
|
Added strsplit command
|
2003-03-26 10:38:46 +00:00 |
|