aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Import Atheme commit 7c6c181. Add a conversion tool from ratbox-services to ...Gravatar Ben C2017-11-195-0/+324
* Import Atheme commits 4b14230, 155f79c, and 6731f60.Gravatar Ben C2017-10-071-1/+1
* Import Atheme commits 06ecc51 and 631e300.Gravatar Ben C2017-10-061-7/+14
* contrib/cap_sasl: This should reference SET PUBKEY.Gravatar Ben C2017-09-171-2/+1
* More Irssi cap_sasl.pl fixes. Import Atheme commits a58a167 and 07a8173.Gravatar Ben C2017-08-271-31/+75
* More contrib/cap_sasl.pl fixes. Import Atheme commits cc57e72, 3ac70dd, and ...Gravatar Ben C2017-08-261-6/+8
* Update cap_sasl.pl to 1.8a, importing various fixes and extra features. Impo...Gravatar Ben C2017-08-261-87/+187
* saslserv: drop support for DH-AES and DH-BLOWFISH•••Both mechanisms have serious design flaws which make them insecure. To fix the design flaws would make both mechanisms incompatible with current implementations, and provide little-to-no gain over using PLAIN in a TLS channel instead. Thusly, we drop support for them. Gravatar William Pitcock2014-08-191-103/+0
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-081-1/+1
* contrib/anope-1.9.2-convert.php: Port hostserv metadata changesGravatar Alex Iadicicco2014-05-161-0/+4
* contrib/cap_sasl.pl: fix $PATH check•••Empty tokens in $PATH are supposed to mean "current directory". Gravatar Mantas Mikulėnas2014-02-231-2/+2
* contrib/cap_sasl.pl: do not crash if timeout happens after disconnectingGravatar Mantas Mikulėnas2014-02-231-1/+1
* contrib/cap_sasl.pl: make the code less repetititiveGravatar Mantas Mikulėnas2014-02-231-7/+8
* contrib/cap_sasl.pl: rename `state` to `step` as other SASL implementations c...Gravatar Mantas Mikulėnas2014-02-231-4/+4
* contrib/anope-1.9.2-convert: fix typoGravatar Shockk2014-02-111-1/+1
* contrib/cap_sasl.pl: be nice to non-IRC plugins•••Irssi supports plugins for other protocols, like ICB or SILC. Let's not send IRC-specific commands to those. Gravatar Mantas Mikulėnas2014-02-031-1/+3
* contrib/cap_sasl.pl: add SASL ECDSA-NIST256P-CHALLENGE•••Largely based on the version in atheme/ecdsatool, but with some minor fixes like checking if the tool is in $PATH... Gravatar Mantas Mikulėnas2014-01-281-4/+42
* contrib/cap_sasl.pl: add SASL EXTERNALGravatar Mantas Mikulėnas2014-01-281-2/+8
* contrib/cap_sasl.pl: import fixes from freenode's 1.5••• - fall back to Crypt::DH::GMP::Compat on Ubuntu - ensure that the auth file is not world-readable - increase timeout to 7.5s - update the specification URL Gravatar Mantas Mikulėnas2014-01-281-10/+32
* contrib/cap_sasl.pl: s/use/require/ inside eval blocks•••If the module doesn't exist, 'use' causes a compile-time failure, which defeats the purpose of using an eval{} here. This has already been fixed in other sources of the script. Gravatar Mantas Mikulėnas2014-01-281-9/+9
* Remove gender-specific pronounsGravatar Sam Dodrill2013-12-011-3/+3
* DH-AES: Minor optimisations and comment cleanupsGravatar Elizabeth Myers2013-04-151-4/+4
* Add DH-AES support to cap_sasl.pl•••I'm too lazy/grief stricken over my cat dying to bother with ECDSA-NIST256p-CHALLENGE. Sorry. Gravatar Elizabeth Myers2013-04-141-1/+48
* contrib/anope_convert: handle possibility where ak->user may be an empty stri...•••I would like to reiterate that Anope's data structures are some of the worst data structures in terms of consistency that I have ever encountered in my now 12-year career of programming. Gravatar William Pitcock2012-09-301-3/+10
* anope_convert: checking for non-NULL is not enough for metadata fields, also ...Gravatar William Pitcock2012-04-251-11/+13
* Make contrib/pythonxmlrpc.py work again.Gravatar Jilles Tjoelker2011-12-041-1/+1
* contrib/anope_convert: Attempt to fix migration of users to opensexGravatar Stephen Bennett2011-04-291-1/+1
* contrib/anope_convert: convert +q and +a prefixes.Gravatar JD Horelick2011-04-211-3/+4
* contrib/anope_convert: Set the modified time on chanacs entries to 0.Gravatar JD Horelick2011-04-211-4/+4
* contrib/README: Update with the new action of anope_convert.cGravatar JD Horelick2011-04-211-1/+1
* contrib/anope_convert.c: Write out a OpenSEX DBV 7 DB instead of flatfile.•••Also write BotServ bots to that OpenSEX DB as well. Gravatar JD Horelick2011-04-171-39/+26
* Add two READMEs for each of the two contrib directories.Gravatar JD Horelick2010-11-081-0/+40
* contrib: Remove xmlrpc_explorer.php as it used the legacy xmlrpc interface wh...Gravatar JD Horelick2010-09-181-104/+0
* Change the IP in xmlrpc-php to 127.0.0.1.Gravatar JD Horelick2010-09-041-2/+2
* Add PHP XMLRPC API tools to contrib. (SRV-71)Gravatar William Pitcock2010-09-035-0/+6070
* Move all the stuff in contrib that isn't an Atheme module back to atheme/cont...•••Atheme modules that are contrib stay in modules/contrib/. Gravatar JD Horelick2010-08-2918-0/+6622
* Move contrib to modules/contrib.•••Add $(CONTRIB_ENABLE) makefile target. Gravatar William Pitcock2010-08-2658-13465/+0
* Unbreak contrib.Gravatar William Pitcock2010-08-2610-150/+35
* Add contrib/ns_waitreg which allows you to set a time (in seconds) of how lon...•••Adds config option waitreg_time . Gravatar JD Horelick2010-08-212-0/+54
* Chase contrib for entity() changes.Gravatar William Pitcock2010-08-217-29/+29
* Clean up a few more warnings in contrib.Gravatar JD Horelick2010-07-232-21/+25
* Clean up a few warnings in contrib modules.Gravatar JD Horelick2010-07-233-3/+5
* Re-commit the 2 minor changes to contrib modules that I backed out•••in the big dynamic command backout. Gravatar JD Horelick2010-07-232-2/+3
* A very basic but functional anope 1.9.2 flatfile->atheme conversion scriptGravatar Chris Fuenty2010-07-181-0/+479
* Add general:helper priv and make os_helpme use it.•••This will make much more sense in my next commit. Gravatar JD Horelick2010-07-141-2/+1
* Added support for default values to config optionsGravatar Adam2010-07-041-1/+1
* Revert part of the last change. Don't add ns_ajoin to the contrib build.•••I should never commit after 3AM. :( Gravatar JD Horelick2010-06-211-1/+0
* Fix some inconsistent numbering in the infoserv/post helpfile.Gravatar JD Horelick2010-06-211-0/+1
* Remove os_logonnews since InfoServ replaces it and has more•••functionality and stuff. Gravatar JD Horelick2010-06-202-289/+3
* Remove contrib/ns_ratelimitreg as its functionality is now in core•••and nickserv/register itself. Gravatar JD Horelick2010-06-192-112/+0