Stay Safe Online: Difference between revisions

From HybridIRC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= Protecting Yourself =
= Protecting Yourself =


While every effort is made to maintain a safe online experience for everyone, it's important to take measures to protect yourself. Here are some steps you can follow:
While every effort is made to maintain a safe online experience, it's important to take measures to protect yourself and your personal information. Here are some steps you can follow:
 
---


== Set User Modes (umodes) ==
== Set User Modes (umodes) ==
Use umodes to prevent unwanted messages.
Use umodes to control who can contact you and prevent unwanted interactions.


* '''/mode your_nickname +R''' - Prevent unregistered nicknames from private messaging you.
* '''/mode your_nickname +R''' - Prevent unregistered nicknames from private messaging you.
* '''/mode your_nickname +D''' - Prevent anyone from private messaging you.
* '''/mode your_nickname +D''' - Block all private messages.
* '''/mode your_nickname +c''' - Block messages and notices from users outside your shared channels.
* '''/mode your_nickname +c''' - Block messages and notices from users outside your shared channels.
* '''/mode your_nickname +V''' - Block all invites from other users.
* '''/mode your_nickname +V''' - Block all invites from other users.
* '''/mode your_nickname +T''' - Prevent users from sending all types of CTCPs to your client.
* '''/mode your_nickname +T''' - Prevent users from sending all types of CTCPs (like version checks) to your client.
* '''/mode your_nickname +z''' - Prevent messages from being sent to or received from a user that is not connected using TLS (SSL).
* '''/mode your_nickname +z''' - Prevent messages from being sent to or received from a user that isn’t connected using TLS (SSL).


'''Example:'''
'''Example:'''
Line 19: Line 17:
/mode Dimitris +Rc
/mode Dimitris +Rc
</pre>
</pre>
Prevents unregistered nicknames from private messaging you and blocks messages from users outside your shared channels.
This will block private messages from unregistered users and prevent messages from users outside your shared channels.
 
---


== Ignore Users ==
== Ignore Users ==
Utilize the ignore feature to completely ignore a user.
You can ignore users to avoid unwanted communication.


* '''/ignore nickname''' - Ignore all messages from the specified user.
* '''/ignore nickname''' - Ignore all messages from the specified user.
Line 33: Line 29:
/silence shayne
/silence shayne
</pre>
</pre>
Ignore all messages and notifications from the user named "shayne."
This will ignore all messages and notifications from the user "shayne."


<pre>
<pre>
/silence *!*@* N
/silence *!*@* N
</pre>
</pre>
Prevents notice messages from all users.
This will prevent notice messages from all users.
 
---


== Use an IRC Client ==
== Use an IRC Client ==
Consider using an IRC client for more control and additional features, such as saving ignores, user modes, nickname passwords, and more.
Consider using an IRC client for more control and additional features, such as saving ignores, user modes, nickname passwords, and more.


---
== Tips for Protecting Yourself on IRC ==


== Tips for Protecting Yourself Online ==
* '''Register Your Nickname:''' Always register your nickname with a strong password to prevent others from impersonating you on the network.
* '''Register Your Nickname:''' Always register your nickname with a strong password to prevent others from impersonating you on the network.
* '''Use Secure Passwords:''' Choose a password that’s unique and difficult to guess. Include a mix of upper- and lowercase letters, numbers, and symbols.
* '''Use Secure Passwords:''' Choose a password that’s unique and difficult to guess. Include a mix of upper- and lowercase letters, numbers, and symbols.
* '''Enable SSL Encryption:''' Connect to the IRC server using SSL to ensure your communication is encrypted.
* '''Enable SSL Encryption:''' Connect to the IRC server using SSL to ensure your communication is encrypted.
* '''Limit Personal Information:''' Avoid sharing personal information such as your real name, address, or phone number.
* '''Mask Your IP Address:''' Use an IRC bouncer (BNC) or connect via Tor to hide your real IP address.
* '''Mask Your IP Address:''' Use an IRC bouncer (BNC) or connect via Tor to hide your real IP address.
* '''Utilize Cloaking or Hostmasking:''' Many IRC networks allow you to mask your real hostname or IP address.
* '''Utilize Cloaking or Hostmasking:''' Many IRC networks allow you to mask your real hostname or IP address.
* '''Beware of Suspicious Links:''' Avoid clicking on links from unknown or untrusted sources.
* '''Manage Your User Modes:''' Set user modes like '''+i''' (invisible) to limit visibility of your presence.
* '''Keep Your IRC Client Updated:''' Ensure your IRC client is up-to-date with the latest security patches.
* '''Report Abuse or Harassment:''' If you experience abuse or harassment, report it to channel staff immediately.
* '''Beware of Suspicious Links:''' Avoid clicking on links from unknown or untrusted sources, as they might lead to phishing sites or malware.
* '''Avoid Untrusted Downloads:''' Verify the source before downloading files from users or channels.
* '''Avoid Untrusted Downloads:''' Verify the source before downloading files from users or channels.
* '''Keep Your IRC Client Updated:''' Ensure your IRC client is up-to-date with the latest security patches.
* '''Manage Your User Modes:''' Set user modes like '''+i''' (invisible) to limit visibility of your presence.
* '''Report Abuse or Harassment:''' Report any abuse or suspicious behavior to network administrators or IRCops.


---
== Tips for Protecting Yourself Online ==
 
== Final Steps ==
If you’ve tried the above tips but are still encountering issues, follow these steps:
 
=== Gather Evidence ===
Take screenshots or record incidents of harassment, abuse, or suspicious behavior. Capture details such as usernames, timestamps, and chat logs.
 
=== Report the Issue ===
Submit your evidence and a detailed description of the incident to:
<pre>
abuse@hybridirc.com
</pre>


Our support team will review your case and take appropriate action.
* '''Limit Personal Information:''' Avoid sharing personal information such as your real name, address, phone number, or email address. Don't share sensitive data such as credit card details or login credentials over unencrypted channels.
* '''Beware of Phishing Scams:''' Be cautious of unsolicited emails, messages, or websites asking for personal information or login credentials. Always verify the source before clicking links or downloading files.
* '''Use Two-Factor Authentication (2FA):''' Enable 2FA on services that support it for an extra layer of security on your accounts.
* '''Use Secure Websites:''' When making transactions or sharing sensitive information online, ensure the website is secure by checking for "https" in the URL and a padlock symbol in the browser’s address bar.
* '''Avoid Public Wi-Fi for Sensitive Tasks:''' Public Wi-Fi networks are often unsecured. Avoid using them for activities like logging into accounts or making purchases unless you're using a VPN.
* '''Update Your Software Regularly:''' Keep your operating system, browser, and apps up-to-date with the latest security patches.
* '''Beware of Fake Online Reviews:''' Be cautious when reading product reviews. Fake reviews can sometimes be paid or manipulated to trick consumers.
* '''Use Strong, Unique Passwords:''' Avoid reusing passwords across multiple websites. Use a password manager to store and generate strong passwords.
* '''Use Antivirus Software:''' Protect your devices from malware by using antivirus software and keeping it updated.
* '''Back Up Your Data:''' Regularly back up important files and data to avoid losing them in case of a security breach or device failure.


<div style="background: #f2f2f2; color: #333; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-top: 20px; font-family: 'Roboto', sans-serif;">
<div style="background: #f2f2f2; color: #333; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-top: 20px; font-family: 'Roboto', sans-serif;">

Revision as of 15:12, 9 February 2025

Protecting Yourself

While every effort is made to maintain a safe online experience, it's important to take measures to protect yourself and your personal information. Here are some steps you can follow:

Set User Modes (umodes)

Use umodes to control who can contact you and prevent unwanted interactions.

  • /mode your_nickname +R - Prevent unregistered nicknames from private messaging you.
  • /mode your_nickname +D - Block all private messages.
  • /mode your_nickname +c - Block messages and notices from users outside your shared channels.
  • /mode your_nickname +V - Block all invites from other users.
  • /mode your_nickname +T - Prevent users from sending all types of CTCPs (like version checks) to your client.
  • /mode your_nickname +z - Prevent messages from being sent to or received from a user that isn’t connected using TLS (SSL).

Example:

/mode Dimitris +Rc

This will block private messages from unregistered users and prevent messages from users outside your shared channels.

Ignore Users

You can ignore users to avoid unwanted communication.

  • /ignore nickname - Ignore all messages from the specified user.
  • /silence nickname - Silence all messages and notifications from the specified user.

Examples:

/silence shayne

This will ignore all messages and notifications from the user "shayne."

/silence *!*@* N

This will prevent notice messages from all users.

Use an IRC Client

Consider using an IRC client for more control and additional features, such as saving ignores, user modes, nickname passwords, and more.

Tips for Protecting Yourself on IRC

  • Register Your Nickname: Always register your nickname with a strong password to prevent others from impersonating you on the network.
  • Use Secure Passwords: Choose a password that’s unique and difficult to guess. Include a mix of upper- and lowercase letters, numbers, and symbols.
  • Enable SSL Encryption: Connect to the IRC server using SSL to ensure your communication is encrypted.
  • Mask Your IP Address: Use an IRC bouncer (BNC) or connect via Tor to hide your real IP address.
  • Utilize Cloaking or Hostmasking: Many IRC networks allow you to mask your real hostname or IP address.
  • Manage Your User Modes: Set user modes like +i (invisible) to limit visibility of your presence.
  • Keep Your IRC Client Updated: Ensure your IRC client is up-to-date with the latest security patches.
  • Report Abuse or Harassment: If you experience abuse or harassment, report it to channel staff immediately.
  • Beware of Suspicious Links: Avoid clicking on links from unknown or untrusted sources, as they might lead to phishing sites or malware.
  • Avoid Untrusted Downloads: Verify the source before downloading files from users or channels.

Tips for Protecting Yourself Online

  • Limit Personal Information: Avoid sharing personal information such as your real name, address, phone number, or email address. Don't share sensitive data such as credit card details or login credentials over unencrypted channels.
  • Beware of Phishing Scams: Be cautious of unsolicited emails, messages, or websites asking for personal information or login credentials. Always verify the source before clicking links or downloading files.
  • Use Two-Factor Authentication (2FA): Enable 2FA on services that support it for an extra layer of security on your accounts.
  • Use Secure Websites: When making transactions or sharing sensitive information online, ensure the website is secure by checking for "https" in the URL and a padlock symbol in the browser’s address bar.
  • Avoid Public Wi-Fi for Sensitive Tasks: Public Wi-Fi networks are often unsecured. Avoid using them for activities like logging into accounts or making purchases unless you're using a VPN.
  • Update Your Software Regularly: Keep your operating system, browser, and apps up-to-date with the latest security patches.
  • Beware of Fake Online Reviews: Be cautious when reading product reviews. Fake reviews can sometimes be paid or manipulated to trick consumers.
  • Use Strong, Unique Passwords: Avoid reusing passwords across multiple websites. Use a password manager to store and generate strong passwords.
  • Use Antivirus Software: Protect your devices from malware by using antivirus software and keeping it updated.
  • Back Up Your Data: Regularly back up important files and data to avoid losing them in case of a security breach or device failure.

Need Help?

If you have questions or need assistance:

  • * Join the help channel: #Help
  • * Visit Stay Safe Online.
  • or contact us via e-mail at: support@hybridirc.com