index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
channels.cpp
Age
Commit message (
Expand
)
Author
2014-07-14
Remove typedef UserMembIter, use Channel::MemberMap::iterator instead
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-06-10
Return the newly created Membership object from Channel::ForceJoin()
Attila Molnar
2014-06-10
Change Channel::KickUser() to accept an iterator, add overload that accepts a...
Attila Molnar
2014-06-10
Move pre-kick checks from core to cmd_kick (core_channel)
Attila Molnar
2014-05-06
Remove needless checks from Invitation::Find()
Attila Molnar
2014-04-20
Change the OnNamesListItem() hook to return ModResult
Attila Molnar
2014-04-11
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Peter Powell
2014-04-09
Avoid double Membership lookup in Channel::UserList()
Attila Molnar
2014-04-09
Move checks determining whether a user is allowed to view the NAMES list of a...
Attila Molnar
2014-04-09
Eliminate usage of has_one in Channel::UserList()
Attila Molnar
2014-04-07
Merge insp20
Attila Molnar
2014-03-31
Check if Membership::GetPrefixChar() returns 0 before appending it to a string
Attila Molnar
2014-03-14
Change allocation of InspIRCd::chanlist to be physically part of the object c...
Attila Molnar
2014-03-13
Fix NAMES list getting truncated on servers having an excessively long server...
Attila Molnar
2014-03-13
Backport "Refactor Channel::UserList() to use std::string"
Attila Molnar
2014-02-21
Index Channel::modes and User::modes with the id of the mode instead of its l...
Attila Molnar
2014-02-15
Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...
Attila Molnar
2014-02-14
Move GetAllPrefixChars() from Channel to Membership
Attila Molnar
2014-02-14
Move GetPrefixChar() from Channel to Membership
Attila Molnar
2014-01-31
Remove some dead code
Attila Molnar
2014-01-25
Destroy Memberships of a quitting user in QuitUser() instead of in cull()
Attila Molnar
2014-01-24
Convert InviteBase::invites to an intrusively linked list
Attila Molnar
2014-01-24
Remove classbase inheritance from Invitation
Attila Molnar
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-21
Fix some logically dead code which was found by Coverity.
Peter Powell
2014-01-04
Show +i users on a channel to opers having the channels/auspex priv who do /N...
Attila Molnar
2013-12-15
Make various self contained methods static.
Peter Powell
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-11
Create a base class for prefix modes
attilamolnar
2013-08-22
Fix a few problems
attilamolnar
2013-08-12
Clean up a few constructors
attilamolnar
2013-08-10
Require privs given on initial join to be in <options:defaultmodes>.
Peter Powell
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-07-19
Replace hardcoded mode letters, part 3
attilamolnar
2013-07-19
Replace hardcoded mode letters, part 2
attilamolnar
2013-07-19
Seperate ModeReference into ChanModeReference and UserModeReference
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-01
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...
attilamolnar
2013-07-01
Fix a few oversights
attilamolnar
2013-06-16
Always set the topic in Channel::SetTopic(), move access checks into cmd_topic
attilamolnar
2013-06-13
Call Channel::SetModeParam() from the mode parser when needed instead of requ...
attilamolnar
2013-06-04
Refactor Channel::UserList() to use std::string
attilamolnar
2013-06-04
Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible()
attilamolnar
2013-06-04
Reduce User* -> Membership* lookups on part and kick
attilamolnar
2013-06-04
Channel::KickUser() and cmd_kick changes
attilamolnar
2013-06-04
Remove NULL checks from various Channel functions
attilamolnar
2013-06-02
Move a few trivial functions into headers
attilamolnar
[next]