Jeremy Fincher
|
a34589cce7
|
Completed the removal of callbacks.Privmsg.doPrivmsg.
|
2003-10-28 06:30:42 +00:00 |
|
Jeremy Fincher
|
a1c911e954
|
Added the ability to see notes you've sent yourself.
|
2003-10-26 17:50:12 +00:00 |
|
Jeremy Fincher
|
ebcc9a3f1d
|
Added the ability to see notes you've sent yourself.
|
2003-10-26 17:49:11 +00:00 |
|
Jeremy Fincher
|
d54ec97253
|
Fixed bug in CVS.
|
2003-10-24 08:57:02 +00:00 |
|
James Vega
|
cbbc2818ee
|
Changed an irc.queueMsg to irc.reply
|
2003-10-23 13:13:40 +00:00 |
|
Jeremy Fincher
|
dd40523197
|
Added the note id to the response to sendnote.
|
2003-10-23 09:16:20 +00:00 |
|
James Vega
|
84f931bb9f
|
Lots of pylint cleanups
|
2003-10-11 21:03:02 +00:00 |
|
Jeremy Fincher
|
ec0de6431d
|
Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins.
|
2003-10-05 12:56:56 +00:00 |
|
Jeremy Fincher
|
e729b430b6
|
Updated for the new ircdb.users.
|
2003-09-14 02:43:17 +00:00 |
|
Jeremy Fincher
|
580edc37c5
|
Added a commit to doPrivmsg.
|
2003-09-09 17:40:47 +00:00 |
|
James Vega
|
f8c85b07bc
|
Fixed doPrivmsg and added more useful error messages
|
2003-09-08 08:58:00 +00:00 |
|
Jeremy Fincher
|
7ed17912d2
|
Fixed bug where it doesn't respond to non-registered users.
|
2003-09-08 08:32:06 +00:00 |
|
Jeremy Fincher
|
b68908ed00
|
Convert not to care how long its messages are.
|
2003-09-07 06:01:25 +00:00 |
|
Jeremy Fincher
|
0f843dd651
|
Fixed stupid failed tests in Notes. I'm retard.
|
2003-09-05 19:01:02 +00:00 |
|
Jeremy Fincher
|
4200b4a4a7
|
Updated doJoin to use utils.nItems and made it doPrivmsg instead.
|
2003-09-03 17:43:06 +00:00 |
|
Jeremy Fincher
|
30d3747f1d
|
Added utils.pluralize.
|
2003-09-01 05:42:35 +00:00 |
|
Jeremy Fincher
|
b6b47b5d3f
|
Added example string.
|
2003-08-28 23:11:43 +00:00 |
|
Jeremy Fincher
|
6d8a9e9c23
|
Changed 'no notes' message to be more natural English.
|
2003-08-26 18:14:32 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
8b093f3b2b
|
Fixed some database errors.
|
2003-08-19 07:48:43 +00:00 |
|
Jeremy Fincher
|
977031163e
|
Made Notes notify on PRIVMSG as well as JOIN.
|
2003-08-15 03:00:59 +00:00 |
|
Jeremy Fincher
|
09340376cb
|
Changed utils.timeElapsed to use just a seconds instead of a now/then argument.
|
2003-05-20 15:37:25 +00:00 |
|
Jeremy Fincher
|
b037bcda4b
|
Changed to only message doJoin when the user hasn't been notified of new messages.
|
2003-04-25 08:49:02 +00:00 |
|
Jeremy Fincher
|
8d0d138850
|
Updates to variable names and whatnot.
|
2003-04-24 17:36:25 +00:00 |
|
Jeremy Fincher
|
4f094a2e83
|
Changed utils.shrinkList to ircutils.shrinkList.
|
2003-04-24 16:35:20 +00:00 |
|
Jeremy Fincher
|
3620be1ed2
|
Forgot the utils.
|
2003-04-23 22:38:38 +00:00 |
|
Jeremy Fincher
|
0cc386e7f7
|
Change notification to only-notify-of-unnotified-messages.
|
2003-04-23 22:32:55 +00:00 |
|
Jeremy Fincher
|
747d48c7ab
|
Changed a few SQL statements and added oldnotes command.
|
2003-04-19 21:40:04 +00:00 |
|
Jeremy Fincher
|
c99f68894a
|
Changed to use ircutils.shrinkList.
|
2003-04-18 08:19:22 +00:00 |
|
Jeremy Fincher
|
243e6eaa7c
|
Removes list of commands in module docstring.
|
2003-04-16 07:22:06 +00:00 |
|
Jeremy Fincher
|
b11c3f4a8b
|
Added notification on join of unread/unnotified messages.
|
2003-04-16 07:21:06 +00:00 |
|
Jeremy Fincher
|
82c7d586ef
|
Began switch to allow notifications.
|
2003-04-15 19:11:12 +00:00 |
|
Jeremy Fincher
|
c251ad32f3
|
Various code changes.
|
2003-04-14 15:10:38 +00:00 |
|
Jeremy Fincher
|
ea7a319157
|
Forgot to map(len, L).
|
2003-04-14 14:50:35 +00:00 |
|
Jeremy Fincher
|
7f21380417
|
Forgot to import operator.
|
2003-04-14 14:49:02 +00:00 |
|
Jeremy Fincher
|
71d13d49bb
|
Forgot to self. cursor.
|
2003-04-14 14:47:49 +00:00 |
|
Jeremy Fincher
|
250cf8a95a
|
Changed implementation of notes command.
|
2003-04-14 14:47:02 +00:00 |
|
Jeremy Fincher
|
0d99f0662a
|
Removed makePrivate.
|
2003-04-14 06:57:41 +00:00 |
|
Jeremy Fincher
|
c6e47e6e12
|
Bugfix, hopefully
|
2003-04-14 05:38:44 +00:00 |
|
Jeremy Fincher
|
217f30ba7b
|
Bugfix, hopefully
|
2003-04-14 05:35:02 +00:00 |
|
Jeremy Fincher
|
4caedf25b6
|
Converted some %d to %s.
|
2003-04-14 04:49:35 +00:00 |
|
Jeremy Fincher
|
ce1435a55f
|
Minor changes
|
2003-04-08 09:11:33 +00:00 |
|
Jeremy Fincher
|
11ae9119ba
|
Added changes from jemfinch.
|
2003-04-08 07:07:54 +00:00 |
|
Brett Kelly
|
073188eb25
|
all systems go, added some pretty stuffs to be STYLE compliant :)
|
2003-04-03 07:11:16 +00:00 |
|
Brett Kelly
|
7c31468866
|
everything appears to be working, please lemme know if it barfs
|
2003-04-03 05:48:57 +00:00 |
|
Brett Kelly
|
487c99c909
|
fixed output when querying for all unread notes
|
2003-04-02 08:30:12 +00:00 |
|
Brett Kelly
|
e06f07d402
|
private/public messages working now
|
2003-04-01 02:30:10 +00:00 |
|
Brett Kelly
|
c618a8fd19
|
getnote (almost) works now
|
2003-04-01 01:44:02 +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 |
|