]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
m_callerid Simplify code interacting with containers
[user/henk/code/inspircd.git] / src / modules /
2014-12-10 Attila Molnarm_callerid Simplify code interacting with containers
2014-12-07 AdamLink m_ldap against libldap_r
2014-12-07 Attila MolnarMerge pull request #895 from SaberUK/master+configure...
2014-12-07 Peter PowellFix warnings in m_ssl_openssl about the use of `long...
2014-11-01 Attila MolnarAdd stdalgo::isin() and use it to simplify code
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-10-27 Attila Molnarm_ssl_openssl Store a pointer to the OpenSSLIOHook...
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-22 JustArchiForward-port of https://github.com/inspircd/inspircd...
2014-09-10 Attila Molnarm_hidelist Make minimum rank required to view lists...
2014-09-10 Attila MolnarAdd m_hidelist that allows hiding the lists of listmodes
2014-09-05 Attila Molnarm_services_account Fix uninitialized variable usage...
2014-09-05 Attila Molnarm_samode Simplify command handler logic
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila Molnarm_namedmodes Build and process a Modes::ChangeList...
2014-09-04 Attila MolnarPass Modes::ChangeList references to the OnPreMode...
2014-09-04 Attila MolnarCall the MODE command handler in several modules instea...
2014-09-04 Attila Molnarm_spanningtree Simplify processing non-prefix modes...
2014-09-04 Attila Molnarm_spanningtree Apply FMODE mode changes using the new...
2014-09-04 Attila Molnarm_services_account Call ModeHandler::RemoveMode() inste...
2014-09-03 Attila Molnarm_spanningtree Remove CommandFJoin::ApplyModeStack()
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-09-03 Attila MolnarRemove ProtocolInterface::SendMode()
2014-09-03 Attila Molnarm_spanningtree Send MODE/FMODE from the OnMode hook
2014-09-03 Attila Molnarm_spanningtree Add function to serialize parameters...
2014-09-01 Attila Molnarm_sqlite3 Fix cleanup of unsuccessful database connections
2014-09-01 Attila Molnarm_spanningtree Add optional key parameter to SVSJOIN...
2014-08-31 Attila Molnarm_blockamsg Update coding style, use User::WriteNotice()
2014-08-31 Attila Molnarm_blockamsg Remove redundant check
2014-08-31 Attila Molnarm_blockamsg Uncrook channel counting logic
2014-08-31 Attila Molnarm_blockamsg Prevent double copy of the target string
2014-08-31 Attila Molnarm_blockamsg Remove useless variable
2014-08-06 Attila MolnarMerge pull request #899 from SaberUK/insp20+fix-listmod...
2014-08-06 Attila Molnarm_ojoin Change allocation of NetworkPrefix to be physic...
2014-08-06 Attila Molnarm_ojoin Leave it to the core throw an exception if...
2014-08-06 Attila MolnarPass prefix rank and prefix char to PrefixMode constructor
2014-08-06 Attila Molnarm_exemptchanops Fix parameter validation
2014-08-06 Attila Molnarm_spanningtree Remove redundant checks from HandleRemot...
2014-08-04 Attila Molnarm_pbkdf2 Less string copying
2014-08-04 Daniel Vassdalm_pbkdf2: Added module
2014-08-04 Daniel Vassdalm_bcrypt: Add module
2014-08-04 Daniel VassdalHashing: Redo API
2014-08-04 Daniel Vassdalm_password_hash: Use out_size as HMAC-key length, as...
2014-08-03 Peter PowellFix listmodes when the config does not specify a wildca...
2014-07-29 Justin CrawfordDiffer database error messages for m_permchannels and...
2014-07-28 Attila MolnarAllow fast sid reuse by erasing fake users from UserMan...
2014-07-28 Attila Molnarm_spanningtree Throw a ProtocolException if a server...
2014-07-28 Attila Molnarm_spanningtree Squit dead servers immediately when...
2014-07-28 Attila Molnarm_spanningtree Remove the now needless SplitInProgress...
2014-07-28 Attila Molnarm_spanningtree Check TreeServer::IsDead() to learn...
2014-07-28 Attila Molnarm_spanningtree Change type of num_lost_* to be unsigned
2014-07-28 Attila Molnarm_spanningtree Quit all split users in one go
2014-07-28 Attila Molnarm_spanningtree Mark servers awaiting destruction after...
2014-07-28 Attila Molnarm_spanningtree Remove now unused TreeServer::Tidy()
2014-07-28 Attila Molnarm_spanningtree Add the TreeServer that split to the...
2014-07-28 Attila Molnarm_spanningtree Remove split servers from the hash maps...
2014-07-28 Attila Molnarm_spanningtree Move squit logic into TreeServer from...
2014-07-28 Attila Molnarm_spanningtree Remove now needless TreeSocket::Connecti...
2014-07-28 Attila Molnarm_spanningtree Ensure that TreeSocket::Close() only...
2014-07-27 Attila Molnarm_spanningtree Keep track of whether servers are behind...
2014-07-27 Attila Molnarm_spanningtree Only mark one server as finished burstin...
2014-07-27 Attila Molnarm_spanningtree Sync bursting state of servers in SERVER
2014-07-27 Attila Molnarm_spanningtree Parse additional information present...
2014-07-27 Attila Molnarm_spanningtree Add TreeServer::BeginBurst() that marks...
next