Age | Commit message (Expand) | Author |
2008-07-12 | Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanks | w00t |
2008-06-24 | This is more correct, thanks Phoenix | brain |
2008-06-20 | It is unnecessary and rather less efficient to use memmove() everywhere; it's... | special |
2008-06-19 | Whos been commiting a quarter of a fix? | brain |
2008-06-11 | Dont even bother to do the ldap bind if the password given is empty (performa... | brain |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-09 | Slight adjustment to our standard to avoid an obvious race condition found by... | brain |
2008-06-08 | Properly ignore second STARTTLS request on same socket, as per our spec | brain |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-28 | revert this 1 revision back, since it fell victim to collateral damage of the... | peavey |
2008-05-24 | Kick the client in the balls if they try STARTTLS after client registration | brain |
2008-05-24 | Fix memory leak if we send STARTTLS twice, thanks special and psychon | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Clean this up so it's comprehensible. | w00t |
2008-05-19 | Fix these too | brain |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-05-16 | MD_update causes valgrind warnings, remove it..... ...... JUST KIDDNG :) | brain |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-05-09 | Same fixes to make this module scale much better. Dont connect on each query,... | peavey |
2008-05-09 | Fixes to make this module scale much better. Dont connect on each query, keep... | peavey |
2008-05-09 | Fix segfault on rehash and tweak the connect code. | peavey |
2008-05-09 | Fix some indenting. | peavey |
2008-05-09 | Add defaults for SQLHost since comparing depends on them being initialised. A... | peavey |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-05 | Convert even more | peavey |
2008-05-05 | Conversions | aquanight |
2008-05-01 | Some 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-27 | More stuff so that freebsd users can still use the ports version of openssl i... | brain |
2008-04-27 | and make it work right... | brain |
2008-04-27 | Add some stuff from the freebsd port based on ideas by Matthew Seaman which a... | brain |
2008-04-09 | Fix these | w00t |
2008-04-04 | Apply our own version of mminds patch that doesnt have #defines in it | brain |
2008-04-04 | Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting. | peavey |
2008-04-04 | fix warnings | w00t |
2008-04-04 | Fix this (thx danieldg and owine) | w00t |
2008-04-04 | Make all our modules use the new stuff rather than the send_ events | brain |
2008-04-04 | Match on nick change option for RLine, document m_rline & this option. | w00t |
2008-04-04 | The rest of the server protocol interface and fix a warning in m_rline | brain |
2008-04-04 | Check for match and apply R:Lines on connect | w00t |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Some metadata commands were using nicknames to identify the nick to apply the... | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-29 | Unknown as to if the old code works | brain |
2008-03-29 | Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th... | brain |
2008-03-29 | Use the right pass | brain |
2008-03-29 | Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p... | brain |
2008-03-24 | Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ... | brain |