summaryrefslogtreecommitdiff
path: root/src/modules/m_redirect.cpp
AgeCommit message (Expand)Author
2006-12-28Reasonably sized fix - when adding modes in modules, be sure to check the ret...brain
2006-12-23Hash rehashing changebrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-10-19Insert massive change here.brain
2006-10-06Document more classesbrain
2006-10-01Now with binary versioning goodnessbrain
2006-09-25All done.brain
2006-09-02Because these modes take no parameter when being removed, they need no specia...brain
2006-08-25Remove On005Numeric event from a ton of modules which no longer need it (as C...brain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-13If +L is set without +l, dont forward usersbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
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