]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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
2013-12-18 Attila MolnarRemove unused motd and rules field from ServerConfig
2013-12-18 Attila Molnarm_sakick Replace C string with C++ string
2013-12-18 Attila MolnarClean up error messages in a few SA commands
2013-12-18 Daniel VassdalAdd a Flash Policy Daemon module
2013-12-16 Attila MolnarMerge pull request #586 from SaberUK/master+test-build
2013-12-16 Peter PowellAdd a tool for running test builds.
2013-12-15 Peter PowellFix $config{UID} being set incorrectly
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 Attila Molnarm_spanningtree Fix nick TS desync on SVSNICK
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-12-15 Peter PowellPurge docs/rfc from the repository.
2013-12-15 Peter PowellRemove some pointless code:
2013-12-15 Peter PowellMove stuff around a bit:
2013-12-14 Daniel VassdalFix m_override refusing to override modes if the user...
2013-12-13 Peter PowellAdd a warning that the user is using a development...
2013-12-09 Daniel VassdalFix ACCEPT propagation bug when it got a nick prefixed...
2013-11-29 Attila MolnarMerge pull request #693 from SaberUK/insp20+modulemanag...
2013-11-29 Peter PowellFix various problems with ModuleManager.
2013-11-21 attilamolnarm_cap Convert capability names in CAP REQ to lowercase...
2013-11-21 attilamolnarFix a few issues
2013-11-21 AdamAllow multiple allowmasks in link blocks, #679
2013-11-21 Daniel VassdalDisallow remote /MODULES for non-opers.
2013-11-18 Attila MolnarMerge pull request #685 from SaberUK/master+gnutls-rng
2013-11-18 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2013-11-12 Daniel VassdalFix remote /MODULES bug
2013-11-12 AdamThese two numerics are supposed to use SentText() as...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-11-09 AdamMerge pull request #672 from SaberUK/master+rt-link-err
2013-11-09 Peter PowellFix PrefixMode not being exported which caused runtime...
2013-11-09 AdamUse case insensitive comparison for server names for...
2013-11-09 AdamFix parsing ADDLINE with expiration or creation dates...
2013-11-09 AdamFix issue #657, fix sending FNAME with spaces
next