]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-03-29 Attila MolnarBuild coremods on Windows, add general support to the...
2014-03-28 Attila MolnarConvert the global list of dynamic reference pointers...
2014-03-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-03-24 Attila MolnarMake it possible to customize how SimpleExtItem should...
2014-03-24 Attila MolnarCreate the stdalgo namespace for container-related...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-17 Attila Molnarm_connectban Don't depend on the definition of clonemap
2014-03-15 Attila MolnarFix invalid iterator use when removing modes in ModuleM...
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-14 Attila Molnarm_permchannels Remove pointless cleanup ceremony in...
2014-03-12 Attila MolnarDeduplicate and move the *MatchesEveryone() functions...
2014-03-09 Attila Molnarcmd_quit Display quit messages of remote users
2014-03-09 Attila MolnarMove the wallops mode from the core into core_wallops
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Peter PowellFix m_permchannels not prepending the path when reading...
2014-03-07 Attila MolnarMove admin settings into core_info
2014-03-07 Attila MolnarMove {prefix|suffix|fixed}{quit|part} into core_user
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-03-06 Attila MolnarUpdate detection in module loading commands that relied...
2014-03-06 Attila MolnarMove UNLOADMODULE handler into core_loadmodule
2014-03-06 Attila MolnarCreate the core_stub module
2014-03-05 Attila MolnarLoad core_*.so instead of cmd_*.so
2014-03-05 Attila MolnarIntegrate coremods into the build system
2014-03-05 Attila MolnarCreate the core_xline module
2014-03-05 Attila MolnarCreate the core_user module
2014-03-05 Attila MolnarCreate the core_oper module
2014-03-05 Attila MolnarCreate the core_info module
2014-03-05 Attila MolnarCreate the core_channel module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/
2014-03-04 Attila MolnarRemove out of date doc and fix typo in commands/cmd_...
2014-03-03 Attila Molnarm_spanningtree Remove remains of the KeepNickTS workaround
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-02-27 Attila MolnarRemove REG_ALL checks from User::SharesChannelWith()
2014-02-27 Attila Molnarcmd_topic Remove redundant NULL check
2014-02-27 GoogolplexedGive m_connectban a configurable ban message
2014-02-26 Daniel VassdalSimplify /SAJOIN syntax and add permission for joining...
2014-02-26 Attila Molnarm_chanfilter Remove needless mode parameter is empty...
2014-02-26 Attila Molnarm_cycle Remove redundant IS_LOCAL() check
2014-02-25 Attila Molnarcmd_kill Remove now needless check that prevented KILLi...
2014-02-25 Attila Molnarcmd_kill Hide server notices if the source is ulined
2014-02-25 Attila Molnarm_svshold Hide server notices by default
2014-02-23 Attila MolnarThrow an exception if ModeParser::AddMode() fails
2014-02-23 GoogolplexedMoving CGIIRC to a new snomask (w)
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-21 Attila MolnarAssign an id to user modes, parameter chanmodes and...
2014-02-21 Attila MolnarReplace mode letter parameter of OnRawMode() with a...
2014-02-20 Attila MolnarAdd a ModeParser::FindMode() overload that takes a...
2014-02-20 Attila MolnarCreate a name -> ModeHandler* map
2014-02-18 Attila MolnarReplace ModeMasks with a two-dimensional array
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-15 Attila MolnarAdd ModeHandler::IsParameterMode() and MC_PARAM
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
2014-02-14 Attila MolnarReturn a Membership* from get_first_visible_channel...
2014-02-13 Peter PowellRemove support for advertising the SSL ports in RPL_ISU...
2014-02-13 AdamRemove redundant null pointer check from m_ldapauth
2014-02-13 AdamWait for the manager bind to come back before sending...
2014-02-11 Attila Molnarm_operjoin Remove duplicated code
2014-02-11 Attila Molnarm_sqlauth Allow the client certificate fingerprint...
2014-02-10 Attila MolnarReplace DummyExtItem with a flag in Extensible
2014-02-09 Attila MolnarStore the EventHandler* in the kevent/epoll_event/porte...
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-09 AdamQueue changes in socketengine_kqueue and submit them...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarMove socketengine stats into a new class
2014-02-08 Attila MolnarUpdate SocketEngine::CurrentSetSize in AddFdRef()/DelFd...
2014-02-08 Attila MolnarRename SocketEngine::AddFd() and DelFd() to AddFdRef...
2014-02-08 Attila MolnarMove variables in socketengines
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
next