1
0
Fork 0
Commit Graph

44 Commits

Author SHA1 Message Date
Andrew Tomaka ed5089c103 Don't overwrite settings if joining an already joined channel. 2011-08-12 19:11:05 -04:00
Andrew Tomaka 0d2ad26892 Monitor all forms of chat changes instead of just slash commands. 2011-08-12 18:42:39 -04:00
Andrew Tomaka 76a3df5b2e Remove slash command. 2011-08-12 18:40:45 -04:00
Andrew Tomaka a78df7bc99 Reverting to last release. 2011-08-12 18:38:52 -04:00
Andrew Tomaka 1a4f3b0f71 Remove random debug stuff. 2011-08-09 06:16:32 -04:00
Andrew Tomaka a005f12194 Use CHANNEL_UI_UPDATE for rejoining channels as well as initial setup. 2011-08-09 06:10:10 -04:00
Andrew Tomaka 8d437e2f06 Attempt to use PLAYER_ALIVE for rejoining channels. 2011-08-09 06:00:52 -04:00
Andrew Tomaka e34a237c84 Attempt to use CHANNEL_UI_UPDATE for initial setup. 2011-08-09 05:43:46 -04:00
Andrew Tomaka 7536a5e14d Remove hooked functions 2011-08-09 05:30:28 -04:00
Andrew Tomaka 5b1d50758d Remove slash command. 2011-08-09 05:27:56 -04:00
Andrew Tomaka d8bb220987 Use CHAT_MSG_CHANNEL_NOTICE to handle channel information instead of hooking functions. 2011-08-09 05:27:31 -04:00
Andrew Tomaka 61e66753a2 Do not attempt to process '/leave' with no message 2011-06-03 09:43:27 -04:00
Andrew Tomaka 2bdea38132 Added missed variable scoping. 2011-06-03 08:49:37 -04:00
Andrew Tomaka 7d55d0ee93 Use GetChannelInfo() to setup initial database. 2011-06-03 08:28:09 -04:00
Andrew Tomaka 41f9cd47f3 Tying it all together: Use GetChannelInfo to decide if this channel needs stored when joining. 2011-06-03 07:33:09 -04:00
Andrew Tomaka 86a904b502 Typo fixes in new functions: NOY FUNCTIONAL 2011-06-03 05:53:45 -04:00
Andrew Tomaka 2dcf64b159 GetChannelInfo function to return number, name, and category of a channel: NOT TESTED 2011-06-03 05:42:15 -04:00
Andrew Tomaka 71036313e9 GetChannelTable fucntion to return a list of channels: NOT FUNCTIONAL 2011-06-03 04:56:12 -04:00
Andrew Tomaka dcde240f24 Using GetChannelDisplayInfo() to check channel type; NOT FUNCTIONAL 2011-06-02 16:12:14 -04:00
Andrew Tomaka 034ef82eb2 Fixed silly debugging error 2011-06-02 09:51:18 -04:00
Andrew Tomaka 7892099ef0 Sort saved channels by index before joining 2011-06-02 04:53:40 -04:00
Andrew Tomaka 46a0d47d35 Reverting to hooking slash commands instead of event. 2011-06-02 04:37:29 -04:00
Andrew Tomaka db153fe08a Reverted back to version hooking slash commands instead of events for managing stored data. 2011-06-02 04:32:58 -04:00
Andrew Tomaka 304dcd0fdc Added sorting by index to attempt to join in the same order. 2011-06-02 00:52:46 -04:00
Andrew Tomaka aa65c554a3 Use CHAT_MSG_CHANNEL_NOTICE instead of hooking join and leave slash functions for stored channels 2011-06-01 14:25:42 -04:00
Andrew Tomaka 56cc3d6191 Fixed LUA error in SetupChatServer. Fixes #1 2011-05-29 11:26:59 -04:00
Andrew Tomaka f439389e64 NUM_CHAT_WINDOWS constant 2011-05-29 06:36:07 -04:00
Andrew Tomaka 476a5e4398 Unset frame storage on channel hide to prevent uneeded iteration." 2011-05-27 21:49:47 -04:00
Andrew Tomaka b9c46370a6 Rejoin channels only if not currently in them fixed. 2011-05-27 19:30:56 -04:00
Andrew Tomaka 53ca5d2998 Wait until channels joined to store channels on first login 2011-05-27 18:53:50 -04:00
Andrew Tomaka d5c30070b8 Load player's channels if first login after ChatSaver install 2011-05-27 17:54:01 -04:00
Andrew Tomaka 827818c6d4 No need to check CHAT_MSG_CHANNEL_NOTICE type 2011-05-27 15:09:58 -04:00
Andrew Tomaka 5331debea4 Cleaner verifying joined channels code 2011-05-27 15:08:27 -04:00
Andrew Tomaka 8e22be74f8 Only verify once per session unless forced. 2011-05-26 02:09:37 -04:00
Andrew Tomaka 4f7e7f40ae Only store valid channle names. 2011-05-26 00:01:58 -04:00
Andrew Tomaka 8bac341153 Minor cleanup and notifications 2011-05-25 23:18:21 -04:00
Andrew Tomaka 521cd01d7c Do not save chat frame information for zone channels 2011-05-25 23:04:12 -04:00
Andrew Tomaka 74958b0366 Save and restore channel to proper frames(s) 2011-05-25 22:41:33 -04:00
Andrew Tomaka bbd2e324a3 Poor attempt to implement pre-hook via RawHook 2011-05-25 22:02:41 -04:00
Andrew Tomaka d705949afc Maintain dynamic channel list per character. 2011-05-25 18:58:22 -04:00
Andrew Tomaka 7a224ea81f Basic testing of join hook 2011-05-25 07:21:59 -04:00
Andrew Tomaka 1bcb5bd205 Force channel list for testing. 2011-05-25 05:44:45 -04:00
Andrew Tomaka@Gaffer f353227f68 Forced channel list for testing. 2011-05-25 05:36:29 -04:00
Andrew Tomaka@Gaffer c30b3ba86c Iniital commit 2011-05-25 05:05:57 -04:00