summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-18Apply to clictx toobrain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-08-09Fix for bug #583 reported by Deyan, thanks for the heads upbrain
2008-07-23fix a little typo I found while checking some other stuffpeavey
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-12Fixed #568 - gnutls does not allow reuse of credentials, which was making /re...special
2008-07-12Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanksw00t
2008-06-24This is more correct, thanks Phoenixbrain
2008-06-20It is unnecessary and rather less efficient to use memmove() everywhere; it's...special
2008-06-19Whos been commiting a quarter of a fix?brain
2008-06-11Dont even bother to do the ldap bind if the password given is empty (performa...brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-09Slight adjustment to our standard to avoid an obvious race condition found by...brain
2008-06-08Properly ignore second STARTTLS request on same socket, as per our specbrain
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-05-28revert this 1 revision back, since it fell victim to collateral damage of the...peavey
2008-05-24Kick the client in the balls if they try STARTTLS after client registrationbrain
2008-05-24Fix memory leak if we send STARTTLS twice, thanks special and psychonbrain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert connection::hostbrain
2008-05-19Clean this up so it's comprehensible.w00t
2008-05-19Fix these toobrain
2008-05-18Remove .c_str()'s in match() calls that are no longer needed as match() nativ...brain
2008-05-16MD_update causes valgrind warnings, remove it..... ...... JUST KIDDNG :)brain
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-05-09Same fixes to make this module scale much better. Dont connect on each query,...peavey
2008-05-09Fixes to make this module scale much better. Dont connect on each query, keep...peavey
2008-05-09Fix segfault on rehash and tweak the connect code.peavey
2008-05-09Fix some indenting.peavey
2008-05-09Add defaults for SQLHost since comparing depends on them being initialised. A...peavey
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-05Convert even morepeavey
2008-05-05Conversionsaquanight
2008-05-01Some modules throw CoreException, this is wrong wrongitty wrong! Throw Module...brain
2008-05-01#define NO_CLIENT_LONG_LONG, makes mysql.h ANSI C++ compliant so that we can ...brain
2008-04-27More stuff so that freebsd users can still use the ports version of openssl i...brain
2008-04-27and make it work right...brain
2008-04-27Add some stuff from the freebsd port based on ideas by Matthew Seaman which a...brain
2008-04-09Fix thesew00t
2008-04-04Apply our own version of mminds patch that doesnt have #defines in itbrain
2008-04-04Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting.peavey
2008-04-04fix warningsw00t
2008-04-04Fix this (thx danieldg and owine)w00t
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-04-04Match on nick change option for RLine, document m_rline & this option.w00t
2008-04-04The rest of the server protocol interface and fix a warning in m_rlinebrain
2008-04-04Check for match and apply R:Lines on connectw00t