Block a user
63bfd2bc40
Updated Connect-GraylogService to import the ConvertFrom-GraylogSession function before it calls is
3511d98e62
Added some functionality for PS5.1 and below, as it doesn't seem to properly import the other functions
252125184e
Updated Get-GraylogStreams function to be stored in the correct file name
9f7ce2c8b0
Updated ConvertFrom-GraylogSession to properly parse the Cookies
a094ec86ba
chore: Update PSGraylog module installation script to install required modules (if they're not installed already)
9c9afd413d
Created an install.ps1 script, in lieu of being able to upload it directly to a PSGallery-like package manager.
85c622f894
chore: Ensure Graylog session is set before making requests, and added better error handling
4608f33c4a
Added shorthand alias for Search-Graylog (sg)
9f9078dbc8
Refactor Get-GraylogStreamId to use Get-GraylogStreams function
4fea6ee8d6
Updated version number and changelog.
4bcc5ab62c
Moved Reddit test code into it's dedicated file
194ee6272d
Updated the test code to use the new method and arguments.
c656a67961
Updated Tool#get_subreddit_feed to be the more generic Tool#get_reddit_feed, which can take in both user and subreddit Reddit .json links.
8e6c1549df
Created RedditPage#parse_comments, which parses comment data from a Reddit .json link.
7999cb488f
Added __pycache__ to .gitignore
c741d85458
Moved test code to it's own file
e8101a3352
Updated reddit tool docstring to match owui.com