]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-02-07 Attila MolnarOnly compile the testsuite if INSPIRCD_ENABLE_TESTSUITE...
2014-02-07 Thiago Crepaldim_ldapauth.cpp: Allow multiple patterns for users to...
2014-02-06 Peter PowellConvert irc::stringjoiner to be a method instead of...
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-02-06 Attila Molnarm_cap Instead of using case insensitive compare convert...
2014-02-06 Attila MolnarMerge pull request #766 from SaberUK/master+rebuild-fix
2014-02-06 Peter PowellDon't force a rebuild after doing a Git commit.
2014-02-05 Attila Molnarsocketengine_kqueue Remove dead code
2014-02-05 Attila Molnarsocketengine_epoll Remove needless initialization of...
2014-02-05 Attila MolnarFix oversight in 3752b3f59d5216d7dc6221a361efc76b9ad2273d
2014-02-04 AdamCoding style changes in socketengines
2014-02-04 AdamNew socketengine stuff:
2014-02-04 Attila MolnarChange type of SocketEngine::CurrentSetSize to size_t...
2014-02-04 AdamFix ping timeout message seconds vs second
2014-01-31 Attila MolnarRemove a few unnecessary .c_str() calls
2014-01-31 Attila MolnarRemove some dead code
2014-01-30 Attila MolnarDocument new delayed join feature of m_conn_join
2014-01-30 Attila Molnarm_conn_join Read default settings in ReadConfig()
2014-01-30 Daniel Vassdalm_conn_join: Allow time-delayed joins
2014-01-30 Daniel Vassdalm_conn_join: Fixed indentation
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-28 Adamm_spanningtree Rewrite /map
2014-01-27 Attila Molnarm_tline Minor improvements
2014-01-27 Attila Molnarm_alias Remove duplicate checks
2014-01-27 Attila Molnarm_alias Use equal_range() when searching for aliases
2014-01-26 Attila MolnarAdd m_clearchan which removes users from a channel...
2014-01-26 Attila MolnarAdd ProtocolInterface::BroadcastEncap() and infrastruct...
2014-01-26 Attila MolnarProtocolInterface::SendEncapsulatedData() changes
2014-01-25 Attila MolnarAdd Channel* parameter to OnSendWhoLine
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-25 Attila MolnarDestroy Memberships of a quitting user in QuitUser...
2014-01-24 Attila MolnarConvert InviteBase::invites to an intrusively linked...
2014-01-24 Attila MolnarRemove classbase inheritance from Invitation
2014-01-24 Attila Molnarcmd_invite Fix incorrect parameter being passed to...
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-24 Attila MolnarAdd intrusive list template
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-23 Attila MolnarGlobally #undef min and max on Windows
2014-01-23 Attila MolnarRemove unneeded classbase inheritance from FileReader
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-22 Attila MolnarAdd the ability to have multiple SSL profiles
2014-01-22 Attila Molnarm_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and...
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila Molnarm_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messages
2014-01-21 AdamAdd m_starttls and remove it from m_ssl_gnutls, which...
2014-01-21 Attila MolnarRelease 2.0.15
2014-01-21 Attila MolnarBump API version because of 3f4d54eb031f1cd6b016dfe1f76...
2014-01-21 Attila Molnarm_httpd_stats Be more conservative when escaping data
2014-01-21 Attila MolnarIncrease the penalty for a few core commands
2014-01-20 Attila Molnarm_joinflood Unset the mode on unload
2014-01-20 Peter PowellFix some logically dead code which was found by Coverity.
2014-01-20 Attila Molnarm_svshold Add config option to hide snotices
2014-01-20 Attila Molnarm_httpd Add timeout option; remove timed out connections
2014-01-20 Attila MolnarUpdate example configs/helpop
2014-01-20 Mantas MikulėnasUse standard example addresses in configs
2014-01-20 Attila Molnarm_services_account Add workaround for wrong host being...
2014-01-20 Attila Molnarm_dnsbl Don't send snotice when the {G|K|Z}line already...
2014-01-19 Attila Molnarm_joinflood Fix remote joins affecting local joinflood...
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2014-01-19 Attila Molnarm_dccallow Increase penalty for /DCCALLOW help
2014-01-19 Attila Molnarm_alias Fix out of bounds string access that happened...
2014-01-17 Daniel VassdalFix OOB error in sa2cidr()
2014-01-16 Attila MolnarMerge pull request #732 from grawity/saslfix
2014-01-14 Attila Molnarm_sajoin Send global snotice when the join happens
2014-01-13 Attila MolnarDon't send the "your unique ID" (numeric 042) message...
2014-01-13 Attila Molnarm_mlock Only deny the mlocked mode from being changed...
2014-01-11 Mantas MikulėnasSupport SASL messages other than 'C' and 'D'
2014-01-11 Mantas MikulėnasHandle SASL failures during SASL_INIT (wrong mechanism...
2014-01-09 Attila MolnarStop null checking pointers that are always valid
2014-01-08 Attila MolnarRemove PreText()-like functions
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2014-01-06 Attila MolnarUnset all extensions and the topic when lowering TS...
2014-01-06 Attila Molnarm_deaf Simplify logic
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarRemove useless ULine() checks
2014-01-05 Attila Molnarm_spanningtree Remove vector from TreeServer::QuitUsers()
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2014-01-05 Attila MolnarFix possible use of invalid iterator on module unload
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2014-01-04 Attila MolnarAdd functor that does strict weak ordering based on...
2014-01-04 Peter PowellFix some Windows-related problems.
2014-01-04 Attila MolnarShow +i users on a channel to opers having the channels...
2013-12-28 Attila MolnarMerge pull request #714 from SaberUK/insp20+fix-helpop
2013-12-27 Peter PowellFix the HELPOP database being destroyed when a rehash...
2013-12-21 Daniel VassdalAllow ranges beginning with 0 in m_channames
2013-12-19 Attila Molnarm_showwhois Update settings on rehash
2013-12-19 Attila Molnarm_filter Remove ImplFilter and needless dynamic_cast
2013-12-19 AdamAdd m_ldap, and convert m_ldapoper and m_ldapauth to...
2013-12-18 Attila MolnarFix FileReader not working with files specified in...
2013-12-18 Attila MolnarAdd m_showfile, remove cmd_rules
2013-12-18 Attila Molnarm_auditorium Switch to SimpleChannelModeHandler
2013-12-18 Attila Molnarm_spanningtree Fix clang warning and wrong operator...
2013-12-18 Attila MolnarClean up CoreException
2013-12-18 Daniel VassdalFix issues discovered by Coverity
next