summaryrefslogtreecommitdiff
path: root/src/modules/m_sajoin.cpp
AgeCommit message (Expand)Author
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-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-14Don't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined clients :)brain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-15- Oops, missed two includesw00t
2006-02-15- Use IsValidChannelName() in SAJOInw00t
2006-01-15Changed some .cpp to .so in the this->source fieldbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-16Porting to new command systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Removed something out of a loop that didn't belong there.. more nazi w00tie.w00t
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2004-05-16Updated header commentsbrain
2004-04-08Damn typosbrain
2004-04-08Sanity checks in SAJOIN and SAPARTbrain
2004-04-06The SA* modules actually compile in this versionbrain
2004-04-06Added SA* modules (untested)brain