]> jfr.im git - solanum.git/shortlog
solanum.git
2016-06-01  Aaron Joneswsproc: compile out dead code
2016-06-01  Aaron Jonesrestart: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesircd_signal: a function that tailcalls a noreturn funct...
2016-06-01  Aaron Jonesircd: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesgetopt: a function that calls exit(3) should be marked...
2016-06-01  Aaron Jonesdns: make function used only within this unit static
2016-06-01  Aaron Jonesclass: remove unused macros
2016-06-01  Aaron Joneschmode: remove unreachable break statement
2016-06-01  Aaron Joneschmode: silence harmless uninitialised variable warning
2016-06-01  Aaron Joneschannel: silence harmless uninitialised variable warning
2016-06-01  Aaron Jonesbandbi: a function that calls exit(3) should be marked...
2016-06-01  Aaron Jonesauthproc: don't shadow variable decls, avoid reserved...
2016-06-01  Aaron Joneslibrb: silence some fairly harmless compiler warnings
2016-06-01  Aaron Jonesopenssl: use snprintf(3) instead of rb_snprintf()
2016-06-01  Aaron Jonesopenssl: More LibreSSL compatibility
2016-05-25  Aaron Jonesopenssl: change how we load DH parameters
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-15  Aaron Jonesappveyor: correct version
2016-05-15  Aaron Jonesircd_lexer: fix another crash with the same cause
2016-05-15  Aaron Jonesircd_lexer: fix crash with very large config option...
2016-05-14  Aaron Jonesminor spring cleaning: remove/relocate duplicate/unused...
2016-05-14  William Pitcockmakerelease: fix DATECODE output
2016-05-14  William PitcockNEWS: document websocket availability
2016-05-14  William Pitcockconfig: document websocket options
2016-05-14  William Pitcocknewconf: ensure wsock and defer_accept are default...
2016-05-14  Aaron Jonesstarttls: Allow command usage with backends other than...
2016-05-12  Simon Arlottm_alias: correctly construct string to be sent
2016-05-12  Simon Arlottbandb: sqlite3: use getpagesize() on FreeBSD
2016-05-12  Simon Arlottwsockd: include stdinc.h so that sys/types.h is include...
2016-05-12  Simon Arlottlibrb: define UINT32_MAX for FreeBSD 4.8
2016-05-12  Simon Arlottlibrb: support rb_path_to_self on FreeBSD 4.8
2016-05-12  Simon Arlottclient: call authd_abort_client with the client that...
2016-05-12  William PitcockMerge pull request #191 from GLolol/patch-1
2016-05-12  James Ludoc: add extensions/chm_nonotice to example confs
2016-05-05  Aaron Jones[Documentation] Increase bitlength recommendation for...
2016-05-05  Aaron Jones[Documentation] Reflect that ssl_private_key is now...
2016-05-05  Aaron Jones[sslproc] Use certificate file if key file is not present
2016-05-05  Aaron JonesTravis CI: Build against sqlite3 library
2016-05-05  Aaron Jones[mbedtls] Various fixes and improvements
2016-05-05  Aaron Jones[TLS Backends] Make version strings more useful and...
2016-05-05  Aaron Jones[TLS Backends] Allow absense of private key file
2016-05-05  Aaron Jones[sslproc] Allow absense of private key file
2016-05-03  Aaron JonesFix possible crash when DH parameters are not provided
2016-05-02  Simon Arlottrandom_ping: stop producing negative values that become...
2016-05-01  Simon Arlottauthd: fix reference far off the end of the array on...
2016-05-01  Simon Arlottauthd: remove unused variable id from accept_client
2016-05-01  Simon Arlottauthd: allocate the correct size of auth_client_data
2016-05-01  Simon Arlottauthd: Only use refcount for reference counting
2016-05-01  Simon Arlottauthd: fix auth->cid type sizes
2016-05-01  Simon Arlottauthd: fix memory leak in start_auth
2016-05-01  Simon Arlottauthd: don't call cancel_providers recursively
2016-05-01  Simon Arlottauthd: use a list for auth_providers
2016-05-01  Elizabeth Myersm_alias: restore old behaviour of joining all parameters.
2016-05-01  William Pitcockstage for charybdis 4-beta1.
2016-05-01  William Pitcocklibrb: fix commio build on win32
2016-05-01  William Pitcockauthd: provider: make refcounting system less fragile
2016-05-01  William PitcockRevert "authd: change to lists instead of dictionaries...
2016-04-30  Aaron Jones[openssl] Forward-port some more cleanups from fixes...
2016-04-30  Simon Arlottauthd: don't decrement refcount twice when accepting...
2016-04-30  Simon Arlottm_stats: don't try to access bl_stats if it doesn't...
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  Simon Arlottlibrb: shutdown() listening sockets pending close(...
2016-04-30  Elizabeth Myersopm: use rb_dlinkDelete instead of rb_dlinkFindDelete.
2016-04-30  Elizabeth Myersauthd: change to lists instead of dictionaries for...
2016-04-30  William Pitcocklibrb: rb_path_to_self(): use sysctl(2) interface on...
2016-04-30  Elizabeth Myersauthproc: don't delete during iteration, this is not...
2016-04-30  William Pitcocklibrb: linebuf: don't reinvent rb_dlinkAddTailAlloc().
2016-04-30  Elizabeth Myersauthd: don't try to do anything on exit, it's too preca...
2016-04-30  William Pitcocktools: fix stub rb_strcasecmp() build
2016-04-29  William Pitcockircd: Channel.bants is not a serial but a timestamp.
2016-04-29  Simon Arlottlibrb: close FDs when they're freed (outside of select...
2016-04-29  Aaron JonesMention another RFC with regard to deprecating plaintext
2016-04-29  Aaron Jones[openssl] More improvements to the backend
2016-04-29  Simon Arlottopenssl: set ciphers on client connections too
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-27  Aaron Jones[mbedtls] correct printf argument count
2016-04-27  Aaron JonesPartially revert previous commit
2016-04-27  Aaron Jones[TLS backends] Miscellaneous fixes
2016-04-27  Simon Arlottopenssl: don't allow certificates outside the validity...
2016-04-27  Simon Arlottepoll: don't try to read from closed FDs
2016-04-27  Aaron Jones[openssl] support ECDHE on more than one curve when...
2016-04-26  Simon Arlottmkfingerprint: use certfp method names from certfp.h
2016-04-26  Simon Arlottadd mkfingerprint program
2016-04-26  Simon Arlottcertfp: Move method name/prefix strings to a separate...
2016-04-26  Simon Arlottlibrb: gnutls: check return value of fread()
2016-04-25  Simon Arlottircd.conf.example: use certfp_method = spki_sha256
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 Arlottopenssl: accept more certificate verify errors as valid
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
next