View Issue Details

IDProjectCategoryView StatusLast Update
0001453unrealircdpublic2004-01-17 20:17
ReporterGreg Assigned Tocodemastr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux 2.6OSDebianOS VersionSid / unstable
Product Version3.2-beta19 
Summary0001453: revert in FAKE_LAG_FOR_LOCOPS (parse.c)
Description
--> config.h
#undef FAKE_LAG_FOR_LOCOPS

--> parse.c
#ifdef FAKE_LAG_FOR_LOCOPS
   !IsAnOper(cptr))
#else
   !IsOper(cptr))
#endif


Fake lag for locops only when FAKE_LAG is undefined, but when it's define there is no fake lag for locops.

For a good meaning, it's better to replace:
#ifdef FAKE_LAG_FOR_LOCOPS
by
#ifndef FAKE_LAG_FOR_LOCOPS

TagsNo tags attached.
3rd party modules

Activities

codemastr

2003-12-27 04:13

reporter   ~0004447

Hmm yeah I guess, that or maybe it should be called "NO_LAG_FOR_LOCOPS" or something.

codemastr

2004-01-17 20:17

reporter   ~0004719

I changed this to NO_FAKE_LAG_FOR_LOCOPS in .2048. I did this rather than what you suggested since it would break anyone who currently is using this feature.

codemastr

2004-01-17 20:17

reporter   ~0004720

I changed this to NO_FAKE_LAG_FOR_LOCOPS in .2048. I did this rather than what you suggested since it would break anyone who currently is using this feature.

Issue History

Date Modified Username Field Change
2003-12-27 01:40 Greg New Issue
2003-12-27 04:13 codemastr Note Added: 0004447
2004-01-17 20:17 codemastr Status new => resolved
2004-01-17 20:17 codemastr Resolution open => fixed
2004-01-17 20:17 codemastr Assigned To => codemastr
2004-01-17 20:17 codemastr Note Added: 0004719
2004-01-17 20:17 codemastr Note Added: 0004720