openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
matrix-construct
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 500 of 500
Search / Filter on:
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.
jilles
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.
jilles
More...
over 18 years ago
[svn] Don't leak auth{} spoofed IP addresses in +f notices. from ratbox (androsyn)
jilles
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.
jilles
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
jilles
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.
jilles
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
jilles
More...
over 18 years ago
[svn] Make -logfile work again.
jilles
More...
over 18 years ago
[svn] - fix off-by-one memory overflow error.
nenolod
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
jilles
More...
over 18 years ago
[svn] Move find_umode_slot() from libcharybdis/tools.c to src/s_user.c.
jilles
More...
over 18 years ago
[svn] DNSBL keyword substitution is available as of 2.1.3.
jilles
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.
jilles
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.
jilles
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.
jilles
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.
jilles
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.)
jilles
More...
over 18 years ago
[svn] Change spambot, flooder and jupe joiner notices from host to orighost.
jilles
More...
over 18 years ago
[svn] Add documentation for SASL client protocol, same as atheme doc/SASL.
jilles
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.
jilles
More...
over 18 years ago
[svn] Rerun autoconf.
jilles
More...
over 18 years ago
[svn] - nick[us...@host] -> nick!us...@host in kill messages. based on jilles' change in 3.0
nenolod
More...
over 18 years ago
[svn] Backport from early 3.x:
nenolod
More...
over 18 years ago
[svn] - keyword-subst from charybdis 2.2.
nenolod
More...
over 18 years ago
[svn] - version bump to 2.2.0
nenolod
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
nenolod
More...
over 18 years ago
←
1
2
…
492
493
494
495
496
497
498
499
500
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree