]> jfr.im git - solanum.git/shortlog
solanum.git
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  Mantas Mikulėnasm_sasl: rate-limit SASL REAUTH usage
2016-04-11  Mantas Mikulėnasm_sasl: fix coding style
2016-04-11  Mantas Mikulėnasm_sasl: temporarily reject clients after many failed...
2016-04-11  Elizabeth Myerssend: trim a blank line [ci skip]
2016-04-11  Elizabeth MyersMake directions more clear for disabling OPM
2016-04-10  Elizabeth MyersName the fallback strncasecmp properly [ci skip]
2016-04-10  Elizabeth Myerswhoops, fix a typo
2016-04-10  Elizabeth MyersReplace my shitty fallbacks with those from FreeBSD
2016-04-10  Elizabeth MyersREADME: put git command in backticks [ci skip]
2016-04-10  Elizabeth Myers*sigh* comment these out until travis is fixed.
2016-04-10  Elizabeth MyersAdd these for now until travis actually gets their...
2016-04-10  Elizabeth Myerstravis: install shtool.
2016-04-10  Elizabeth MyersGet rid of install-sh and use shtoolize to create them.
2016-04-10  Elizabeth Myersmodules/m_set: booleanify.
2016-04-10  Elizabeth Myerslibrb: minor adjustments to rb_strcasestr fallback...
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 MyersRemove extraneous whitespace [ci skip]
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-09  Elizabeth MyersProperly clean up build artifacts.
2016-04-08  Elizabeth Myersipv4_from_ipv6: move to librb
2016-04-07  Elizabeth Myerselide messages about not checking blacklists or scannin...
2016-04-07  Elizabeth MyersFix overzealotry in flags fixing.
2016-04-07  Elizabeth MyersGet rid of flags2.
2016-04-07  Elizabeth MyersCleanup defaults.h config file.
2016-04-07  Elizabeth MyersNEWS: add some more relevant items [ci skip]
2016-04-07  Elizabeth MyersNEWS: move news element down to code changes [ci skip]
2016-04-07  Elizabeth MyersNEWS: add module changes
2016-04-07  Elizabeth Myersmodules: fix up display names
2016-04-07  Elizabeth Myersmodules: move module loading/unloading commands to...
2016-04-07  Elizabeth Myersm_stats: use macros to clean up generating the stats...
2016-04-06  Elizabeth MyersRemove useless alias_entry hits member
2016-04-06  Elizabeth Myersm_stats: don't list alias entries twice.
2016-04-06  Elizabeth Myersm_alias: fix an assert
2016-04-06  Elizabeth Myersauthd: clean up refcounting stuff
2016-04-06  Elizabeth Myersauthd: refcounting fixes
2016-04-06  Elizabeth Myersopm: big cleanup
2016-04-06  Elizabeth Myersopm: minor fixes
2016-04-06  Elizabeth Myersm_alias: fix build with --enable-assert
2016-04-06  Elizabeth Myersircd: load modules after conf files
2016-04-06  Elizabeth Myersopm: silly bugfix
2016-04-06  Elizabeth Myersm_alias: minor cleanup
2016-04-06  Elizabeth MyersPartially update a comment
2016-04-06  Elizabeth MyersMove alias handling into a dedicated module.
2016-04-06  Elizabeth Myerss_conf: s_bsd's been gone for a long time... lol
2016-04-06  Elizabeth MyersStatic modules are dead, remove this.
2016-04-06  Elizabeth MyersAdd hook for when rehash is called.
2016-04-06  Elizabeth MyersUse uint32_t for get_provider_id, not int
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-04-05  Elizabeth Myerslibrb: add versions of rb_strcasecmp, rb_strncasecmp...
2016-04-05  Elizabeth Myersauthd: rework module ID system
2016-04-05  Elizabeth MyersClean up the provider status logic.
2016-04-05  Elizabeth Myersauthd: dynamically allocate data and timeout elements
2016-04-05  William Pitcockauthd: mention rDNS in found your hostname message
2016-04-04  Elizabeth Myersauthd: update all providers to new timeout API
2016-04-04  Elizabeth Myersauthd: add provider timeout setting API
2016-04-04  Elizabeth Myersopm: fix typo
2016-04-04  Elizabeth Myersopm: update to new provider data API
2016-04-04  Elizabeth Myersblacklist: update for new provider data API
2016-04-04  Elizabeth Myersident: replace some checks with asserts
2016-04-04  Elizabeth Myersident: update to use new provider data API
2016-04-04  Elizabeth Myersauthd: add provider data getter/setter functions
2016-04-04  Elizabeth MyersDon't send original error message if we're already...
2016-04-04  Elizabeth MyersAnnounce changed capabilities on module load
2016-04-04  staticfoxmodules: Revert mapi_register() to use ints
2016-04-03  William Pitcockwsockd: use text frames
2016-04-03  Elizabeth Myersboolify calls to rehash
2016-04-03  Elizabeth Myersbool-ify modules stuff
2016-04-03  William Pitcockwsockd: set FIN attribute on all frames, we don't fragment
2016-04-03  Elizabeth MyersClean up module loading a bit.
2016-04-03  William Pitcockwsockd: implement plain linebuf draining, finishing...
2016-04-03  William Pitcockwsockd: implement reading of small and large frames...
2016-04-03  Elizabeth Myersprovider: use rb_dlinkAddTail instead of rb_dlinkAdd.
2016-04-03  Elizabeth Myersopm: don't start until we've finished ident and rDNS...
2016-04-03  Elizabeth MyersUpdate warnings in the opm default configs [ci skip]
2016-04-03  Elizabeth Myerslibrb: rb_run_event -> rb_run_one_event
2016-04-03  Elizabeth Myerswin32: change from ircd-ratbox-class to charybdis-class
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 Myersopm: properly disable opm on blacklist deletions.
2016-04-03  Elizabeth Myersnewconf: delete all proxies on rehash
2016-04-03  Elizabeth Myersopm: properly check for duplicate listeners
2016-04-03  Elizabeth Myersauthd: options can have no parameters.
2016-04-03  William Pitcockwsockd: try to flush ircd-side recvq when we call close...
2016-04-03  William Pitcockwsockd: write short frames and long frames using their...
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
next