]> jfr.im git - solanum.git/history - ircd
minor spring cleaning: remove/relocate duplicate/unused includes & macros
[solanum.git] / ircd /
2016-05-14  Aaron Jonesminor spring cleaning: remove/relocate duplicate/unused...
2016-05-14  William Pitcocknewconf: ensure wsock and defer_accept are default...
2016-05-12  Simon Arlottclient: call authd_abort_client with the client that...
2016-05-05  Aaron Jones[sslproc] Use certificate file if key file is not present
2016-05-05  Aaron Jones[sslproc] Allow absense of private key file
2016-05-02  Simon Arlottrandom_ping: stop producing negative values that become...
2016-04-30  Simon Arlottauthd_check: don't try to update bl_stats if it doesn...
2016-04-30  Simon Arlottauthproc: don't try to delete bl_stats if it hasn't...
2016-04-30  Elizabeth Myersauthproc: don't delete during iteration, this is not...
2016-04-29  William Pitcockircd: Channel.bants is not a serial but a timestamp.
2016-04-29  Aaron JonesMention another RFC with regard to deprecating plaintext
2016-04-29  Simon Arlottsslproc: don't send updated config to dead/shutdown...
2016-04-28  Simon Arlottsslproc: reset ssld_wait/spin_count when explicitly...
2016-04-26  Simon Arlottcertfp: Move method name/prefix strings to a separate...
2016-04-25  Simon Arlottgetopt: don't modify argv as it breaks restart()
2016-04-25  Simon Arlottmodules: use exit(EXIT_FAILURE) on failure
2016-04-25  Simon Arlottauthd: wait until the ssl connection is "open" before...
2016-04-25  Simon Arlottsslproc: simplify ssl open callback
2016-04-25  Simon Arlottconf: require certificate fingerprint for SSL connections
2016-04-25  Simon Arlottsslproc: prefix SPKI certfp types to distinguish them...
2016-04-25  Simon Arlottsslproc: send the certftp method on rehash
2016-04-25  Simon Arlottsslproc: use global ServerInfo configuration
2016-04-25  Simon Arlottsslproc: include ssl_cipher_list in length check before...
2016-04-25  Simon Arlottssld: remove init_prng command
2016-04-24  Simon Arlottircd: don't send ERR_NOTREGISTERED to servers
2016-04-24  Simon Arlottlibrb: remove socklen parameter from rb_connect_tcp
2016-04-24  Simon Arlottircd: server connection configuration
2016-04-24  Simon Arlottircd: Don't try to connect to servers that we know...
2016-04-24  Simon Arlottssld: add a callback when the connection is opened
2016-04-23  Simon Arlottircd: parse: add asserts for improper use of mod_add_cm...
2016-04-23  Simon Arlottmodules: add missing break
2016-04-23  Simon Arlottircd: do nothing in client_release_connids if !MyConnect
2016-04-23  Simon Arlottircd: fix assert in client_release_connids
2016-04-23  Simon Arlottssld: Add new certfp_methods spki_sha256 and spki_sha512
2016-04-23  Simon Arlottircd: sslproc: certfp commands have a 9 byte header...
2016-04-23  William Pitcockclient: fix up client_release_connids() too, pointed...
2016-04-23  William Pitcockclient: connid_get() should check MyConnect(), not...
2016-04-23  Simon Arlottmr_server: Report certificate fingerprint mismatches
2016-04-23  Simon Arlottauthproc: set GOT_ID flag when an ident response is...
2016-04-23  staticfoxauthd: Avoid negative array indices
2016-04-16  Elizabeth MyersRevert "Implement the netsplit batch type."
2016-04-15  Elizabeth MyersImplement the netsplit batch type.
2016-04-12  Elizabeth MyersDon't use key member of dictionary iter objects after...
2016-04-12  Elizabeth Myersauthproc: fix a typo
2016-04-12  Elizabeth MyersChange the way authd configures opm
2016-04-11  Mantas MikulėnasMerge pull request #183 from grawity/sasl-fail-throttle-v3
2016-04-11  Elizabeth Myerssend: trim a blank line [ci skip]
2016-04-10  Elizabeth Myerss_user: clean up authd checks
2016-04-10  Elizabeth Myerss_user: enhancements to proxy reporting messages
2016-04-10  Elizabeth MyersFix stupid linux warning
2016-04-10  Elizabeth MyersWrap up authd preclient stuff in its own struct
2016-04-09  staticfoxversion.c.SH: Fix build
2016-04-09  Elizabeth MyersFormatting fixes for credits
2016-04-08  Elizabeth Myersipv4_from_ipv6: move to librb
2016-04-07  Elizabeth MyersGet rid of flags2.
2016-04-07  Elizabeth MyersCleanup defaults.h config file.
2016-04-07  Elizabeth Myersmodules: fix up display names
2016-04-07  Elizabeth Myersmodules: move module loading/unloading commands to...
2016-04-06  Elizabeth MyersRemove useless alias_entry hits member
2016-04-06  Elizabeth Myersircd: load modules after conf files
2016-04-06  Elizabeth MyersMove alias handling into a dedicated module.
2016-04-06  Elizabeth MyersAdd hook for when rehash is called.
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-04-05  Elizabeth Myersauthd: rework module ID system
2016-04-04  Elizabeth MyersAnnounce changed capabilities on module load
2016-04-04  staticfoxmodules: Revert mapi_register() to use ints
2016-04-03  Elizabeth Myersboolify calls to rehash
2016-04-03  Elizabeth Myersbool-ify modules stuff
2016-04-03  Elizabeth MyersClean up module loading a bit.
2016-04-03  Elizabeth MyersUse rb_dlink_list_length... == 0, not !rb_dlink_list_length
2016-04-03  Elizabeth MyersSend enabling message to opm at the end of opm block.
2016-04-03  Elizabeth Myersnewconf: delete all proxies on rehash
2016-04-03  Elizabeth Myersauthproc: minor fixes
2016-04-03  Elizabeth Myersdns: don't use zero ID's
2016-04-03  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-04-03  Elizabeth Myersauthproc: rehash on authd restart
2016-04-03  Elizabeth Myersauthproc: add more API's for opm management
2016-04-03  Elizabeth MyersTweak some configuration semantics of opm
2016-04-03  Elizabeth Myersauthproc: pad leading 0 for localhost IP's
2016-04-02  Elizabeth Myersopm: add support for HTTPS CONNECT proxies.
2016-04-02  Elizabeth MyersRename authd.[ch] on ircd side to authproc.[ch] to...
2016-04-02  Elizabeth Myersauthd: warn on a bad command
2016-04-02  Elizabeth Myersauthd: minor cleanups
2016-04-02  Elizabeth Myersauthd: clean up command handling with a table
2016-04-02  Elizabeth Myersauthd: fix race on the ircd side.
2016-04-02  Elizabeth Myersauthd: when aborting, don't just do read_packet.
2016-04-02  Elizabeth Myersopm: add adjustable timeout values
2016-04-02  William Pitcockircd: conf: properly calculate the number of wsockd...
2016-04-02  Elizabeth MyersAdd HTTP CONNECT proxy scanning
2016-04-02  William Pitcockircd: wsproc: cleanups
2016-04-02  William Pitcockircd: integrate ircd side of wsockd support
2016-04-02  Elizabeth MyersAdd exempt logic for open proxies
2016-04-02  Elizabeth Myersopm: allow scanners to be configurable
2016-04-02  Elizabeth Myersauthd: small cleanup
2016-04-02  Elizabeth Myersauthd: more minor cleanups
2016-04-02  Elizabeth Myersircd/authd: cleanups
2016-04-01  Elizabeth MyersAdd opm stuff to default configs
2016-04-01  Elizabeth Myersauthd: fix API boo boo
2016-04-01  Elizabeth Myersauthd: remove some whitespace
2016-04-01  Elizabeth Myersauthd: add API for setting OPM listeners
next