summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
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
2008-03-24Should now work with ports bound to all interfacesbrain
2008-03-24openssl should now work toobrain
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-24And more of thembrain
2008-03-24Wheeeeeebrain
2008-03-23CAP TLS now implemented, this needs someone to make a client to test it :pbrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain