summaryrefslogtreecommitdiff
path: root/src/modules/m_redirect.cpp
AgeCommit message (Expand)Author
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-08-07Only local users can have angry monkeys and packs of wild dogs. These are loc...brain
2006-08-07Now with added ANGRY MONKEYS.brain
2006-08-07Change the error message, just for LeaChim <3brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-09Move to new apibrain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-03-12Renamed to chanrec::modesbrain
2006-02-19- Don't allow invalid channel names in /mode #chan +L #chanw00t
2006-01-25Change m_redirect, m_joinflood and m_messageflood to put their modes in the c...om
2006-01-21Fix to m_redirect to prevent circular link to selfbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Last set converted to 'Implements'brain
2005-12-26Ported to new systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-15Someone got a comparison completely the wrong way around (and it wasnt spotted!)brain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-03More secure checking in 005 handlersbrain
2005-04-03Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ...brain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2004-05-16Updated header commentsbrain
2004-05-09Fixed m_redirect.so which was claiming every mode that came its way!brain
2004-05-05Added support for +L (services doesnt support this yet)brain
2004-05-05Added m_redirect, handles +Lbrain