]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / channels.cpp
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
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #53 from SaberUK/clang-analyze
2012-04-14 Peter PowellFix unused variables reported by the clang static analyzer.
2010-09-30 Daniel De GraafFix kick level check to scan all status modes and not...
2010-09-28 Daniel De GraafFix kicking permisisons - GetPrefixChar returns the...
2010-08-05 Daniel De GraafPrevent kicking people you do not have permission to...
2010-03-15 danieldgUse CycleHostsFromUser for on-join modes too (m_autoop)
2010-03-07 danieldgMake "topiclock" exemption only apply when +t is set
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-19 danieldgKill m_spy, which was replaced by channels/auspex in...
2010-02-09 danieldgAllow exemptchanops to modify the channel access level...
2010-02-05 danieldgDon't enforce access control on remote users for topic...
2010-01-16 danieldgSearch for correct access level for mode changes, remov...
next