summaryrefslogtreecommitdiff
path: root/src/regchannel.cpp
AgeCommit message (Expand)Author
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-05-17Free access and badwords list when channels are deletedAdam-
2010-05-14Fixed many windows problems in the debug buildAdam-
2010-04-30Do not join ChanServ to hold channels if the channel is syncingAdam-
2010-04-30Don't use botserv bots to hold channels open, becomes too much of a problem i...Adam-
2010-04-29Properly track users who join channels using an exceptionAdam-
2010-04-25Allow superadmins and ulines to join channels alwaysAdam-
2010-04-09Made the mode stacker never send a mode change for something that is already ...Adam-
2010-03-31Added akicks into SQLAdam-
2010-03-31Added last used time to akick viewAdam-
2010-03-28Finish rest of BotServ SQL stuffAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...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-11-27Set all of the default channel flags on new channels. Thix fixes persistant n...Adam-
2009-11-24Remove the permanent channel mode from channels that are dropped/expired/etcAdam-
2009-11-19Changed the mode param handling code to be more into the general mode handlin...Adam-
2009-11-18Delete the correct entries from akick and badwords list when given a numlistAdam-
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-11-17Cleand up alot of the code in bs_badwords, made it much more C++-ishAdam-
2009-11-11Moved alot of stuff to constructors and destructors, instead of having functi...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-07Made mlock_on, mlock_off, access, and akick private in ChannelInfoAdam-
2009-11-07Rewrote all of the akick code to be much cleanerAdam-
2009-11-06Added src/regchannel.cpp and moved the code from include/regchannel.h thereAdam-