index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
channels.cpp
Age
Commit message (
Expand
)
Author
2017-10-07
No longer expose c->ci and ci->c
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-03-19
Get rid of relying on if(this) in WhoSends()
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-12-22
Move log messages for status mode change for unknown user to debug
Adam
2016-12-17
Split ircdproto send functions out into separate services
Adam
2016-12-07
Remove C style var args from Channel::Kick
Adam
2016-12-06
Remove many more old C style format strings in the protocol functions
Adam
2016-10-02
Also defer channel deletion when processing sjoins
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-03-19
Also defer channel deletion when processing sjoins
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-09-17
Defer channel deletion until after i/o. There are some edge cases with events...
Adam
2015-09-06
Allow configuring modes
Adam
2015-09-06
Merge pull request #126 from SaberUK/2.0+typos
Adam
2015-09-06
Don't unset modes which have no privilege associated with them
Adam
2015-07-13
Unset extensibles on larger objects when they destruct
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2015-01-10
Always use source name when logging server kicks
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-08-24
Change Channel::GetModeList to return a copy of the mode list, not a
Adam
2014-07-15
Check modetimes in CheckModes before enabling bouncy modes
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-06-23
Mostly working language string rewrite with new format strings
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-13
Sanitize nuh masks more to prevent the other side from rewriting them, which ...
Adam
2014-04-25
Add "virtual mode" support
Adam
2014-04-21
Constify message source for OnChannelMode(Un)Set
Adam
2014-04-20
New event system
Adam
2014-03-20
Make bouncymodes harder to trigger by only bumping server modcount when somet...
Adam
2014-03-14
Mark all channels as syncing when we connect to our uplink. They will
Adam
2014-03-04
Fix 2 crashes from removing the permanent channel mode from channels which do...
Adam
2014-02-27
Do not take modes from users in channels with secureops off if we are always ...
Adam
2014-02-14
Do not sync channels in Channel::Reset if they are in the middle of syncing, ...
Adam
2014-02-09
Add an opertype priv "protected" to not allow services to kick a user.
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-11-16
Use the source's sync state and not mine when processing sjoins to determine ...
Adam
2013-11-01
Don't take modes in SetCorrectModes if the user has the ME privilege
Adam
2013-09-03
Dont allow multiple list modes with the same param on the mode list at once
Adam
2013-08-25
Fix not resetting channel status modes on our clients when a channel ts lowers
Adam
2013-08-25
Create persistent channels on startup, which used to work and got lost somewhere
Adam
2013-08-22
Fix previous commit
Adam
2013-08-22
Always set +o on users who have access for it, even if higher modes have a pr...
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
Adam
2013-07-20
Fix not setting the correct compile flags on modules and fix the resulting wa...
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
[next]