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
about 22 hours
ago. based on code collected
about 22 hours
ago.
Sep 14, 2024 — Sep 14, 2025
Showing page 491 of 500
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use ERR_NOPRIVS when an oper is not allowed to see admin-only /stats. This includes opers without the admin flag and admins on other servers.
Jilles Tjoelker
More...
over 17 years ago
Fix type mismatch with format string. Could have broken on some 64-bit machines.
Jilles Tjoelker
More...
over 17 years ago
Note that +i must be included in default_umodes.
Jilles Tjoelker
More...
over 17 years ago
Add force_user_invis extension from charybdis+sn. Forces nonopers +i.
Jilles Tjoelker
More...
over 17 years ago
Fix compiler warning.
Jilles Tjoelker
More...
over 17 years ago
Fix Invalid CAP subcommand error if the user has no nick.
Jilles Tjoelker
More...
over 17 years ago
Cleanups to 005 code, from ratbox (androsyn).
Jilles Tjoelker
More...
over 17 years ago
target change: use fnv32 hash of UID instead of pointer to identify clients This way, the information remains valid after a split. For clients on TS5 servers, the nick is used; this is not much of a problem because these are on pseudoservers and not assumed to change nick much at all.
Jilles Tjoelker
More...
over 17 years ago
Generate include/serno.h from the hg revision data. The code is inspired by the code in atheme-services, but * it uses 'hg parents' instead of 'hg tip' so it will also work if the working directory is not updated to the latest version in the local repository * the format is different (date-shorthash instead of revnum:shorthash) * some sort of serno.h is always generated, be it "unknown" only
Jilles Tjoelker
More...
over 17 years ago
Hide cmode +r from 005 if there is no service{} block.
Jilles Tjoelker
More...
over 17 years ago
sgml docs: mention that connect::topicburst is now enabled by default
Jilles Tjoelker
More...
over 17 years ago
Clearer error messages for failed joins.
Jilles Tjoelker
More...
over 17 years ago
Show some target change statistics in /stats t. - the number of messages blocked by target change on this server since it was started - the number of IPs currently subject to a a lower target limit on this server (these expire over time)
Jilles Tjoelker
More...
over 17 years ago
Update copyright year in sgml documentation.
Jilles Tjoelker
More...
over 17 years ago
Add more details to stats in sgml docs.
Jilles Tjoelker
More...
over 17 years ago
Update docs for change to masked stats k/K.
Jilles Tjoelker
More...
over 17 years ago
Remove CHFL_DEOPPED entirely. Since charybdis 2.3 will require TS6, emulating legacy semantics is unnecessary.
William Pitcock
More...
over 17 years ago
Remove CHFL_DEOPPED check from TMODE. This check sometimes blocks oper overrides (OMODE). It does not stop any hacks that the channelTS check already stops, because CHFL_DEOPPED is only set when this server ignored an @ in an incoming SJOIN (the SJOIN is then propagated without the @) and this can only be because of a TS difference.
Jilles Tjoelker
More...
over 17 years ago
Fix a UID leak.
Jilles Tjoelker
More...
over 17 years ago
Default connect::flags topicburst to true. Use ~topicburst if you must disable it.
Jilles Tjoelker
More...
over 17 years ago
Update /stats z for removal of struct User from whowas. This was done in hybrid 5 or earlier...
Jilles Tjoelker
More...
over 17 years ago
send_linebuf_remote(): Remove broken and useless ghost check that can never happen.
Jilles Tjoelker
More...
over 17 years ago
Fix some split servers not appearing in oper /map. Needed another scache_split() call, in qs_server().
Jilles Tjoelker
More...
over 17 years ago
Remove silly a2client_p, entirely pointless since User.server removal. (and was pointless since Client.servptr was introduced)
Jilles Tjoelker
More...
over 17 years ago
kline_exempt does not exempt from D:lines, so don't tell user it does.
Jilles Tjoelker
More...
over 17 years ago
PRIVS: Show name of operator block. Change the "O" to "operator:<name>".
Jilles Tjoelker
More...
over 17 years ago
Remove FLAGS2_NOLIMIT (IsExemptLimits/SetExemptLimits). This only has an effect at connection time, and the ConfItem flag suffices for that.
Jilles Tjoelker
More...
over 17 years ago
Add two missing colons for sendto_one_notice().
Jilles Tjoelker
More...
over 17 years ago
Add PRIVS extension, a command that shows oper and some auth{} privileges.
Jilles Tjoelker
More...
over 17 years ago
flag_table -> oper_table (more descriptive name)
Jilles Tjoelker
More...
over 17 years ago
←
1
2
…
487
488
489
490
491
492
493
494
495
…
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