]> jfr.im git - irc/freenode/solanum.git/history - modules
Start CI configuration for Github Actions
[irc/freenode/solanum.git] / modules /
2020-11-30  Ed Kellettchmode: end the grace period more intelligently (#84)
2020-11-19  Doug Freedm_challenge: various fixes
2020-11-18  jessadd ConfigFileEntry.oper_secure_only, to require TLS...
2020-11-14  Ed KellettGet rid of hub_mask/leaf_mask
2020-11-13  Doug Freedm_monitor: refactor to use multiline
2020-11-13  Doug Freedm_privs: refactor to use multiline
2020-11-13  Doug Freedm_whois: refactor channel list to use multiline
2020-11-13  Doug Freednames: refactor to use multiline
2020-11-13  Doug Freedm_cap: refactor clicap_generate to use multiline
2020-11-09  Ed Kellettm_info: Add some missing things
2020-11-09  Ed Kellettm_info: string constness
2020-11-09  Ed Kellettm_info: remove repetition
2020-11-09  Ed Kellettm_info: be type-safe, somewhat enforced by macros
2020-11-09  Ed KellettRemove some unnecessary commenty things
2020-11-09  Ed KellettAdd /stats s to list secure blocks
2020-11-08  Ed KellettAdd general::stats_l_oper_only
2020-11-08  jessmake more snotes L_NETWIDE
2020-11-08  Ed KellettAdd general::hidden_caps
2020-11-07  Doug Freedm_cap: simplify cap_req, remove multiline
2020-11-06  Ed Kellettm_message: Initiate message echo on target server
2020-11-01  Ed KellettMultiply out handle_remote_unresv
2020-11-01  Ed KellettRemove shared blocks
2020-10-31  Ed KellettRename UMODE_SSLCLIENT, IsSSLClient
2020-10-31  Ed KellettReplace IsInsecure with IsSecure
2020-10-27  Ed Kellettm_message: global snote when massnotice is used
2020-10-27  Eric MertensCombine stats A output parameters (#35)
2020-10-25  Ed KellettUnify oper:{global,local}_kill
2020-10-24  Ed KellettAdd a cap_change hook
2020-10-23  Ed Kellettm_testline: Complain on formerly-silent failures
2020-10-23  Ed KellettAdd /testkline
2020-10-21  Ed Kellettum_callerid: Use newer common channel iteration
2020-10-19  Ed Kellettm_cap: Try to append caps even if one is too long
2020-10-19  Ed KellettMint CLICAP_FLAGS_PRIORITY
2020-10-19  Ed KellettKill CLICAP_FLAGS_REQACK
2020-10-19  Ed KellettRefactor common channel iteration
2020-10-19  Ed KellettUse linear channel list comparisons
2020-10-19  Ed Kellettm_names: honour userhost-in-names for global NAMES
2020-10-18  Ed Kellettm_dline: don't fail on /dline <time>
2020-10-16  Ed KellettImplement the solanum.chat/identify-msg vendor cap
2020-10-15  Ed KellettInnovation by sed
2020-08-06  Aaron JonesMerge pull request #355 from edk0/kline-cidr
2020-08-06  Aaron JonesMerge pull request #288 from edk0/umode-o-split
2020-08-04  Ed Kellettm_stats: Remove outdated comment
2020-08-04  Ed Kellettm_stats: use oper:privs for /stats O
2020-08-04  Ed Kellettm_stats: Rework privilege requirements
2020-08-04  Ed Kellettm_stats: use designated initializers
2020-08-04  Ed KellettAdd auspex:hostname
2020-08-04  Ed KellettAdd oper:testline
2020-08-04  Ed KellettAdd oper:privs
2020-08-04  Ed KellettReplace most checks for +o with oper:general
2020-08-04  Aaron JonesMerge pull request #359 from edk0/stats-l-operhide
2020-08-03  Ed Kellettm_stats: Make /stats l respect oper hiding
2020-07-27  Aaron JonesMerge pull request #352 from edk0/grant-oper-data
2020-07-26  Ed Kellettm_dline: make apply_undline permissive
2020-07-26  Ed Kellettm_dline: Make error notices more verbose
2020-07-26  Ed Kellettm_dline: Abort early if host isn't an IP address
2020-07-26  Ed KellettAdd error handling to parse_netmask()
2020-07-25  Aaron JonesMerge pull request #353 from edk0/privs-strtok
2020-07-25  Ed Kellettm_privs: don't leave a damaged privset behind
2020-07-16  Ed Kellettm_grant: zero-initialize struct oper_conf
2020-07-12  Simon ArlottMerge pull request #351 from ophion-project/upstream...
2020-07-11  Unit 193Fix a couple typos.
2020-07-11  Aaron JonesMerge pull request #342 from ophion-project/upstream...
2020-07-11  Ariadne Conillcallerid: fix a missed instance of hardcoded +g
2020-07-11  Ariadne Conillcallerid: fix invite case
2020-07-11  Ariadne Conillcallerid: align soft caller-id behavior with ircd-hybri...
2020-07-09  Ariadne Conillsasl: use mapi_cap_list_v2 correctly
2020-07-09  Ariadne Conillmessage: run privmsg_user hook on both source and target
2020-07-09  Ariadne Conillcallerid: actually the guard should be for source_p
2020-07-09  Ariadne Conillcallerid: only check the target's accept list on their...
2020-07-09  Ariadne Conillcallerid: use public isupport_umode
2020-07-09  Ariadne Conillcallerid: has_common_channels(): fix return value
2020-07-09  Ariadne Conillcallerid: fix module description
2020-07-09  Ariadne Conillcallerid: unregister usermode +g if usermode +G cannot...
2020-07-09  Ariadne Conillcallerid: use hdata.error where available
2020-07-09  Ariadne Conillcallerid: catch find_umode_slot() failures
2020-07-09  Ariadne Conillcallerid: use invite instead of can_invite hook
2020-07-09  Ariadne Conillcallerid: implement relaxed caller id mode (+G)
2020-07-09  Ariadne Conillcallerid: fix up isupport
2020-07-09  Ariadne Conillcallerid: don't clobber other modules
2020-07-09  Ariadne Conilladd callerid module
2020-07-09  Ariadne Conillmessage: remove hardcoded +G logic
2020-07-09  Ariadne Conillinvite: remove hardcoded callerid logic
2020-07-09  Simon ArlottMerge remote-tracking branch 'ophion/upstream/dnsbl...
2020-07-07  Aaron JonesMerge pull request #345 from edk0/alias
2020-07-06  Aaron JonesMerge pull request #346 from edk0/opmod-as-statusmsg
2020-07-06  Janik KleinhoffMake 5614c9e6f0b (opmod as fake statusmsg) optional
2020-07-06  Aaron JonesMerge pull request #347 from edk0/hide-tls-info
2020-07-06  Ariadne Conillircd: rename DNSBL entries from blacklist to dnsbl_entry.
2020-07-05  Ed KellettAdd general::tls_ciphers_oper_only
2020-07-05  Ed Kellettm_alias: Preserve protocol framing characters
2020-06-29  Aaron JonesMerge pull request #343 from xnrand/patch-ison-unreg...
2020-06-27  Aaron Jonesm_invite: remove redundant block of code missed by...
2020-06-27  Aaron JonesMerge pull request #341 from ophion-project/upstream...
2020-06-26  Ariadne Conillregonlymsg: use hdata.error where available
2020-06-26  xnrandm_ison: Do not report unregistered connections
2020-06-26  Ariadne Conillregonlymsg: catch find_umode_slot() failure
2020-06-26  Ariadne Conillregonlymsg: use invite instead of can_invite hook
2020-06-26  Ariadne Conillinvite: revert the ERR_CHANOPRIVSNEEDED change too
2020-06-26  Ariadne ConillRevert "invite: rework the way can_invite hook is called"
next