]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fix property list arguments.
[user/henk/code/inspircd.git] / src /
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
2012-12-16 attilamolnarRelease 2.0.10
2012-12-16 attilamolnarm_callerid Fix memory leak in CallerIDExtInfo::free()
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-15 attilamolnarm_ident Reject invalid and error replies
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-12-08 attilamolnarFix unsafe iteration in DelMode() when unloading m_perm...
2012-12-05 attilamolnarm_svshold Fix crash when called with 2 params, only...
2012-12-05 attilamolnarm_cban, m_rline, m_shun Don't broadcast when user is...
2012-12-05 attilamolnarFix expired xlines being treated as live ones in XLineM...
2012-12-04 attilamolnarUnbreak m_geoip
2012-12-03 attilamolnarFix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87
2012-12-03 attilamolnarProperly shut down stdin
2012-12-02 attilamolnarm_remove Fix potential desync caused by committing...
2012-12-02 attilamolnarFix DLLManager leak when an exception is thrown in...
2012-12-02 attilamolnarThrow an exception when attempting to register an exten...
2012-12-02 attilamolnarRegister a few extensions that weren't registered
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 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarm_cgiirc Fix wrong announcement when the host in WEBIRC...
2012-11-29 attilamolnarm_cgiirc Don't apply resolved host or send notification...
2012-11-29 attilamolnarm_cgiirc Don't resolve IPs when <performance:nouserdns...
2012-11-29 attilamolnarm_cgiirc De-duplicate code, recheck elines after ip...
2012-11-29 attilamolnarm_cgiirc Remove dead code, warn when a <cgihost> block...
2012-11-29 attilamolnarm_dnsbl Add usednsbl option to connect classes
2012-11-29 attilamolnarReorder local user initialization steps
2012-11-29 attilamolnarcmd_rehash, m_spanningtree Fix REHASH messages duplicat...
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 attilamolnarHave FindUUID(const char*) call FindUUID(const std...
2012-11-28 attilamolnarm_spanningtree Remove redundant params.size() checks
2012-11-28 Peter PowellSilence OpenSSL deprecation warnings on OS X.
2012-11-24 attilamolnarm_noctcp Make extban 'C' work as intended
2012-11-24 attilamolnarm_check, m_namesx, m_timedbans Minor cleanup
2012-11-24 attilamolnarSimplify UserManager::AddLocalClone()/AddGlobalClone()
2012-11-19 attilamolnarm_ssl_gnutls Dynamically detect the number of certifica...
2012-11-19 attilamolnarm_nokicks Remove u-line check, OnUserPreKick doesn...
2012-11-19 attilamolnarm_customtitle Minor cleanup
2012-11-19 attilamolnarm_jumpserver Fix wrong nickname in the numeric when...
2012-11-19 attilamolnarm_securelist Update description
2012-11-19 attilamolnarm_remove Cleanup
2012-11-19 attilamolnarServerConfig::ServerName is a std::string, don't call...
2012-11-19 attilamolnarm_remove, m_services_account Don't check whether nicks...
2012-11-19 attilamolnarChange empty string assignments to .clear() or remove...
2012-11-19 attilamolnarm_globalload Fix wrong error message being sent when...
2012-11-19 attilamolnarRemove usage of deprecated CallCommandHandler() and...
2012-11-19 attilamolnarRemove calls to ListModeBase::OnCleanup (deprecated...
2012-11-19 Peter PowellFix m_ssl_gnutls under GCC on recent versions of GnuTLS.
2012-11-18 Attila MolnarMerge pull request #365 from StevenVanAcker/unhook-uid
2012-11-18 Attila MolnarMerge pull request #366 from StevenVanAcker/autoconnect...
2012-11-15 Steven Van Ackeradded warning that autoconnect is now a separate tag
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-11-12 attilamolnarm_operprefix Enhance compatibility with m_hideoper...
2012-11-12 attilamolnarm_operprefix Switch to OnUserPreJoin hook to give ...
2012-11-12 attilamolnarm_operprefix Remove unused hooks, move module initializ...
2012-11-09 attilamolnarm_spanningtree SVSNICK needs 3 parameters
2012-11-09 attilamolnarm_spanningtree Refuse bogus NICK messages
2012-11-09 AdamMake the select() socketengine suck significantly less
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-09 Attila MolnarMerge pull request #357 from StevenVanAcker/insp20
2012-11-09 Steven Van Ackerwrong order of arguments to Host()
2012-11-09 Steven Van Ackeruse documented "value" attribute instead of undocumente...
2012-11-08 Peter PowellFix m_ssl_gnutls when using non-standard include/lib...
2012-11-07 Peter PowellFix typo in m_filter.
2012-11-06 newuser1Fix incorrect substr usage
2012-10-31 AdamDon't send quitting users in RPL_NAMREPLY, fixes desync...
2012-10-29 attilamolnarFix typo in doc and remove some whitespace
2012-10-29 attilamolnarm_opermotd Add support for replacing \u \b etc. with...
2012-10-29 attilamolnarMove ServerConfig::ProcessColors() into class InspIRCd...
2012-10-28 attilamolnarm_operlog Add tosnomask config option, to log all oper...
2012-10-28 attilamolnarFix warnings in configreader.cpp on FreeBSD
2012-10-27 AdamIssue #346 - fix m_permchannels.cpp and m_xline_db...
2012-10-24 attilamolnarm_ojoin Fix giving +Y only instead of +Yo when <ojoin...
2012-10-23 attilamolnarm_ircv3 Attach to OnRehash
2012-10-23 attilamolnarm_ircv3 Fix away-notify not sending AWAY messages when...
2012-10-23 attilamolnarm_nicklock Fix typo
2012-10-23 attilamolnarm_topiclock Prefix ModDesc with $
2012-10-21 attilamolnarm_nickflood Fix a case when channels were locked regard...
2012-10-21 attilamolnarm_nickflood Make code more readable, unset +F when...
2012-10-21 attilamolnarFix /RESTART not closing file descriptors
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-21 attilamolnarFix KILL accepting SIDs, get rid of potentially unsafe...
2012-10-19 Adrien Bustanym_ldapauth Allow filtering on arbitrary LDAP attributes
2012-10-19 attilamolnarm_filter More cleanup and optimizations
2012-10-19 attilamolnarm_filter Don't move the filter to the beginning of...
2012-10-19 attilamolnarm_filter Remove redundant flags field from FilterResult
2012-10-19 attilamolnarm_filter Change exemptfromfilter to be a set
2012-10-19 attilamolnarm_filter Use an enum for filter actions instead of...
2012-10-19 attilamolnarm_filter Cleanup, remove empty and useless functions
next