0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] Merge old trunk r2059 Clarifications to the descriptions of umode +Q and cmode +F, suggested by Aria...@SorceryNet. More... over 18 years ago
[svn] Merge old trunk r2907,r2991: Allow TESTLINE on channel names. More... over 18 years ago
[svn] Merge old trunk r2835: resolver: if sendto(2) fails, try sending to the next nameserver More... over 18 years ago
[svn] Merge old trunk r2817: WHOIS: Show the given nick in ERR_NOSUCHNICK even if it starts with a digit. This is safe because the last parameter is a nick and never a UID. (The first parameter in a server-server two-param whois is a UID/SID.) More... over 18 years ago
[svn] Merge old trunk r2779,r2785: Show correct privilege name in a few ERR_NOPRIVS numerics. More... over 18 years ago
[svn] Merge old trunk r2695: Send an SQUIT instead of an ERROR to announce /die to connected servers. This will generate better server notices. More... over 18 years ago
[svn] Merge old trunk r2294: Zero out the varlist passed to substitution_* when rejecting DNSBL clients. More... over 18 years ago
[svn] Merge old trunk r2226: If we are connecting outward to a server, check if the server name they sent is the same as what we tried to connect to. Previously such a connection could succeed if there existed connect blocks with the same IP and passwords for the other server name. More... over 18 years ago
[svn] Merge old trunk r2212: Another handling of SJOINs without nicks: Propagate them if the channel is +P or the channel already existed, otherwise remove the channel again and do not propagate the SJOIN. More... over 18 years ago
[svn] Remove channels entirely from /whois on services. This cannot be overridden with operspy. More... over 18 years ago
[svn] Fix /who on channels with ** in their name. More... over 18 years ago
[svn] NEWS: As in 2.1.3, mention that the TS6 revision will interoperate with older versions More... over 18 years ago
[svn] Fix documentation of HIDE_SERVERS_IPS define. More... over 18 years ago
[svn] Don't leak auth{} spoofed ip for I-line is full notice either. More... over 18 years ago
[svn] Update NEWS. More... over 18 years ago
[svn] Allow /invite (but not invex) to override +r, +l, +j in addition to +i. As before, a restrictive mode must be in place at /invite time for the invite to have an effect; +r does not count as a restrictive mode if the user is logged in; +l and +j always count as restrictive modes to allow for cases where they would allow join at /invite time but not when the user tries to join. More... over 18 years ago
[svn] Remove invite_ops_only, forcing it to YES. More... over 18 years ago
[svn] Move username check after xline and dnsbl checks, so it will not complain to opers about clients who are xlined or blacklisted anyway (both of which silently reject). More... over 18 years ago
[svn] - MASTER_MAX is no longer relevant More... over 18 years ago
[svn] - add config option for setting max_clients. More... over 18 years ago
[svn] - remove get_maxrss() and all of that insecure and unsafe nonsense More... over 18 years ago
[svn] - avoid some potential NULL dereferencing More... over 18 years ago
[svn] - fix a typo More... over 18 years ago
[svn] - rework poll a bit for the MAXCONNECTIONS changes. More... over 18 years ago
[svn] Our way of using kqueue may cause it to report fds we don't know about anymore, cope. More... over 18 years ago
[svn] Don't reference freed memory (fde_t) in comm_close(). More... over 18 years ago
[svn] - fix for 100% cpu use More... over 18 years ago
[svn] - rework comm_checktimeouts() to use the hashtable in an efficient manner. More... over 18 years ago
[svn] - clear up use of fd_table in ircd. More... over 18 years ago
[svn] - use a hashtable for fdlist storage. first step to making the amount of allowed clients dynamic and removing MAXCONNECTIONS. More... over 18 years ago