]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / channels.cpp
2014-10-27 Attila MolnarMerge insp20
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-09-27 Attila MolnarStore Membership objects physically in the nodes of...
2014-09-26 Attila MolnarReject parameters that begin with a colon in Channel...
2014-09-26 Attila MolnarDon't try to set a mode in Channel::SetDefaultModes...
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-10 Attila MolnarReturn the newly created Membership object from Channel...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-10 Attila MolnarMove pre-kick checks from core to cmd_kick (core_channel)
2014-05-06 Attila MolnarRemove needless checks from Invitation::Find()
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-09 Attila MolnarMove checks determining whether a user is allowed to...
2014-04-09 Attila MolnarEliminate usage of has_one in Channel::UserList()
2014-04-07 Attila MolnarMerge insp20
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-13 Attila MolnarFix NAMES list getting truncated on servers having...
2014-03-13 Attila MolnarBackport "Refactor Channel::UserList() to use std:...
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
2014-01-31 Attila MolnarRemove some dead code
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 MolnarConvert UserChanList to an intrusively linked list
2014-01-21 Attila MolnarMerge insp20
2014-01-20 Peter PowellFix some logically dead code which was found by Coverity.
2014-01-04 Attila MolnarShow +i users on a channel to opers having the channels...
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-08-30 attilamolnarMerge insp20
2013-08-22 attilamolnarFix a few problems
2013-08-12 attilamolnarClean up a few constructors
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellRequire privs given on initial join to be in <options...
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarRefactor Channel::UserList() to use std::string
2013-06-04 attilamolnarRemove the now unused Channel::RemoveAllPrefixes()...
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-03 attilamolnarChannel::KickUser() and cmd_kick changes
2013-06-03 attilamolnarRemove NULL checks from various Channel functions
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-16 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarDon't crop the channel name if it's too long in Channel...
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 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-02-11 attilamolnarFix exactly <limits:maxchan> long channel names being...
2012-10-31 AdamDon't send quitting users in RPL_NAMREPLY, fixes desync...
2012-10-03 attilamolnarCheck if the mask is long enough before accessing it...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarChange debug message in Invitation::Find() to output...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robin BurchellMerge pull request #166 from Robby-/insp20-cfgcorrections
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-30 Robin BurchellMerge pull request #163 from attilamolnar/insp20+silent...
2012-05-29 Robby-Add more documentation about logging, aswell as make...
2012-05-29 attilamolnarFix printf-style WriteAllExcept not obeying serversourc...
2012-05-29 attilamolnarSilence the MODE too if a join was silenced by a module...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
next