]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2013-04-20 Attila MolnarMerge pull request #495 from SaberUK/master+fix-libcpp
2013-04-19 Peter PowellFix building with libc++.
2013-04-17 attilamolnarFix Windows build
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 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()
2013-04-10 attilamolnarBanCache: Don't repeat ourselves, one BanCacheManager...
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-10 AdamUpdate Window's .gitignore
2013-04-09 attilamolnarFix ListModeBase on Windows
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-09 attilamolnarXLine: Provide a default implementation for DisplayExpiry()
2013-04-08 attilamolnarListModeBase: Cache max items per channel
2013-04-08 attilamolnarListModeBase: Minor changes to original u_listmode...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarAdd builtin modes using AddService()
2013-04-08 attilamolnarUnite include/modes/*.h into include/builtinmodes.h
2013-04-08 attilamolnarAllow dynamic references to reference ServiceProviders...
2013-04-08 attilamolnarRework dynamic_reference management, introduce dynamic_...
2013-04-08 attilamolnarRemove OnAddBan and OnDelBan hooks
2013-04-08 Peter PowellAdd support for generating dhparams with GnuTLS to...
2013-04-06 Attila MolnarMerge pull request #475 from SaberUK/master+default...
2013-04-06 Peter PowellDefault to the XML config format.
2013-04-06 Attila MolnarMerge pull request #474 from SaberUK/master+better...
2013-04-06 Peter PowellAdd the ability to deprecate config values as well...
2013-04-06 Peter PowellPurge the 1.1 config deprecations.
2013-04-05 Attila MolnarMerge pull request #472 from SaberUK/master+merge-headers
2013-04-05 Peter PowellMerge inspircd_{config,version}.h into a single header...
2013-04-05 Attila MolnarMerge pull request #465 from Shawn-Smith/master+Service...
2013-04-05 Shawn SmithFixed grammar in whois output for +k'd services.
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
2013-04-04 attilamolnarLine ending conversion
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-02 Attila MolnarMerge pull request #460 from SaberUK/master+genssl...
2013-04-02 Peter PowellFix a small typo in genssl.
2013-04-02 Attila MolnarMerge pull request #459 from ChrisTX/insp20+fixgeoip
2013-04-02 ChrisTXm_geoip: Fix compilation
2013-04-02 Attila MolnarMerge pull request #456 from SaberUK/master+genssl
2013-04-02 Peter PowellExtract SSL generation to a tool which can be shipped...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 attilamolnarIgnore empty sid in ServerConfig::Fill()
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-04-01 attilamolnarcmd_stats List opers without iterating the whole userlist
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-04-01 attilamolnarRemove more deprecated code
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Attila MolnarMerge pull request #455 from SaberUK/master+deprecation...
2013-04-01 Peter PowellPurge references to the deprecated GetStackedLine method.
2013-04-01 Peter PowellPurge the deprecated chanprotect module.
2013-04-01 Peter PowellRemove some dead code:
2013-04-01 Peter PowellAdd macro for marking methods as deprecated.
next