summaryrefslogtreecommitdiff
path: root/src/modes.cpp
AgeCommit message (Expand)Author
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-14Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new...Adam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-06Fix crash caused by trying to add an akick to a channel when certain types of...Adam-
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-12-23Replaced some static_casts related to modes with dynamic_cast - its a bit saferAdam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-12-05Added options:mlock in the config so you can set what modes should be locked ...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-30Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd eventsAdam-
2009-10-27Rewrote part of chan_set_correct_modes and set Mode::ModeChar correctlyAdam-
2009-10-17dos2unix on files.cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-