]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chghost.cpp
Improved to avoid strlen
[user/henk/code/inspircd.git] / src / modules / m_chghost.cpp
2006-03-09 brainImproved to avoid strlen
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-02-21 brainMissing include
2006-02-21 brainEnforce 64 char dns limits
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted to new implements system
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-08 brainModified to silently set hosts if uline sets it
2005-12-07 brainChanged behaviour of module API to pass Server* to...
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-12 brainchghost fixes (changed the host of the user doing the...
2004-04-12 brainAbstracted host/gecos changing to Server:: methods
2004-04-07 brainAdded a sanity check on the hostnames being set before...
2004-04-07 brainAdded new modules m_chghost, m_sethost, m_setname