summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
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
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-02Unneededw00t
2008-04-01Some metadata commands were using nicknames to identify the nick to apply the...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-29Unknown as to if the old code worksbrain
2008-03-29Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th...brain
2008-03-29Use the right passbrain
2008-03-29Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p...brain
2008-03-24Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ...brain