My situation is this: my build system has several projects, and each project is represented by a bot in a channel named after the project. The irc daemon and the build system are running on the same box, so bots are connecting from localhost. This works great for the first three project bots that join when the build system spins up, but goes bad with the 4th bot. My first problem was that when the fourth bot joined my (apparently somewhat draconian
My server is set up entirely within the company's internal network and so is not exposed to the wild. The company is pretty small and I am not too worried about employees attacking the server. I would really like to open up the security a bit on the server, but as I said I am really not an IRC guru and I'm not sure the best/easiest way to accomplish this. I would -specifically- like to allow any number of concurrent connections and any number of connection attempts from the build process running on the same machine, but as I am not really worried about flooding etc I'd be perfectly happy to just open up the connection limits globally. What would be the most straightforward way of getting this taken care of quickly and easily?
Again everyone I apologize for my ignorance. Normally I would spend some time RTFM before making forum requests, but the clock is ticking down on my project deadline and I need to get this worked out as quickly as possible. Any help would really be appreciated