• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

MyChat v1.88

[1.88] - 2024-05-07​


Bug Fixes🐛


- On Off toggle set backward
Set the on off setting to the correct values I had them backward in one spot.
(1f19f3d) ~grimmier378

[1.87] - 2024-05-06​


Bug Fixes🐛


- Popstyle
Found a mismatch pop style that will crash you if you don't have a theme setup. so basically first time you load it.
(29db571) ~grimmier378

[1.86] - 2024-05-06​


Bug Fixes🐛


- Pattern match '(). chars
Was missing subs for ( ) and . characters
making (Beza) and any Pg. item to not properly link.
(f4a0d42) ~grimmier378

Features⛲


- Toggle auto refresh from menu
You can now toggle auto refresh from the main menu, without having to change the delay timer setting.
(4e79586) ~grimmier378

[1.85] - 2024-05-06​


Performance🏎️


- Cleaned up the SQL query
SQL Query is now more effecent at pulling names out of the links with less mistakes.
(eb27237) ~grimmier378

[1.84] - 2024-05-05​


Bug Fixes🐛


- Replaced removed connection line
Accidently deleted the connection line.
(e059c3f) ~grimmier378

[1.83] - 2024-05-05​


Bug Fixes🐛


- SQL db checks
Added some checks to make sure the DB exists. and if not we disable link lookups.

Also will check build type, and if EMU check for emu db then fall back on live db if that exists.

If both are missing we will disable link lookups.
(fc53cc6) ~grimmier378

[1.82] - 2024-05-05​


Bug Fixes🐛


- LinkDB empty raw data table
If the link db has an empty raw data table from not using /link /update it was causing issues with not having a name to pull from.

There is merit to building a personal DB from scratch especially on EMU. as this weeds out items not on your server.

As such we not will strip the item name out of the item link.
(ef6fb8e) ~grimmier378

Features⛲


- Refresh link db
Added refresh links delay setting.

this is in increments of 5 min and 0 being no auto refresh
(1a24e5f) ~grimmier378

Performance🏎️


- Make SQL get the name
Make SQL query do the name pulling from the string for us.
(b9c5bc8) ~grimmier378

[1.81] - 2024-05-05​


〰️Commits​


- Config windows
Removed some redundancies.
fixed my backward labeling.
removed some unneeded returns.

removed the init calls for the config windows
instead calling them from the main window.
(8db81a4) ~grimmier378

[1.80] - 2024-05-05​


Bug Fixes🐛


- Properly working close
We have a proper close button on the title bar that works.
(953e344) ~grimmier378
fixed issue with not having lsqlite module installed was
added the call to main init.lua so we can make sure its there before loading in the links.lua.

fixed some sillyness with the window open / close

Added backups to config/MyChat/Backups
sorted into folders by Server_Name

[1.78] - 2024-05-04​


Bug Fixes🐛


- Fix for pop out channel windows hiding when the main window was not. also fixed docking bugs with pop out widow.
(372c763) ~grimmier378
Back
Top