]> jfr.im git - solanum.git/history - ircd/modules.c
Merge pull request #313 from edk0/spoof-chban
[solanum.git] / ircd / modules.c
2020-01-02  Aaron JonesMerge pull request #302 from edk0/sasl-usercloak
2020-01-02  Aaron JonesMerge pull request #297 from bmwiedemann/date
2020-01-02  Aaron JonesMerge pull request #303 from edk0/modreload-uaf
2020-01-02  Ed Kellettmodules: fix use-after-free when reloading
2019-11-17  Aaron JonesMerge pull request #296 from edk0/modreload
2019-11-17  Ed Kellettm_modules: make modreload work like restart
2019-09-07  Aaron JonesMerge pull request #277 from edk0/helpops
2019-09-07  Aaron JonesMerge pull request #278 from edk0/override
2019-09-07  Aaron JonesMerge pull request #275 from edk0/override-immunity
2019-09-07  Aaron JonesMerge pull request #276 from edk0/deferred-cap-notify
2019-09-07  Ed KellettDeferred capability notifications from modules
2017-08-04  Simon Arlottremove unused variables
2017-07-29  Simon ArlottRevert "Core modules cannot be unloaded, otherwise...
2016-12-28  Aaron JonesWhen a remote MODRESTART command is received, it will...
2016-06-25  William PitcockMerge branch 'master' into release/4
2016-06-22  William PitcockMerge pull request #196 from jevolk/master
2016-06-22  Jason VolkCore modules cannot be unloaded, otherwise bad things...
2016-06-18  William PitcockMerge branch 'master' into release/4
2016-06-18  William Pitcockmodules: serious cleanups
2016-06-18  William Pitcockmodules: cleanups
2016-05-14  Aaron Jonesminor spring cleaning: remove/relocate duplicate/unused...
2016-04-25  Simon Arlottmodules: use exit(EXIT_FAILURE) on failure
2016-04-23  Simon Arlottmodules: add missing break
2016-04-07  Elizabeth Myersmodules: fix up display names
2016-04-07  Elizabeth Myersmodules: move module loading/unloading commands to...
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
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-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-25  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-24  William Pitcockircd: start staging for relocatable paths
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-22  William PitcockMerge pull request #171 from staticfox/warnings
2016-03-22  Matt UllmanCleanup warnings
2016-03-20  William Pitcockmodules: fix thinko
2016-03-20  William Pitcockircd: modules: findmodule_byname(): also check LT_MODUL...
2016-03-20  William Pitcockircd: modules: use LT_MODULE_EXT more consistently
2016-03-20  William Pitcockmodules: warning cleanups
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-18  Elizabeth Myersmodules: fix stupid GCC false positive warning.
2016-03-13  Elizabeth Myersmodules: can .la suffix.
2016-03-09  Elizabeth MyersMore bool conversions
2016-03-09  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-09  Elizabeth MyersMessage handlers should return void.
2016-03-08  William Pitcockircd: fix up some iwarn() calls which referred to L_MAIN
2016-03-08  William Pitcockmodules: using labs() for date math is unsafe
2016-03-08  Elizabeth MyersAdd ircd serials to AV2.
2016-03-07  Elizabeth Myersmodules: show module provenance in modlist
2016-03-07  Elizabeth Myersmodules: tag origin at load time.
2016-03-06  Elizabeth Myersmodules: add origin field to V2
2016-03-06  Elizabeth Myersmodules: show descriptions in list
2016-03-06  Elizabeth Myersmodules: add description field
2016-03-06  Elizabeth Myersmodules: wow, that was a dumb error.
2016-03-06  Elizabeth Myersmodules: add new MAPI V2
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-02-19  William Pitcockmsg: remove last vestiges of the fakelag system. chary...
2016-02-11  William Pitcockircd: change MessageHandler to include a MsgBuf pointer...
2016-02-10  William PitcockMerge pull request #140 from viatsko/remove-snprintf
2016-02-10  Valerii IatskoRemove libratbox's snprintf.c, update related ircd...
2016-02-09  William Pitcockircd: various memory leak fixes from pull requests
2016-01-12  William Pitcockircd: implement support for remote module load/unload...
2016-01-06  William Pitcockmodules: revert lt_dlopenext() change
2016-01-06  William Pitcockmodules: use lt_dlopenext() to make the config look...
2016-01-06  William Pitcockgeneral: remove last vestiges of static modules support...
2016-01-06  William Pitcockrename src to ircd, libcore to libircd