0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] - update NEWS in preparation of upcoming 2.2 release this week More... over 18 years ago
[svn] Move sno_channeljoin to unsupported, due to the privacy issue and the fact that any oper with admin or hidden_admin can load extensions. More... over 18 years ago
[svn] - createoperonly: like createauthonly, but checks opered status instead of authed status More... over 18 years ago
[svn] - sno_channeljoin: implements snomask +j and sends channel join notices there from local users More... over 18 years ago
[svn] - update config files More... over 18 years ago
[svn] - fold in whois_notice_global functionality. More... over 18 years ago
[svn] - rework spy_whois_notice as a snomask-implementing module, snomask +W. More... over 18 years ago
[svn] Prevent too wide klines with CIDR masks. More... over 18 years ago
[svn] Exempt klines with a fixed user@ (no */?) from min_nonwildcard checks. More... over 18 years ago
[svn] - fold conf_connect_allowed() into accept_connection() - extend add_connection() so that exempt{}s apply to max unregistered connections per ip from ratbox More... over 18 years ago
[svn] m_webirc: call del_unknown_ip() otherwise the unknown will never be subtracted from the cgiirc ip More... over 18 years ago
[svn] Remove s_assert in del_unknown_ip() supposedly if the ip cannot be found, it is not feasible to avoid that case entirely with m_webirc.c. More... over 18 years ago
[svn] Apply ratbox flood fix. More... over 18 years ago
[svn] - fix a bug here More... over 18 years ago
[svn] - regen configure More... over 18 years ago
[svn] - remove "ASM hashing code" from the configure overview More... over 18 years ago
[svn] Target left IRC (more friendly error message if a UID cannot be found) for /invite. More... over 18 years ago
[svn] Remove emptyline craq because it leaks memory on /rehash motd etc. from ratbox 2.2 (anfl/Androsyn) More... over 18 years ago
[svn] Merge old trunk r2767: Copy channel name from command on lowerTS JOIN/SJOIN, this makes the capitalization of the channel name timestamped like modes are. More... over 18 years ago
[svn] Merge old trunk r2065,r2067: channel_modes(): get rid of the trailing space also make the *pbuf check work like it should (don't call IsMember another time if we already gave one parameter) simplify a bit more, update comments More... over 18 years ago
[svn] webirc bugfix More... over 18 years ago
[svn] chghost: refuse spoofs which are empty or start with a colon (would break the protocol) More... over 18 years ago
[svn] Fix description of 043 numeric. More... over 18 years ago
[svn] SAVE: make the nickTS of the UID nick equal to 100, so it is always in sync on the network. More... over 18 years ago
[svn] Force nickTS to increase when a local user changes their nick. More... over 18 years ago
[svn] Remove #define UFLAGS. We haven't allowed this undocumented extension to the IRC protocol for years (allowing an initial umode in USER). More... over 18 years ago
[svn] Move new_local_user hook, so it is possible to call exit_client() from it, refusing the connection. More... over 18 years ago
[svn] Only free PreClient struct when the rest of the Client is freed, not immediately upon exit_client(). Doing this would cause problems with sasl's new_local_user hook vs hooks that exit the client there. More... over 18 years ago
[svn] Use TS6 prefix for server-server JOIN 0. More... over 18 years ago
[svn] Use orighost in kill server notices. More... over 18 years ago