Search found 1850 matches
- Fri Feb 03, 2023 6:18 am
- Forum: News and Releases
- Topic: UnrealIRCd 6.0.6 released
- Replies: 0
- Views: 156
UnrealIRCd 6.0.6 released
The main objective of this release is to enhance the new JSON-RPC functionality. In 6.0.5 we made a start and in 6.0.6 it is expanded a lot, plus some important bugs were fixed in it. Thanks everyone who has been testing the functionality! The new UnrealIRCd Administration Webpanel (which uses JSON-...
- Sat Jan 14, 2023 3:25 pm
- Forum: News and Releases
- Topic: New attempt at UnrealIRCd admin panel (call for help)
- Replies: 2
- Views: 846
Re: New attempt at UnrealIRCd admin panel (call for help)
I've been adding a lot of JSON-RPC calls in UnrealIRCd and Valware has been very active with coding the UnrealIRCd admin panel. The move to Bootstrap has been completed and things looks really well. I'm very happy with the progress. https://i.ibb.co/7SdFZnk/Screenshot-from-2023-01-14-07-26-21.png If...
- Mon Jan 09, 2023 12:43 pm
- Forum: News and Releases
- Topic: New attempt at UnrealIRCd admin panel (call for help)
- Replies: 2
- Views: 846
Re: New attempt at UnrealIRCd admin panel (call for help)
Valware created an admin panel in PHP. It is currently working and already has basic functionality: List users (and filter on them) List channels Server bans: list, add, remove Spamfilters: list, add, remove It can be downloaded from https://github.com/unrealircd/unrealircd-webpanel/ Be sure to read...
- Sat Jan 07, 2023 6:13 pm
- Forum: Linking servers
- Topic: strange issue with set::tls
- Replies: 2
- Views: 156
Re: strange issue with set::tls
After all files are retrieved and parsed, UnrealIRCd first processes the set blocks (does not matter in which files they are), and only after all set blocks have been processed then it continues with the link blocks and the other blocks. So I don't think it's that. Just to double check, are you sure...
- Thu Jan 05, 2023 8:02 am
- Forum: News and Releases
- Topic: E-mail was not working from forums/..
- Replies: 0
- Views: 239
E-mail was not working from forums/..
E-mails sent from the forums, the bug tracker and the wiki were not being delivered. This problem went unnoticed since at least Christmas. It has been fixed now, so signing up for the forums or bug tracker should work again. For the forums I did a manual re-delivery of the account activations. Sorry...
- Thu Dec 29, 2022 9:35 am
- Forum: News and Releases
- Topic: UnrealIRCd 6.0.5 released
- Replies: 0
- Views: 616
UnrealIRCd 6.0.5 released
This release adds experimental JSON-RPC support, a new TLINE command, the ./unrealircd restart command has been improved to check for config errors, logging to files has been improved and there are several other enhancements. There are also two important changes: 1) servers that use websockets now a...
- Thu Dec 29, 2022 8:52 am
- Forum: News and Releases
- Topic: New attempt at UnrealIRCd admin panel (call for help)
- Replies: 2
- Views: 846
New attempt at UnrealIRCd admin panel (call for help)
The JSON-RPC API in UnrealIRCd 6.0.5 can be used to create an UnrealIRCd admin panel. We had many positive reactions when we announced the possibility of an admin panel. Even a basic panel, where one could go through the *LINES and Spamfilters and have an easy interface to add/remove such bans, woul...
- Mon Dec 26, 2022 5:31 pm
- Forum: News and Releases
- Topic: Developing an UnrealIRCd webpanel
- Replies: 6
- Views: 5843
Re: Developing an UnrealIRCd webpanel
As always, with Open Source, people come and go. Sadly the current developer is no longer working on it.
This old thread is now locked and we are giving the opportunity to rethink everything from scratch again. The new thread is here: New attempt at UnrealIRCd admin panel (call for help).
This old thread is now locked and we are giving the opportunity to rethink everything from scratch again. The new thread is here: New attempt at UnrealIRCd admin panel (call for help).
- Fri Dec 23, 2022 8:12 am
- Forum: News and Releases
- Topic: UnrealIRCd 6.0.5-rc2 available for testing
- Replies: 0
- Views: 401
UnrealIRCd 6.0.5-rc2 available for testing
The second release candidate for 6.0.5 is now available for testing. If you have some time during the holidays and would like to try it out, that would be great. Please report any bugs you find at https://bugs.unrealircd.org/. On *NIX you can use the command ./unrealircd upgrade --rc to upgrade to t...
- Sun Dec 11, 2022 3:42 pm
- Forum: Generic support
- Topic: Enable ipv6
- Replies: 4
- Views: 6342
Re: Enable ipv6
UnrealIRCd On the UnrealIRCd side the only that matters is if you have a listen block: Configuration If you have a generic listen block like this (ip *): listen { ip *; ..etc.. ... then it will listen on both IPv4 and IPv6 and there is nothing left to do on the UnrealIRCd side. All is good. If you ...
- Fri Dec 09, 2022 9:07 am
- Forum: Generic support
- Topic: Fatal Error on rehash (Unrealircd 5.2.4)
- Replies: 2
- Views: 4713
Re: Fatal Error on rehash (Unrealircd 5.2.4)
Sadly, UnrealIRCd 5 is end of life. Only security bugs are being fixed (so not bugs like the one you mention) until July 1, 2023. After that date it will be completely unsupported. See https://www.unrealircd.org/docs/UnrealIRCd_5_EOL I highly suggest trying UnrealIRCd 6. It is only a minimal effort ...
- Wed Dec 07, 2022 10:25 am
- Forum: News and Releases
- Topic: UnrealIRCd 6.0.5-rc1 available for testing
- Replies: 0
- Views: 6376
UnrealIRCd 6.0.5-rc1 available for testing
The release candidate for 6.0.5 is now available for testing. You can help us by testing and reporting any issues at https://bugs.unrealircd.org/. This release adds experimental JSON-RPC support which can be used by a web panel or other interface (this is work in progress). There's a new TLINE comma...
- Fri Nov 18, 2022 10:33 am
- Forum: News and Releases
- Topic: UnrealIRCd 6.0.4.2 released
- Replies: 0
- Views: 5365
UnrealIRCd 6.0.4.2 released
UnrealIRCd 6.0.5 is not ready yet, it is scheduled for January 2023 (with one or more RC's before that). So, in the meantime we have released a small update today, UnrealIRCd 6.0.4.2: Two IRCv3 specifications were ratified which we already supported as drafts: Change CAP draft/extended-monitor to ex...
- Fri Oct 14, 2022 7:23 am
- Forum: Generic support
- Topic: Multiple certificates for unreal ?
- Replies: 2
- Views: 2579
Re: Multiple certificates for unreal ?
Yes exactly. Both options are possible :) At work for these situations I usually go for multi domain certificates, so one certificate with both hostnames/domains listed. For paid certs it usually only costs like $10 per extra hostname. And for free Let's Encrypt it is usually just adding an extra op...
- Fri Oct 14, 2022 7:15 am
- Forum: Generic support
- Topic: DCC? Is there any way to still send files?
- Replies: 4
- Views: 2637
Re: DCC? Is there any way to still send files?
In everyday IRC practice DCC is a nightmare. And it has been like that for decades, so that's why the wiki probably says that. Nowadays most people upload things on the web and post a link to on IRC. Some IRC clients even "auto load" image links due to this practice. So people upload to te...