• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Irc - Monitor] GeekIrcMonitor - Beta

    Discussion in 'Archives' started by geeekzor, Mar 21, 2012.

    1. 0ld

      0ld New Member

      Joined:
      Mar 1, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Works just fine with cyrillics.
      That's the plugin I was waiting for. At last I can chat remotely.
      Thank you very much!
       
    2. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      You're welcome :)
       
    3. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      - Alternate Nickname if the first is not available.
      - a tracking window what happens in the irc console. if you got kicked from server cauz of exceed flood, see the retrys

      if you do extreme log intro irc, HB breaks after a while and windows exit it. doesnt happen if you plugin is disabled.
       
      Last edited: Mar 22, 2012
    4. Gigglebyte

      Gigglebyte New Member

      Joined:
      Jan 24, 2011
      Messages:
      169
      Likes Received:
      0
      Trophy Points:
      0
      Hello

      I have a problem i have set everything in plugin but it somehow doesn't connect to the server/channell.
       
    5. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Ye, I fixed reconnecting on kick/disconnect I believe. I'll see what I can do to log IRC specific stuff.

      There was an issue with the pulse code I had, that has been removed.

      I'm currently running the latest (revision 47, may show as 46 in the log window)
      I have SendDelay off
      Extreme Logging on

      It doesn't crash for me, I got kicked from my own server but I fixed that with some configurations in the server.
       
    6. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      ok run it now with "SendDelay off" and "Extreme Logging on" ... at the moment it runs 30 Minutes well.
       
    7. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      The most recent version got more checks for the connection, try running that.

      Well, its a beta, sometimes I commit something that isn't release ready, if there are commit messages its usually working as intended :)
       
    8. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Whispering doesn't seem to work ingame... HB States [Whisper] Sending: to (whisper target) but doesn't actually seem to happen ingame, or atleast can't whisper self.
       
    9. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Ye when I was testing this earlier I had some issues with double logging, the IrcLog wrote one message, and the HBLog wrote another, which lead to the IrcLog writing a 3rd message

      So I added this check, that basically prevents the logs from showing your own messages.
      If you use the plugin to chat with people it can get annoying when it logs the stuff you write, mixed in with the text other players write.

      Code:
      if (args.Args[1].ToString() == StyxWoW.Me.Name) return;

      Edit:

      Tested it now, and the latest version logs chat messages properly.
       
      Last edited: Mar 22, 2012
    10. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      It's not logging incoming whispers from other people, is this an HB setting by chance?
       
    11. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Its a setting in the config, most settings are off by default, so that you don't start spamming a channel before you've made the necessary changes.
       
    12. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      I've already modified the config settings to log Say and Whisper. (Config was the first thing I checked) however no luck. I'll keep poking around.
       
    13. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Just noticed this error. Not sure what it means.

      Code:
      [12:47:09 PM:902] [12:47 PM] [IrcChatError] Object reference not set to an instance of an object. : Monitor_634680172188203125 
       
    14. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Its nothing, something is being accessed before its set, happens on every start.
       
    15. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Working like a charm now. Great app :>
       
    16. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      (This could be a double post)

      Have you considered a !reply command? For quick replies to whispers, also incase someone with a weird name whispers you.
       
    17. 0ld

      0ld New Member

      Joined:
      Mar 1, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      btw, is it possible to log/send to irc all the messages mentioning the character's name? can this be added?
       
    18. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Well, it could be done, when using the !whisper command we can store the target as a variable to use with !reply <message>

      Yes, its possible.

      But I need to fix all the bugs first, clean up the code, and make sure everything runs smoothly before adding more features.


      Revision 52 should be stable for usage
      I've been running it for 2 hours without issues, I've whispered people and written to party chats while watching movies, so no issues on my end.
      I've been up for 30 hours, so I might have missed stuff, gonna recheck everything tomorrow.

      Irc logs connection info and "rawmessages" to the IrcLog.Log file in the plugin folder. Check that file if you have connection issues.

      The first exception happens because I call something before its assigned, it won't stop the plugin from working, but it may confuse some. Just don't worry about it.
      Code:
      [12:47:09 PM:902] [12:47 PM] [IrcChatError] Object reference not set to an instance of an object. : Monitor_634680172188203125

      So my priority is from top to bottom.

      Clean up useless, inefficient code
      Better exception handling
      Better logging
      A list of Nicknames to use when connecting instead of 1.
      More detailed connection details when connecting and rejoining after a kick.
      Add better security for those who uses that feature.
      !reply <message>
      Notifications when players name is mentioned in chosen chats.
      Requests that come in after this post.
       
    19. MiNDTRiX

      MiNDTRiX New Member

      Joined:
      Oct 2, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Looking forward to it. Good job man :>
       
    20. Azucar

      Azucar Member

      Joined:
      Mar 26, 2010
      Messages:
      439
      Likes Received:
      2
      Trophy Points:
      18
      Now whats a good irc client for the iphone? o_O
       

    Share This Page