]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[user/henk/code/inspircd.git] / src / modules /
2016-02-29 Attila MolnarRemove embarrassing negative comments about some client...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-28 Guillaume DelacourMinor spelling errors in m_spanningtree.so
2016-02-25 Attila MolnarMerge pull request #1136 from Adam-/insp20+dccallow
2016-02-18 AdamFix dccallow to work with files with spaces in their...
2016-02-13 Attila Molnarm_namedmodes Only show chan key to members and opers...
2016-02-13 Attila Molnarm_callerid Free old extension data before unserializing...
2016-02-12 Attila Molnarm_dccallow Add config option to control max entries...
2016-02-12 Attila Molnarm_ircv3 Fix AWAY being sent on join to the joining...
2016-02-12 Attila MolnarMerge pull request #1071 from SaberUK/insp20+fix-lusers
2016-02-12 Peter PowellFix hidden operators being shown in LUSERS.
2016-02-11 AdamUpdate m_ssl_gnutls to use libgnutls-30 for gnutls 3.4
2015-12-07 Attila MolnarMerge pull request #1110 from SaberUK/insp20+cap
2015-12-07 Peter PowellWork around irc::spacesepstream not stripping extraneou...
2015-12-07 Peter PowellFix CAP REQ to be atomic like the standard dictates.
2015-11-23 Attila Molnarm_operprefix Unset mode on unload
2015-09-28 Attila MolnarFix incorrect std::string::operator[] usage
2015-09-06 AdamMerge pull request #1050 from Aviator45003/insp20
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-06-15 Attila MolnarMerge pull request #1058 from SaberUK/insp20+nationalchars
2015-06-14 Peter PowellFix various issues with the nationalchars module.
2015-05-12 Attila MolnarMerge pull request #1043 from SaberUK/insp20+fix-caching
2015-05-10 Attila MolnarMerge pull request #1039 from SaberUK/insp20+fix-restri...
2015-05-10 Peter PowellFix not being able to message ulines when m_restrictmsg...
2015-05-09 Attila Molnarm_ssl_gnutls Hold users in pre-registration state until...
2015-04-16 Attila Molnarm_sasl Update description, SASL is no longer exclusive...
2015-04-16 Attila Molnarm_dccallow Validate tokens before use
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-16 Attila Molnarm_sasl Add missing validation for server-to-server...
2015-04-13 Attila Molnarm_timedbans Notice user when trying to set a ban that...
2015-04-13 Attila Molnarm_timedbans Extract IsBanSet() to a function
2015-04-13 Attila Molnarm_timedbans On channel destruction remove all timed...
2015-04-13 Attila Molnarm_timedbans Store Channel pointer in struct TimedBan
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-02-26 Peter PowellFix various Clang warnings.
2015-02-04 Attila Molnarm_spanningtree Fix TreeRoot UserCount being possibly...
2015-01-21 Attila Molnarm_abbreviation Fix typo in numeric text
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-19 Attila Molnarm_operprefix Fix force joined opers not being given...
2015-01-17 Attila Molnarm_hideoper Fix wrong /WHO output for hidden opers if...
2015-01-03 Peter PowellFix a snotice in m_spanningtree incorrectly using an...
2014-12-27 Attila Molnarm_check Fix non-standard format specifier %s passed...
2014-12-10 Attila Molnarm_httpd On module unload close all connections hooked...
2014-11-30 Attila MolnarDon't submit a reload worker if the module doing the...
2014-10-27 Attila MolnarAllow setting a limit of less than 64 entries for non...
2014-10-26 Attila MolnarRemove some dead code found by Coverity
2014-10-25 Attila MolnarMerge pull request #944 from SaberUK/insp20+gnutls-rnd
2014-10-25 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2014-10-24 Attila MolnarMerge pull request #940 from SaberUK/insp20+fix-makefile
2014-10-23 Attila Molnarm_delaymsg Add option to disallow NOTICEs too
2014-10-23 AdamFix m_banredirect causing bans added for hosts being...
2014-10-20 Attila Molnarm_ssl_openssl Add compile time option that allows disab...
2014-10-20 Attila Molnarm_ssl_openssl Add compile time option to enable ECDH
2014-10-20 Attila Molnarm_ssl_gnutls Add compile time option for allowing sha25...
2014-10-19 AdamFix watch away numerics, #937
2014-10-17 Attila Molnarm_delayjoin Only send JOIN on mode change if the mode...
2014-10-16 Attila MolnarInitialize all fields of issl_session on module load...
2014-10-16 Attila MolnarAdd interface to SSL modules that allows other modules...
2014-10-16 Attila Molnarm_ssl_gnutls Refcount GnuTLS objects, free them when...
2014-10-15 Attila Molnarm_ssl_openssl Fix debug message
2014-10-15 Attila Molnarm_ssl_openssl Reset data_to_write for new sessions
2014-10-15 Attila Molnarm_ssl_openssl Free the ssl_cert object as soon as the...
2014-10-15 Attila Molnarm_ssl_openssl Remove bogus errno assignment from CloseS...
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-14 Attila Molnarm_ssl_openssl Return an error from the IOHook read...
2014-10-14 Attila Molnarm_ssl_openssl Add user-friendly config options for...
2014-10-13 Attila Molnarm_nationalchars Ask m_spanningtree to rebuild its hashm...
2014-10-13 Attila Molnarm_spanningtree Rebuild serverlist and sidlist when...
2014-10-13 Attila Molnarm_nationalchars Rebuild the hash map in m_watch when...
2014-10-13 Attila Molnarm_nationalchars Rebuild core hashmaps when the national...
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Peter PowellKill some logically dead code detected by Coverity.
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellFix various warnings when building with LLVM 3.5.
2014-10-10 Attila Molnarm_ssl_openssl Allow configuring raw OpenSSL context...
2014-10-10 Attila Molnarm_ssl_openssl Disable session caching and session tickets
2014-10-10 Attila Molnarm_ssl_openssl Enable single (EC)DH use and disable...
2014-10-08 Attila Molnarm_ssl_openssl Clear the error queue before every SSL_...
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-10-03 Attila Molnarm_ssl_gnutls Re-set DH params when the gnutls_certifica...
2014-09-01 Attila Molnarm_sqlite3 Fix cleanup of unsuccessful database connections
2014-08-06 Attila MolnarMerge pull request #899 from SaberUK/insp20+fix-listmod...
2014-08-03 Peter PowellFix listmodes when the config does not specify a wildca...
2014-07-24 Attila MolnarUpdate example configuration files, fix typos and case
2014-07-24 Attila Molnarm_spanningtree Always treat the remote client as the...
2014-07-24 Attila MolnarMake sure the DN strings obtained from the SSL mods...
2014-07-19 Adamm_hideoper: Hide hidden opers from /stats P. #874
2014-06-25 Attila MolnarMerge pull request #879 from SaberUK/insp20+fix-denychans
2014-06-24 Peter PowellFix copy/paste error in m_denychans.
2014-06-18 Attila Molnarm_chghost Allow ulined servers to change the host of...
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-06-06 Attila Molnarm_spanningtree Forward NICK messages when they cause...
2014-06-05 Attila Molnarm_spanningtree Fix cleanup of connections when unloadin...
2014-05-20 Dan ParsonsUpdate server.cpp
2014-05-08 AdamFix m_permchannels and m_xline_db on Windows
2014-04-30 Attila Molnarm_cgiirc Call User::InvalidateCache() after changing...
2014-04-29 Attila Molnarm_spanningtree Advertise the availability of m_globops...
next