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
/
modes.cpp
Age
Commit message (
Expand
)
Author
2010-01-06
Fix crash caused by trying to add an akick to a channel when certain types of...
Adam-
2010-01-04
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...
Adam-
2009-12-23
Replaced some static_casts related to modes with dynamic_cast - its a bit safer
Adam-
2009-12-17
Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...
Adam-
2009-12-13
Added in a modestacker and rewrote almost all of the remaining old mode code
Adam-
2009-12-05
Added options:mlock in the config so you can set what modes should be locked ...
Adam-
2009-11-28
Massive move of all of the Config variables out of global scope to the Config...
Adam-
2009-10-30
Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...
Adam-
2009-10-30
Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd events
Adam-
2009-10-27
Rewrote part of chan_set_correct_modes and set Mode::ModeChar correctly
Adam-
2009-10-17
dos2unix on files.
cyberbotx
2009-10-13
Complete rewrite of everything associated with modes, this breaks saving and ...
Adam-
[prev]