Search found 9 matches

by acidvegas
Sun Jul 09, 2023 9:46 pm
Forum: Spam, drones and proxies
Topic: Wave of spam hits IRC
Replies: 8
Views: 45170

Re: Wave of spam hits IRC

I would just like to publicize my 2 cents on the matter...seems to be a lot of "pointing finger" syndrome going on right now.

As "one" of the many network operators/owners at SuperNETs , I can assure you, I am fully aware that people are in fact sending messages to other networks on a large scale ...
by acidvegas
Sun May 10, 2020 2:42 pm
Forum: Generic support
Topic: Hide map and links
Replies: 3
Views: 4326

Re: Hide map and links

You do not have to use restrict-commands, there is a module for this built into unreal that (i believe is disabled by default)

Add this to your modules.conf file if it doesnt already exist, or uncomment it if it is commented"
loadmodule "hideserver";

Then add this to your unrealircd.conf file ...
by acidvegas
Tue Jan 29, 2019 12:10 am
Forum: Generic support
Topic: UnrealIRCd Cron Check with SystemD Timers
Replies: 0
Views: 6127

UnrealIRCd Cron Check with SystemD Timers

unrealircd.service
[Unit]
Description=UnrealIRCd Cron Check Service

[Service]
Type=oneshot
User=acidvegas
ExecStart=/home/acidvegas/unrealircd/unrealircd croncheck


unrealircd.timer
[Unit]
Description=UnrealIRCd Cron Check Timer

[Timer]
OnCalendar=*:0/5
Persistent=true

[Install]
WantedBy ...
by acidvegas
Wed Jan 23, 2019 4:46 am
Forum: Generic support
Topic: Disabling Default Modules
Replies: 2
Views: 3991

Disabling Default Modules

Wondering if there is any reason I couldnt disable the following modules:
loadmodule "m_away";
loadmodule "m_ison";
loadmodule "m_links";
loadmodule "m_lusers";
loadmodule "m_map";
loadmodule "m_pass";
loadmodule "m_userhost";
loadmodule "m_watch";
loadmodule "m_trace";
loadmodule "m_tsctl ...
by acidvegas
Wed Jan 23, 2019 4:42 am
Forum: Generic support
Topic: nofakelag
Replies: 6
Views: 10120

Re: nofakelag

See if https://supernets.org/docs/ascii-ansi-art-flooding.html helps for setting up your client to flood without throttle.
by acidvegas
Thu Apr 05, 2018 1:29 pm
Forum: Services
Topic: LimitServ - A service bot for IRC channels to automatically voice and set channel limits.
Replies: 1
Views: 17752

LimitServ - A service bot for IRC channels to automatically voice and set channel limits.

LimitServ

Requirements
Python ( Note: This script was developed to be used with the latest version of Python.)

Information
The bot will automatically give voice (+v) to people after they have been in a channel for a certain amount of time.
It will also set a channel limit (+l) every few ...
by acidvegas
Sat May 13, 2017 4:07 am
Forum: News and Releases
Topic: UnrealIRCd 4.0.12 released
Replies: 2
Views: 13667

Re: UnrealIRCd 4.0.12 released

The optional 'nocodes' module makes +S/+c also block/strip bold, underline and italic text. (The latter is new)
1. There is not a "nocodes" module in the modules config file, but I do see
"src/modules/nocodes.c", so I think maybe you forgot to include it in the config.

2. I noticed "loadmodule ...
by acidvegas
Sat Feb 04, 2017 2:52 am
Forum: Services
Topic: IRCS (IRC Services) by acidvegas
Replies: 0
Views: 16966

IRCS (IRC Services) by acidvegas

https://github.com/acidvegas/ircs

IRC Services (IRCS)
A services bot for the Internet Relay Chat (IRC) protocol.

Information
The IRCS project is basically, a stripped down version of Anope's ChanServ, HostServ, & NickServ bots, all crammed into one.

Compatibility
This was developed for ...