All Projects

Welcome to the Quadronyx Bug Tracker.

You can select a project from the “All Projects” drop down combo box in the top right corner. Displayed below are the tasks for ALL Quadronyx projects.

IDProjectCategory  ascTask TypeSeveritySummaryStatusProgressLast Edited
64QELServServerBug ReportLowVisible no cooldown on potion after moving it in eqUnconfirmed
0%
2010-02-03 Task Description

When you move in eq potion with cooldown visiblity of cooldown dissapear, but it still has cooldown.

110RatSlapUncategorisedBug ReportLowDocument basic usageAssigned
70%
2016-11-081 Task Description

From https://github.com/krayon/ratslap/issues/2 :

https://github.com/jpotier wrote:

  I may be tired, but I don't get how to set say key 1 to my button G4.
  Actually, apart from calling
      ./ratslap -p f3-5
  I don't understand how you actually set a modified mode. Should I edit the
  source code and recompile?

https://github.com/thomasluquet wrote:

  Same thing, for me, the documentation it is not really clear for me...
  BTW, i try to make a draw of the mouse and the buttons, is it ok ? (i can
  send you the .odg if you want)
127RatSlapUncategorisedPlanned FeatureLowmusl build for lean standaloneAssigned
50%
2020-02-28 Task Description

We should have a musl build for a lean standalone binary version.

1QELServUncategorisedPlanned FeatureVery LowMake QELServ BESTEST EVER!111New
0%
2009-09-203 Task Description

QELServ needs to be the BEST ... just BEST ... ever!

99OGGBotUncategorisedBug ReportLowtell/ask doesn't ignore illegal nick charsNew
0%
2013-06-01 Task Description

Currently, when the user issues a tell/ask command, the bot doesn’t parse out any punctuation IMMEDIATELY following the nick. This should be done for characters that are illegal for IRC nicks ( TODO: verify this list ).

100OGGBotUncategorisedPlanned FeatureVery LowDo an HPR episode on OGGBotAssigned
0%
2013-06-01 Task Description

Summary says it all :)

107RatSlapUncategorisedPlanned FeatureHighReset to defaults/factory reset optionAssigned
0%
2020-02-282 Task Description

At present, the original configuration is lost once you modify the modes of the
mouse. An option to return the mouse to it’s factory defaults would be
advantageous.

112RatSlapUncategorisedPlanned FeatureLowDistribution package should contain archNew
0%
2020-02-28 Task Description

The built dist package is named “ratslap-0.2.0.tar.gz” regardless of architecture.

115RatSlapUncategorisedPlanned FeatureLowAbility to save/load profilesNew
0%
2020-02-28 Task Description

Would be nice to be able to save and load profiles.

116RatSlapUncategorisedPlanned FeatureMediumModes should have simpler names such as A, B, CNew
0%
2020-02-28 Task Description

The mode names should be simpler than “F3”, “F4” and “F5”. They were only named
this way as that was the hex code for the mode, hardly user friendly.

118RatSlapUncategorisedBug ReportLowButton5 cannot be assigned to G5New
0%
2020-02-282 Task Description

From GitHub Issue #9 by adrfantini:

I have a very weird behaviour here. After having modified many buttons to
suit my needs, I have the following problem.

I cannot assign many software mouse Buttons to many hardware buttons.
Assigning keys seems to always work tho.

Say I am in this situation:
...
  sudo ratslap --p F3
  Left Click (But1):   Button1
  Right Click (But2):  Button2
  Middle Click (But3): Button3
  G4:                  
  G5:                  
  G6:                  
  G7:                  
  G8:                  ModeSwitch
  G9:                  DPICycle
...
Now let's try to modify it with:
  sudo ratslap --modify F3 --G4 Button4
Result:
  sudo ratslap --p F3
  Left Click (But1):   Button1
  Right Click (But2):  Button2
  Middle Click (But3): Button3
  G4:                  
  G5:                  
  G6:                  
  G7:                  
  G8:                  ModeSwitch
  G9:                  DPICycle
Nothing! Let's try assigning keys instead:
  sudo ratslap --modify F3 --G4 LeftAlt+K
  Left Click (But1):   Button1
  Right Click (But2):  Button2
  Middle Click (But3): Button3
  G4:                  LeftAlt + K
  G5:                  
  G6:                  
  G7:                  
  G8:                  ModeSwitch
  G9:                  DPICycle
Works...

In short, I can seem to bind mouse Buttons anymore!

However, some, like sudo ratslap --modify F3 --G7 Button9 work, while others,
like sudo ratslap --modify F3 --G7 Button5 do not.
119RatSlapUncategorisedBug ReportLowUnrecognised keys/buttons fail silentlyNew
0%
2020-02-28 Task Description

QB#118 shows that unrecognised parameters (such as “button5”) fail silently,
assigning 000000h instead of reporting an error.

76QELBotWebAdminPlanned FeatureVery LowWebAdmin to support viewing TransactionsAssigned
90%
2010-11-156 Task Description

Trac Ticket #41 - Originally reported by: Krayon

WebAdmin should support the viewing of transaction history.
89QELBotWebAdminPlanned FeatureLowWebAdmin to have current inventory listAssigned
70%
2010-11-152 Task Description

Trac Ticket #84 - Originally reported by: Krayon

As listed in #77 item 3, a list of the bot’s current inventory would be useful. You could therefore see exactly what it has on it. Potentially, the items list could have a column for currently holding and have a toggle for “only show items currently in inv”.
74QELBotWebAdminBug ReportLowWebAdmin to support discount configurationNew
0%
2010-11-15 Task Description

Trac Ticket #39 - Originally reported by: Krayon

The WebAdmin interface should support configuring discounts for players and guilds.
75QELBotWebAdminPlanned FeatureLowWebAdmin to support configuring responsesNew
0%
2010-11-15 Task Description

Trac Ticket #40 - Originally reported by: Krayon

WebAdmin should support configuring of responses.
77QELBotWebAdminPlanned FeatureLowWebAdmin to support viewing MessagesNew
0%
2010-11-15 Task Description

Trac Ticket #43 - Originally reported by: Krayon

The WebAdmin interface could include the ability to view messages as stored in the Messages table. This contains a history of messages sent to/from players using the bot’s “msg” command ( and maybe messages sent via the messaging system developed in #12 (FS#66) too ).
78QELBotWebAdminPlanned FeatureLowImprove WebAdmin field data validationNew
0%
2010-11-15 Task Description

Trac Ticket #49 - Originally reported by: Krayon

WebAdmin fields should perform (better) data validation, such as alpha/alphanumeric/numeric etc.
80QELBotWebAdminFeature RequestLowMake bot able to determine if item is stackableNew
0%
2010-11-15 Task Description

Trac Ticket #58 - Originally reported by: Korrode

Right now there is a “Stackable” entry for each item in the DB. This has to be set manually atm. If not set correctly it can make the allocated slots info output from the “status” command look confusing. (i.e. more than 36 slots allocated. 36 is maximum in EL).

Please make the bot determine if an item is stackable and set it as such.

Until that is done, if you can be bothered, remove “Stackable” column from WBI and allocated slot info from “status” command output.
86QELBotWebAdminPlanned FeatureLowWebAdmin to keep access logsNew
0%
2010-11-15 Task Description

Trac Ticket #75 - Originally reported by: Krayon

The WebAdmin should keep access logs with login/logout etc and times they occur. Perhaps even what modifications took place.
96QELBotWebAdminFeature RequestLowAdd force kill to WebAdminNew
0%
2010-12-15 Task Description

In light of FS#95, it would be good to have the ability to forcibly kill the bot no matter what state it’s in. It would also be useful if the bot had better monitoring and handling of itself ( FS#97 ).

Showing tasks 51 - 71 of 71 Page 2 of 2 - 1 - 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing