0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] Fix some cases where the size argument to strlcpy() for usernames and hostnames is 1 too small. More... over 18 years ago
[svn] Cut down quit/part/kick reasons to avoid quit reasons overflowing the client exiting server notice (from TOPICLEN to 260). kill reasons become shorter accordingly. kline/dline/gline reasons become 390. away messages stay at TOPICLEN for now. More... over 18 years ago
[svn] Don't leak auth{} spoofed IP addresses in +f notices. from ratbox (androsyn) More... over 18 years ago
[svn] Make oper_up() take +i/-i during opering up into account (e.g. no_oper_invis extension, +i in operator::umodes). Remove the hack from no_oper_invis. More... over 18 years ago
[svn] no_oper_invis: decrement invisible count when clearing invisible on a local client who has just opered up oper_up() should really do this More... over 18 years ago
[svn] Put "End of Channel Quiet List" instead of "End of Channel Ban List" for a +q list. Due to client restrictions the numerics for quiet lists must be the same as for ban lists. More... over 18 years ago
[svn] Port over ratbox 2.2 r23507, r23624, r23626 (jilles/anfl): Change TS6 JOIN processing - don't send out simple modes in TS6 JOIN and TS5 SJOIN when a local user joins an existing channel - don't send out simple modes in TS6 JOIN and TS5 SJOIN when propagating a TS6 JOIN - don't interpret simple modes in an incoming TS6 JOIN More... over 18 years ago
[svn] Make -logfile work again. More... over 18 years ago
[svn] - fix off-by-one memory overflow error. More... over 18 years ago
[svn] Change handling of modularized umodes: - keep the bitmask reserved forever to the letter, fixing the problems when loading multiple umode modules, unloading them and then loading them in a different order - don't allow local users to change umodes which have been unloaded and don't set them on new users via default_umodes More... over 18 years ago
[svn] Move find_umode_slot() from libcharybdis/tools.c to src/s_user.c. More... over 18 years ago
[svn] DNSBL keyword substitution is available as of 2.1.3. More... over 18 years ago
[svn] Change two occurances like match(userinput, target_p->name) || match(target_p->name, userinput) to just match(userinput, target_p->name). No client name can contain * or ? now. More... over 18 years ago
[svn] Do not try find_server() on a name find_client() has returned NULL for, as this will always return NULL since the removal of hostmasking. More... over 18 years ago
[svn] Remove server_exists() which checked whether the server name existed taking hostmasking into account and just check with find_server(); admittedly this checks if the name is a SID but that's not a real problem. More... over 18 years ago
[svn] Remove hash_find_masked_server(), which made it possible to specify the full (unmasked) name of a server behind a hostmask. As a result find_any_client() (for prefixes) becomes equal to find_client(), so remove that too. More... over 18 years ago
[svn] Remove '*' from valid server name characters. This makes it impossible to connect hostmasked servers. (This support didn't work well anyway, was incompatible with TS6 and we never masked ourselves.) More... over 18 years ago
[svn] Change spambot, flooder and jupe joiner notices from host to orighost. More... over 18 years ago
[svn] Add documentation for SASL client protocol, same as atheme doc/SASL. More... over 18 years ago
[svn] Include real hostname in Closing Link message for unknown connections that have sent USER. This is helpful for k-lined users while not breaking server IP hiding. More... over 18 years ago
[svn] Rerun autoconf. More... over 18 years ago
[svn] - nick[us...@host] -> nick!us...@host in kill messages. based on jilles' change in 3.0 More... over 18 years ago
[svn] Backport from early 3.x: More... over 18 years ago
[svn] - keyword-subst from charybdis 2.2. More... over 18 years ago
[svn] - version bump to 2.2.0 More... over 18 years ago
[svn] - the new plan: + branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff More... over 18 years ago