]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2013-05-16 Peter PowellImprove feature detection in configure.
2013-05-16 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-16 attilamolnarm_joinflood Make the code friendlier, unset +j when...
2013-05-15 attilamolnarirc::Spacify--
2013-05-15 attilamolnarAllow spaces (and more) in oper types
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-05-14 attilamolnarm_spanningtree UID handler: Fix parsing user modes
2013-05-07 Peter PowellClean up cross-platform compatibility.
2013-04-27 attilamolnarMerge insp20
2013-04-27 Daniel VassdalAdded RMODE command per suggestion #479
2013-04-27 Attila MolnarMerge pull request #508 from ShutterQuick/inspircd...
2013-04-27 Daniel VassdalPrevent /mode from being incredible näive after failed...
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamFix Windows
2013-04-26 AdamModularize DNS
2013-04-24 attilamolnarRelease 2.0.12
2013-04-24 attilamolnarMove SocketEngine::IgnoreError() code into socketengine...
2013-04-24 attilamolnarm_ssl_gnutls Add ability to load DH params from file
2013-04-23 attilamolnarm_spanningtree Fix crash when connecting to a remote...
2013-04-23 attilamolnarAdd config option to disable somaxconn range() check
2013-04-21 attilamolnarm_rline Switch to OnUserRegister hook to disconnect...
2013-04-21 attilamolnarm_filter, m_rline Remove rlines and filters when the...
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-21 attilamolnarm_filter Fix memory leak on unload
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-21 attilamolnarm_permchannels Workaround for alphabetical module initi...
2013-04-21 attilamolnarDon't crop the channel name if it's too long in Channel...
2013-04-20 Attila MolnarMerge pull request #495 from SaberUK/master+fix-libcpp
2013-04-19 attilamolnarImmediately stop processing whenever we detect and...
2013-04-19 attilamolnarFix uuids getting truncated in the nick hash in UserMan...
2013-04-19 attilamolnarm_ident Invalidate cache after changing User::ident
2013-04-19 attilamolnarm_callerid Allow messaging yourself while +g regardless...
2013-04-19 Peter PowellFix building with libc++.
2013-04-18 attilamolnarm_spanningtree Fix IS_LOCAL() check in OnRehash handler
2013-04-18 attilamolnarm_callerid Ignore duplicate entries when unserializing...
2013-04-18 attilamolnarm_callerid Fix bookkeeping error introduced when unseri...
2013-04-17 attilamolnarFix Windows build
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
2013-04-16 attilamolnarm_kicknorejoin Store and compare uuids instead pointers
2013-04-16 attilamolnarm_kicknorejoin Limit time to 30m by default
2013-04-16 attilamolnarm_kicknorejoin Minor improvements
2013-04-16 attilamolnarClose listening sockets regardless of the return value...
2013-04-15 attilamolnarDo not enable SO_LINGER on our sockets
2013-04-14 attilamolnarUse std::string internally in UIDGenerator, move UUID_L...
2013-04-14 attilamolnarSimplify UID generation logic
2013-04-14 attilamolnarExtract UID/SID generation logic into a new class:...
2013-04-13 attilamolnarRemove const char* versions of InspIRCd::FindNick(...
2013-04-13 attilamolnarm_spanningtree Remove redundant first parameter of...
2013-04-13 attilamolnarm_spanningtree Ignore hopcount in incoming SERVER comma...
2013-04-13 attilamolnarm_spanningtree Netburst: If a topic was ever set, send...
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to FTOPIC
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to channel METADATA
2013-04-13 Peter PowellAdd <security:allowcoreunload>.
2013-04-13 attilamolnarm_spanningtree Introduce IJOIN and RESYNC
2013-04-13 attilamolnarm_spanningtree Bump protocol version and remove unused...
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-13 attilamolnarRemove the deprecated invite API
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree FJOIN handler: Refactor, update doc
2013-04-12 attilamolnarm_spanningtree Netburst: Refactor SendChannelModes()
2013-04-12 attilamolnarm_spanningtree Change both prefix and first parameter...
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 attilamolnarm_spanningtree Utils: Move code that creates a full...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Keep only one topic...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_I...
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-12 attilamolnarm_spanningtree RSQUIT handler: Don't reimplement sendin...
2013-04-12 attilamolnarm_spanningtree RCONNECT handler: Fix error reporting...
2013-04-12 attilamolnarm_spanningtree Netburst: Rework SendFJoins()
2013-04-12 attilamolnarm_spanningtree Netburst: Remove expiration check from...
2013-04-12 attilamolnarm_spanningtree UID handler: Log and drop the link when...
2013-04-12 attilamolnarm_spanningtree UID handler: Remove dead code
2013-04-12 attilamolnarm_spanningtree FMODE handler: Rework
2013-04-12 attilamolnarm_spanningtree IDLE handler: Rewrite
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-11 attilamolnarFix clang warning about IsOper()
2013-04-10 Attila MolnarMerge pull request #484 from SaberUK/insp20+fix-modulem...
2013-04-10 Peter PowellFix ModuleManager error caused by a lack of arguments.
2013-04-10 attilamolnarRun OnUnloadModule hook before starting to unregister...
2013-04-10 attilamolnarBanCache: Move expiration code into a function, call...
2013-04-10 attilamolnarBanCache: Remove BanCacheManager::RehashCache()
2013-04-10 attilamolnarBanCache: Simplify BanCacheManager::RemoveEntries()
2013-04-10 attilamolnarBanCache: Remove BanCacheHit::IP field, and BanCacheMan...
2013-04-10 attilamolnarBanCache: Do one hash lookup in BanCacheManager::AddHit()
next