SReject

SReject

Joined
Jun 20, 2011
Location
Erwin, TN

Activity Stream

SReject commented on a Page, Simple pastebin.com info  -  Jan 05, 2017

Couple of things you could do to improve this:

  1. use MSXML2.SERVERXMLHTTP.6.0 MSXML2.SERVERXMLHTTP.3.0 or MSXML2.SERVERXMLHTTP instead of MSXML2.XMLHTTP.6.0.
  2. Make use of .responseXML and its methods for walking the html tree instead of parsing the body
  3. Instead of creating an instance of wscript(via MSScriptControl) and then calling the jscript, you can create an instance of the XHR directly
SReject commented on a Page, JSON for MIRC  -  Jun 12, 2016

Update - June 12th, 2016

I have moved the codebase to github.
This page might not be updated moving forward

 Respond  
SReject commented on a Page, JSON for MIRC  -  Mar 12, 2016

Update as of March 12, 2016 v0.2.4

Fixed excessive commas not raising correct error.

 Respond  
SReject commented on a Page, JSON for MIRC  -  Feb 28, 2016

Update as of Feb 28, 2016

Fixed typo that broke script for all clients except adiirc 64bit

 Respond  
SReject commented on a Page, JSON for MIRC  -  Feb 25, 2016

Updates as of Feb 25, 2016

Changes: AdiIRC 32bit support
Changes: AdiIRC 64bit support (requires 3rd party dll to work)

 Respond  
SReject commented on a Page, mTwitch Normalizer  -  Nov 14, 2015

Moving to github

I've moved this project to github in hopes of alleviating some of the headaches caused by maintaining 5+ pages for what is essentially the same project. I also hope the move will motivate others to get involved and contribute to the codebase

I may or may not update this page to reflect the current state on github but the github page will be maintained as long as the scripts remain viable.

 Respond  
SReject commented on a Page, mTwitch Normalizer  -  Oct 26, 2015

Updated mTwitch.StateToTopic.mrc to v0.0.0008
Updated mTwitch.OAuth.mrc to v0.0.0003

 Respond  
SReject commented on a Page, mTwitch.iSupport.mrc  -  Oct 23, 2015

Set module as depreciated; will be added to mTwitch.Core.mrc

 Respond  
SReject commented on a Page, mTwitch.StateToTopic.mrc  -  Oct 23, 2015

Updates

v0.0.0005: Reworked if statement fix from v0.0.0003
v0.0.0004: Removed -n from /parseline; should fix the topic being reset when it shouldn't
v0.0.0003: Fixed bad if statement

 Respond  
SReject commented on a Page, mTwitch.Core.mrc  -  Oct 23, 2015

Updates

v0.0.0005: Added better environment checking.
v0.0.0004: Added 005 token injection; $network is now filled with twitch.tv for twitch servers
v0.0.0003: Fixed $mTwitch.isServer() returning $false for twitch servers
v0.0.0002: Added on Unload event

 Respond  
SReject commented on a Page, mTwitch Normalizer  -  Oct 23, 2015

Updated mTwitch.Core.mrc to v0.0.0006
Updated mTwitch.GroupChat.mrc to v0.0.0006
Updated mTwitch.StateToTopic.mrc to v0.0.0005
Depreciated mTwitch.ISupport,mrc; this will be incorporated into the core at a later date

 Respond  
SReject commented on a Page, mTwitch.GroupChat.mrc  -  Oct 22, 2015

v0.0.0002 - v0.0.0006 Update Notes:

v0.0.0006: Revert 0.0.0002 change: removed -n switch from /parseline commands; was adding an extra line delimiter(\r\n) to messages
v0.0.0005: Fixed channels being assumed as whispers for purposes of sending messages
v0.0.0004: Fixed sent whispers having a colon prefixed to them
v0.0.0003: Fixed typo in /buffer alias causing "/hadd: invalid parameters" error
v0.0.0002: Added -n switch to /parseline

If you notice bugs or inconsistancies please post them as a reply to this thread

 Respond  
SReject commented on a Page, mTwitch.StateToTopic.mrc  -  Sep 01, 2015

Removed coloring/formating - Users can do this with on topic if they choose

SReject commented on a Page, mTwitch Normalizer  -  Sep 01, 2015
SReject created a Page  -  Sep 01, 2015
512 

version: 0000.0000.0008

SReject   -  Aug 28, 2015

@Hawkee I believe you've broken your page-view analytics. When I go to view my "statistics" page, all pages since (june, maybe july) register as 0 views even though I know they have been visited by unique addresses.

SReject created a Page  -  Aug 28, 2015
309 

version: 0000.0000.0003

 Respond   mIRC  
SReject created a Page  -  Aug 27, 2015
182 

version: 000.0000.0001

  1 Thread   mIRC  
SReject created a Page  -  Aug 27, 2015
1 590 

version: 0000.0000.0006

SReject created a Page  -  Aug 27, 2015
457 

version: 0000.0000.0006

  1 Thread   mIRC  
SReject created a Page  -  Aug 27, 2015

I've moved this project to github in hopes of alleviating some of the headaches caused by maintaining 5+ pages for what is essentially the same project. I also hope the move will motivate others to get involved and contribute to the codebase

SReject commented on a Page, JSON for MIRC  -  Aug 11, 2015

I will be moving the code base to github with the next release; This is to hopefully help make maintaining the code and getting bugs fixed far easier in the future.

This page will continue to be updated as needed and I will continue to post here when major updates are created

 Respond  
SReject created a Page  -  May 25, 2015
1 356 

Removes html tags from specified text and converts html entities to their respective characters

  1 Thread   mIRC  
SReject created a Page  -  May 25, 2015
1 753 

Creates a straw poll and echo's out the URL to it

SReject created a Page  -  May 25, 2015
287 

Returns the status of mojang's differing servers/services

  1 Thread   mIRC  
SReject created a Page  -  May 25, 2015
252 

This script queries the specified minecraft server for version, number of players, and the motd.  

 Respond   mIRC  
SReject commented on a Page, JSON for MIRC  -  May 23, 2015

New Beta

Added Link to the current beta(v0.2.x) and its documentation. The link will not change but as bugs are fixed, the content it points to will. Check the version listed with the link against what you have for newer versions.

Please do NOT use the beta release for public works. It is instead, meant for users to test and report back. If you notice a bug with the beta, please specify the version along with what is wrong as a reply to this thread

SReject commented on a Page, JSON for MIRC  -  May 19, 2015

Updates as of May 19, 2015

Change: Added $JSONVersion to return the current JSON for mIRC script version
Change: Set JSON for mIRC script version to 0.1.0
Docs: Updated documentation

Update as of May 17, 2025

Fixed typo that may have lead to specified files being deleted when using /JSONGet to send a file
Increased timeout to 60seconds in hopes to avoid popup asking to 'end' or 'continue'

 Respond  
SReject created a Page  -  Apr 30, 2015
1 600 

So I got bored and figured out how to use OAUTH and twitch.tv's api to get the required password to connect your irc client to twitch's irc. This could easily be extended to allow for other authorization scopes

 Respond   mIRC  
SReject   -  Apr 21, 2015

@Hawkee mircscripts.org domain has expired. since you own mircscripts.com, figured you might want to be informed to grab that one as soon as it's available(27 day grace period before it can be grabbed)

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.