]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Remove the size argument from IsChannel and IsNick.
[user/henk/code/inspircd.git] / src / modules / extra /
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-24 attilamolnarm_ssl_gnutls Add ability to load DH params from file
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-02 Attila MolnarMerge pull request #459 from ChrisTX/insp20+fixgeoip
2013-04-02 ChrisTXm_geoip: Fix compilation
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-29 attilamolnarm_ldapoper Make the module actually work
2013-03-29 attilamolnarm_ldapoper Fix memory leak
2013-03-14 attilamolnarm_ssl_openssl Make it clear that a CA file is not mandatory
2013-02-17 attilamolnarm_ssl_gnutls Fix null pointer dereference in case gnutl...
2013-01-28 attilamolnarm_ssl_gnutls Fix build with GnuTLS 1.x
2012-12-25 attilamolnarm_ldapoper Fix typo spotted by @lordsith49
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
2012-12-04 attilamolnarUnbreak m_geoip
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 Attila MolnarMerge pull request #374 from rburchell/ldapauth_vhosts
2012-11-29 Robin Burchellldapauth: register both extensions
2012-11-29 Robin Burchellldapauth: RAII returned ldap message.
2012-11-29 Robin Burchellldapauth: fix memory leak
2012-11-29 Robin Burchellldapauth: Allow setting virtual hosts on identification...
2012-11-29 Robin Burchellldapauth: Add missing verbose logging to required attri...
2012-11-29 Robin Burchellldapauth: Rework required attributes code to use only...
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-11-28 Peter PowellSilence OpenSSL deprecation warnings on OS X.
2012-11-19 attilamolnarm_ssl_gnutls Dynamically detect the number of certifica...
2012-11-19 Peter PowellFix m_ssl_gnutls under GCC on recent versions of GnuTLS.
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-11-09 attilamolnarm_ssl_gnutls, m_ssl_openssl Set error message for the...
2012-11-09 attilamolnarm_ssl_openssl Remove unused variables
2012-11-08 Peter PowellFix m_ssl_gnutls when using non-standard include/lib...
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-19 Adrien Bustanym_ldapauth Allow filtering on arbitrary LDAP attributes
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 ChrisTXm_ssl_gnutls: Resolve deprecation warnings properly
2012-10-13 attilamolnarm_ssl_gnutls Cast pointer difference to an unsigned...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-11 AdamCompare the result of ldap_search_ext_s to LDAP_SUCCESS....
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-22 ChrisTXm_regex_stdlib: A regex provider for the C++11 containe...
2012-09-13 AdamFixed crash in m_mysql if a module is unloaded while...
2012-08-20 ChrisTXlistensocket: Fix the two aliasing warnings
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 attilamolnarm_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls...
2012-07-26 attilamolnarm_ssl_gnutls Allow setting the priorities to use on...
2012-07-21 attilamolnarm_ssl_gnutls Compile with -Wno-deprecated-declarations
2012-07-21 attilamolnarm_ssl_gnutls Advertise only one ssl port by default...
2012-07-21 attilamolnarm_ssl_gnutls Move common session initialization code...
2012-07-21 attilamolnarm_ssl_gnutls Add a config option that can be used to...
2012-07-13 attilamolnarm_ssl_openssl Use the system default cipher list if...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-09 AdamFixed Windows build, int32_t is already defined in...
2012-07-07 attilamolnarm_ldapoper Say what the module actually does in the...
2012-06-27 Robby-m_ssl_openssl: Allow the list of available ciphers...
2012-06-27 Robby-m_ssl_openssl: Show the SSL cipher used after connecting.
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarm_geoip Add support for /stats G
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-06-01 Robin BurchellMerge pull request #182 from attilamolnar/insp20+gnutlsfix
2012-06-01 attilamolnarm_ssl_gnutls Only generate DH params when dh_params...
2012-06-01 attilamolnarm_ssl_gnutls Fix crash caused by calling gnutls_dh_para...
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-29 Robin BurchellMerge pull request #156 from attilamolnar/insp20+statszfix
2012-05-28 attilamolnarUse socketengine functions for sending and receiving...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-12 Robin BurchellMerge pull request #43 from Shawn-Smith/insp20+whoisfix
2012-04-12 Robin BurchellMerge pull request #41 from SaberUK/configure-cleanup
2012-04-12 Peter PowellRemove references to old configure commands.
2012-04-10 Pierre Carrierextras/m_ldapauth: CIDR-based whitelisting
2012-04-10 AdamFixed linking m_sqlite3 on Windows
2011-08-07 Daniel De GraafAdd -lgcrypt to m_ssl_gnutls because this is no longer...
2011-06-24 Daniel De GraafRemove possibly dangerous skip of VerifyCertificate
next