Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigsy1 committed Jul 28, 2023
1 parent 579979e commit 8e89703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ I mainly did this for my own personal amusement/as a pet project.
* No SSL/TLS support (/socklisten doesn't support these)
* Not IRCv3 compliant (though I personally don't consider this to be a bad thing as IRC conversation is supposed to be ephemeral)
* No flood protection such as Excess Flood
* Sockets have a max size they can send data (Interestingly, this limitation didn't exist in mIRC 6.35 ¬_¬) (Though this could be an issue in Windows 8.1.)
* Sockets have a max size they can send data (Interestingly, this limitation didn't exist in mIRC 6.35 ¬_¬)<sup>1</sup>
* Some commands are missing: anything related to server linking (ACCOUNT, BURST, JUPE, etc.)

Please consult readme.txt on how to get it running. -Jigsy
Expand All @@ -30,3 +30,5 @@ Please consult readme.txt on how to get it running. -Jigsy
<img src="https://user-images.githubusercontent.com/34282672/211921072-acef6be8-60a5-46fe-8ea6-5d5022f22ab4.png" width="25%" height="25%" title="Channel and /WHOIS reply" /> <img src="https://user-images.githubusercontent.com/34282672/211921076-3ab9a730-7ec2-4e8c-b366-b777628f650c.png" width="25%" height="25%" title="Setting a /GLINE" /> <img src="https://user-images.githubusercontent.com/34282672/211921080-cbb5c4bd-1575-48d1-940f-2c09b8de611e.png" width="25%" height="25%" title="G-lined on connection" />
<img src="https://user-images.githubusercontent.com/34282672/211921083-963f98ce-b964-4d6c-bfdd-3ed46de4efd4.png" width="25%" height="25%" title="G-lining a channel" /> <img src="https://user-images.githubusercontent.com/34282672/211921086-03977227-3244-44b1-8f1b-81d857d62082.png" width="25%" height="25%" title="/OPMODE and /MODE changes" /> <img src="https://user-images.githubusercontent.com/34282672/211921087-ccce2f9b-db0f-4b73-acdd-050a95942fb6.png" width="25%" height="25%" title="Status window" />
<img src="https://user-images.githubusercontent.com/34282672/214992267-840efb96-e188-423c-871c-07017e919d2c.png" width="25%" height="25%" title="/WHO" /> <img src="https://github.com/Jigsy1/mIRCd/assets/34282672/86b41cc3-a35b-4183-8e1a-ec5783af76dd" width="25%" height="25%" title="Own idea: /WHO returning connection time" /> <img src="https://github.com/Jigsy1/mIRCd/assets/34282672/2a2719f3-5e94-410c-85d5-c596fe41300f" width="25%" height="25%" title="Extended /LIST" />

<sup>1</sup> Though this could be an issue in Windows 8.1.

0 comments on commit 8e89703

Please sign in to comment.