myk%mozilla.org
6524045f4a
Fix for bug 232154: Make old column lists work again by correctly translating old -> new column names.
...
r=bbaetz
2004-01-26 07:58:26 +00:00
myk%mozilla.org
e435fbdfe6
Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs.
...
r=bbaetz
2004-01-26 07:04:22 +00:00
scott%scott-macgregor.org
fd5b390082
Try to fix pref bustage regressions such as link clicks not loading the default browser.
2004-01-26 04:40:45 +00:00
myk%mozilla.org
8694935bc8
Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)"
...
r=bbaetz
a=myk
2004-01-26 04:04:28 +00:00
jake%bugzilla.org
7248ced448
Bug 232156: Bugzilla 2.17.3 changed some field names in the RDF output. Make Mozbot succeed with either schema.
...
r= bbaetz
2004-01-26 02:57:03 +00:00
ian%hixie.ch
5259b4c612
Quotebot. Requires MySQL. Based on a specification written by Nortis http://www.blomstereng.org/
2004-01-26 00:48:52 +00:00
chanial%noos.fr
a1c842e348
Bug 216137: Make xpinstall/packager produce thunderbird/Firebird packages.
...
patch by David Fraser <davidf@sjsoft.com>, r=bsmedberg, sr=mscott
2004-01-26 00:40:13 +00:00
myk%mozilla.org
bad09ee2a7
Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarred so that links to bugs work.
...
r=gerv
a=myk
2004-01-25 18:47:16 +00:00
caillon%returnzero.com
1d0beb15bf
Use the correct free methods. r+sr=peterv via irc.
2004-01-25 14:53:21 +00:00
ian%hixie.ch
07c133f1c6
Handle exceptions being raised in the Schedule() handler. Before, they would cause the bot to crash on startup and to say stupid things during module loading.
2004-01-25 13:49:54 +00:00
ian%hixie.ch
8e92e66100
Standardise on 'status' as the status command for all modules.
2004-01-25 13:05:45 +00:00
ian%hixie.ch
d828839a5b
Support comments, p tags, and div tags.
2004-01-25 13:04:23 +00:00
ian%hixie.ch
16365fd40c
Added some default hit protection. Removed a redundant variable definition. Implemented responses for tickling and apologies. Added some support for the moronic misspelt 'u' (you) form. Added support for shaking hands. Added some insults to handle and cleaned up (/x) two regular expressions that were getting very long.
2004-01-25 11:41:48 +00:00
bryner%brianryner.com
0518680d42
Some cleanup to nsProxyObject: implement refcounting without nsISupports inheritance, inline getters, and fix a few warnings. Bug 232022, r=dougt, sr=dbaron.
2004-01-25 10:39:02 +00:00
dbaron%dbaron.org
f6258a1404
Oops.
2004-01-25 06:29:54 +00:00
dbaron%dbaron.org
014fb90c69
Oops.
2004-01-25 06:29:06 +00:00
dbaron%dbaron.org
a064c1efad
Adding testcase from bug 228172. Not part of build.
2004-01-25 06:29:05 +00:00
ian%hixie.ch
d4f15faacd
Don't send PASS unless there is a password. Make some debug messages a little clearer. Report PASS errors. And most importantly: Correctly handle NICK changes. We will now only change our internal memory of our nick when the server tells us what are nick is. As part of this, stop using the Net::IRC concept of the Current Nick, since that is completely broken. Handles invalid nicks much more gracefully.
2004-01-25 02:48:32 +00:00
jim_nance%yahoo.com
f61ec32990
Fix Bug 232051 - Make jprof work with Fedora Core1. The stack walking code
...
did not work on that platform. r=dbaron sr=dbaron.
2004-01-25 01:51:39 +00:00
ian%hixie.ch
cdfee27e24
Remove excessive trailing spaces. Fix a bug where I was setting the wrong variable (duh), this should make the username/identd stuff actually work. Make the mail regarding the server being down actually show the right values. Split some debug lines onto two for clarity.
2004-01-25 01:12:34 +00:00
bienvenu%nventure.com
e76573d657
enable full mcd pr logging in release build, sr=mscott 232073
2004-01-25 01:11:11 +00:00
ian%hixie.ch
f545615f80
Oops, need double quotes to interpolate...
2004-01-25 01:03:45 +00:00
ian%hixie.ch
9f0e341e1a
Some more drastic auto-fixing code for really annoying servers.
2004-01-25 00:53:50 +00:00
ian%hixie.ch
8d471be1bb
Make mozbot try to use a valid username if it thinks it needs to (this is untested; what do servers normally complain about when the identd isn't valid? I've seen this happen but I forget the actual string they send back). Also, fix an undefined variable warning in the wordWrap method.
2004-01-25 00:45:38 +00:00
ian%hixie.ch
d0b875b352
Upgrade the insult protection overrides to be more customisable. Add more of them by default. Note that this is not a backwards compatible change but since we haven't released a version with this module yet, that's ok.
2004-01-25 00:08:43 +00:00
ian%hixie.ch
fe573d34c5
New fortune cookie format, in case we ever add more types of cookies. Limit on size of cookie file, to prevent trivial DOS attack. Prevent the addition of duplicate cookies.
2004-01-24 23:56:12 +00:00
ian%hixie.ch
2cdf4e84e1
* Support fluffy "tell me" prefix
...
* Fix a bug introduced in version 1.10 which made Infobot, ah, not work. (bug 223905, thanks to Charlie, Michael, and justdave)
* Support for more fluffy wording (expletives in questions)
* Space out some regular expressions
* Made the "anyone know what foo is" form actually work for the first time
* Fix the bug introduced 7 patches ago, which I partly fixed 5 patches ago, in which "targetted" comments wouldn't be, ah, targetted.
2004-01-24 23:48:11 +00:00
chanial%noos.fr
2fa6e444e8
Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk>
2004-01-24 23:27:43 +00:00
caillon%returnzero.com
34ea7dea67
Stop outputting comments pertaining to forward declared interfaces. See bug 232032 for details.
...
r=dbradley, sr=shaver
2004-01-24 23:01:55 +00:00
chanial%noos.fr
5e0b616f53
Bug 228103: Toolbar Google search for empty string results in garbage characters.
...
Loads the host of the search engine when querying for the null string.
2004-01-24 22:22:40 +00:00
gerv%gerv.net
ab009557d9
Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch by gerv; r,a=justdave.
2004-01-24 21:40:31 +00:00
dbaron%dbaron.org
f785bbdd29
Change name of variable so this code makes sense.
2004-01-24 20:21:32 +00:00
scott%scott-macgregor.org
18904a2a7f
Bug #220173 --> If new email comes in while reading a message in the preview pane, the message scrolls back to the start
2004-01-24 20:05:05 +00:00
dbaron%dbaron.org
7b1e1fbd5c
Add new testcases. Not part of build.
2004-01-24 19:41:28 +00:00
ian%hixie.ch
512bd2cee7
minor documentation error fix
2004-01-24 18:40:07 +00:00
gerv%gerv.net
3ddeaf3e2a
Massive rearrangement of the installation section. Hopefully it makes sense now.
2004-01-24 18:31:00 +00:00
silver%warwickcompsoc.co.uk
bb8a683c52
Bug 98251 Implement Half-Op (mode +h) in Chatzilla
...
r=rginda
2004-01-24 17:22:14 +00:00
hpradhan%hotpop.com
26cea47084
attempt to fix Camino bustage from bug 230840
2004-01-24 13:04:10 +00:00
hpradhan%hotpop.com
1fe0794446
bug 229392 : minor cleanup in session history r=alecf sr=bz
2004-01-24 07:26:37 +00:00
hpradhan%hotpop.com
3b99f154bd
bug 231233 : nsPrintData.h cleanup r+sr=jst
2004-01-24 07:23:56 +00:00
hpradhan%hotpop.com
7739558313
bug 229177 : Make TestXMLExtras not leak on shutdown r+sr=heikki
2004-01-24 07:21:57 +00:00
silver%warwickcompsoc.co.uk
c1caa4f381
Bug 111475 Missing /ignore command
...
r=rginda
2004-01-24 03:00:53 +00:00
jst%mozilla.jstenback.com
324108e683
Fixing mac bustage.
2004-01-24 01:30:02 +00:00
scott%scott-macgregor.org
84be2007c3
Change the mac creator type on firebird to MOZB (b is for browser) to avoid
...
using the same type as Mozilla (MOZZ). This makes url delegation between thunderbird
and firebird work on the mac without the two tripping over each other.
a=brendan on the new creator name
(I forgot to check this change in back in November when I changed browser\app\Makefile.in
2004-01-24 01:08:50 +00:00
jst%mozilla.jstenback.com
ce1edc1dc9
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
2004-01-24 00:46:17 +00:00
scott%scott-macgregor.org
1d4adea156
Try to unhork platform specific pref bustage. Patch by bsmedberg
2004-01-24 00:44:28 +00:00
brendan%mozilla.org
100f1fcc33
Brace style fascism.
2004-01-24 00:36:10 +00:00
silver%warwickcompsoc.co.uk
3bdd2915c4
Bug 231770 Various minor bug fixes that need landing
...
r=samuel
2004-01-24 00:23:51 +00:00
dbaron%dbaron.org
0231f67b81
Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner
2004-01-23 23:12:44 +00:00
nelsonb%netscape.com
0df0cbe4cf
Fix crashes that occur when optional policyQualifiers are not present.
...
Bug 230951. r=kinmoz.
2004-01-23 22:50:01 +00:00