0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 14, 2024 — Sep 14, 2025
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. More... over 17 years ago
Fix type mismatch with format string. Could have broken on some 64-bit machines. More... over 17 years ago
Note that +i must be included in default_umodes. More... over 17 years ago
Add force_user_invis extension from charybdis+sn. Forces nonopers +i. More... over 17 years ago
Fix compiler warning. More... over 17 years ago
Fix Invalid CAP subcommand error if the user has no nick. More... over 17 years ago
Cleanups to 005 code, from ratbox (androsyn). 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. 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 More... over 17 years ago
Hide cmode +r from 005 if there is no service{} block. More... over 17 years ago
sgml docs: mention that connect::topicburst is now enabled by default More... over 17 years ago
Clearer error messages for failed joins. 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) More... over 17 years ago
Update copyright year in sgml documentation. More... over 17 years ago
Add more details to stats in sgml docs. More... over 17 years ago
Update docs for change to masked stats k/K. More... over 17 years ago
Remove CHFL_DEOPPED entirely. Since charybdis 2.3 will require TS6, emulating legacy semantics is unnecessary. 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. More... over 17 years ago
Fix a UID leak. More... over 17 years ago
Default connect::flags topicburst to true. Use ~topicburst if you must disable it. More... over 17 years ago
Update /stats z for removal of struct User from whowas. This was done in hybrid 5 or earlier... More... over 17 years ago
send_linebuf_remote(): Remove broken and useless ghost check that can never happen. More... over 17 years ago
Fix some split servers not appearing in oper /map. Needed another scache_split() call, in qs_server(). More... over 17 years ago
Remove silly a2client_p, entirely pointless since User.server removal. (and was pointless since Client.servptr was introduced) More... over 17 years ago
kline_exempt does not exempt from D:lines, so don't tell user it does. More... over 17 years ago
PRIVS: Show name of operator block. Change the "O" to "operator:<name>". 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. More... over 17 years ago
Add two missing colons for sendto_one_notice(). More... over 17 years ago
Add PRIVS extension, a command that shows oper and some auth{} privileges. More... over 17 years ago
flag_table -> oper_table (more descriptive name) More... over 17 years ago