]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sajoin.cpp
Works with the m_testclient test program/suite!
[user/henk/code/inspircd.git] / src / modules / m_sajoin.cpp
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-14 brainDon't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined...
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-02-15 w00t- Oops, missed two includes
2006-02-15 w00t- Use IsValidChannelName() in SAJOIn
2006-01-15 brainChanged some .cpp to .so in the this->source field
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-16 brainPorting to new command system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 w00tRemoved something out of a loop that didn't belong...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2004-05-16 brainUpdated header comments
2004-04-08 brainDamn typos
2004-04-08 brainSanity checks in SAJOIN and SAPART
2004-04-06 brainThe SA* modules actually compile in this version
2004-04-06 brainAdded SA* modules (untested)