在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):chrisdone/hulk开源软件地址(OpenSource Url):https://github.com/chrisdone/hulk开源编程语言(OpenSource Language):Haskell 100.0%开源软件介绍(OpenSource Introduction):Hulk IRC Server GuideInstallationFrom Hackage
From Github
UsageSee a complete example in the Configuration
You can edit the port, server name and MOTD file in here. Detailed instructions follow. Auth
Put a salt for your passwords in auth/passwd. For example:
Then generate a password for your IRC user:
(It will wait for a single line containing a pass and output the user and sha1 sum.) Start the server
Logs / events will be outputted to stdout. This will be a configuration option later. (Send me a patch if you already did this!) Clients must connect with a password and user that matches the users
and passwords in your Using with SSLYou can use it with stunnel. Change the port setting in hulk.conf:
Generate an SSL certificate:
Make a stunnel.conf file:
Then run it:
(It may be in Then run hulk:
LoggingHulk doesn't support specific channel logging yet, but you can use a logger bot.
Using an announcer botIf you're using a private IRC server you're probably using it at a dev company, and you probably want to make announcements about commits, tickets, etc. from a feed. You can use rss2irc. But you need a patched version which supports sending the PASS command:
Then run it:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论