| Commit message (Expand) | Author | Age | Files | Lines |
| * | Import Atheme commit 7c6c181. Add a conversion tool from ratbox-services to ... | Ben C | 2017-11-19 | 5 | -0/+324 |
| * | Import Atheme commits 4b14230, 155f79c, and 6731f60. | Ben C | 2017-10-07 | 1 | -1/+1 |
| * | Import Atheme commits 06ecc51 and 631e300. | Ben C | 2017-10-06 | 1 | -7/+14 |
| * | contrib/cap_sasl: This should reference SET PUBKEY. | Ben C | 2017-09-17 | 1 | -2/+1 |
| * | More Irssi cap_sasl.pl fixes. Import Atheme commits a58a167 and 07a8173. | Ben C | 2017-08-27 | 1 | -31/+75 |
| * | More contrib/cap_sasl.pl fixes. Import Atheme commits cc57e72, 3ac70dd, and ... | Ben C | 2017-08-26 | 1 | -6/+8 |
| * | Update cap_sasl.pl to 1.8a, importing various fixes and extra features. Impo... | Ben C | 2017-08-26 | 1 | -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.
| William Pitcock | 2014-08-19 | 1 | -103/+0 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -1/+1 |
| * | contrib/anope-1.9.2-convert.php: Port hostserv metadata changes | Alex Iadicicco | 2014-05-16 | 1 | -0/+4 |
| * | contrib/cap_sasl.pl: fix $PATH check•••Empty tokens in $PATH are supposed to mean "current directory".
| Mantas Mikulėnas | 2014-02-23 | 1 | -2/+2 |
| * | contrib/cap_sasl.pl: do not crash if timeout happens after disconnecting | Mantas Mikulėnas | 2014-02-23 | 1 | -1/+1 |
| * | contrib/cap_sasl.pl: make the code less repetititive | Mantas Mikulėnas | 2014-02-23 | 1 | -7/+8 |
| * | contrib/cap_sasl.pl: rename `state` to `step` as other SASL implementations c... | Mantas Mikulėnas | 2014-02-23 | 1 | -4/+4 |
| * | contrib/anope-1.9.2-convert: fix typo | Shockk | 2014-02-11 | 1 | -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.
| Mantas Mikulėnas | 2014-02-03 | 1 | -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...
| Mantas Mikulėnas | 2014-01-28 | 1 | -4/+42 |
| * | contrib/cap_sasl.pl: add SASL EXTERNAL | Mantas Mikulėnas | 2014-01-28 | 1 | -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
| Mantas Mikulėnas | 2014-01-28 | 1 | -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.
| Mantas Mikulėnas | 2014-01-28 | 1 | -9/+9 |
| * | Remove gender-specific pronouns | Sam Dodrill | 2013-12-01 | 1 | -3/+3 |
| * | DH-AES: Minor optimisations and comment cleanups | Elizabeth Myers | 2013-04-15 | 1 | -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.
| Elizabeth Myers | 2013-04-14 | 1 | -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.
| William Pitcock | 2012-09-30 | 1 | -3/+10 |
| * | anope_convert: checking for non-NULL is not enough for metadata fields, also ... | William Pitcock | 2012-04-25 | 1 | -11/+13 |
| * | Make contrib/pythonxmlrpc.py work again. | Jilles Tjoelker | 2011-12-04 | 1 | -1/+1 |
| * | contrib/anope_convert: Attempt to fix migration of users to opensex | Stephen Bennett | 2011-04-29 | 1 | -1/+1 |
| * | contrib/anope_convert: convert +q and +a prefixes. | JD Horelick | 2011-04-21 | 1 | -3/+4 |
| * | contrib/anope_convert: Set the modified time on chanacs entries to 0. | JD Horelick | 2011-04-21 | 1 | -4/+4 |
| * | contrib/README: Update with the new action of anope_convert.c | JD Horelick | 2011-04-21 | 1 | -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.
| JD Horelick | 2011-04-17 | 1 | -39/+26 |
| * | Add two READMEs for each of the two contrib directories. | JD Horelick | 2010-11-08 | 1 | -0/+40 |
| * | contrib: Remove xmlrpc_explorer.php as it used the legacy xmlrpc interface wh... | JD Horelick | 2010-09-18 | 1 | -104/+0 |
| * | Change the IP in xmlrpc-php to 127.0.0.1. | JD Horelick | 2010-09-04 | 1 | -2/+2 |
| * | Add PHP XMLRPC API tools to contrib. (SRV-71) | William Pitcock | 2010-09-03 | 5 | -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/.
| JD Horelick | 2010-08-29 | 18 | -0/+6622 |
| * | Move contrib to modules/contrib.•••Add $(CONTRIB_ENABLE) makefile target.
| William Pitcock | 2010-08-26 | 58 | -13465/+0 |
| * | Unbreak contrib. | William Pitcock | 2010-08-26 | 10 | -150/+35 |
| * | Add contrib/ns_waitreg which allows you to set a time (in seconds) of how lon...•••Adds config option waitreg_time .
| JD Horelick | 2010-08-21 | 2 | -0/+54 |
| * | Chase contrib for entity() changes. | William Pitcock | 2010-08-21 | 7 | -29/+29 |
| * | Clean up a few more warnings in contrib. | JD Horelick | 2010-07-23 | 2 | -21/+25 |
| * | Clean up a few warnings in contrib modules. | JD Horelick | 2010-07-23 | 3 | -3/+5 |
| * | Re-commit the 2 minor changes to contrib modules that I backed out•••in the big dynamic command backout.
| JD Horelick | 2010-07-23 | 2 | -2/+3 |
| * | A very basic but functional anope 1.9.2 flatfile->atheme conversion script | Chris Fuenty | 2010-07-18 | 1 | -0/+479 |
| * | Add general:helper priv and make os_helpme use it.•••This will make much more sense in my next commit.
| JD Horelick | 2010-07-14 | 1 | -2/+1 |
| * | Added support for default values to config options | Adam | 2010-07-04 | 1 | -1/+1 |
| * | Revert part of the last change. Don't add ns_ajoin to the contrib build.•••I should never commit after 3AM. :(
| JD Horelick | 2010-06-21 | 1 | -1/+0 |
| * | Fix some inconsistent numbering in the infoserv/post helpfile. | JD Horelick | 2010-06-21 | 1 | -0/+1 |
| * | Remove os_logonnews since InfoServ replaces it and has more•••functionality and stuff.
| JD Horelick | 2010-06-20 | 2 | -289/+3 |
| * | Remove contrib/ns_ratelimitreg as its functionality is now in core•••and nickserv/register itself.
| JD Horelick | 2010-06-19 | 2 | -112/+0 |