]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_swhois.cpp
Update wiki links to use HTTPS and point to the correct pages.
[user/henk/code/inspircd.git] / src / modules / m_swhois.cpp
2006-08-11 brainMove remaining functions:
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainRemove cast
2006-07-10 brainConvert to templated GetExt, and a lot more readable
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-11 brainLast ones
2006-02-07 brainTidying of snotices (adding '***' to start of WriteOper...
2006-02-06 omMake ulines /swhois silently
2006-02-04 omStop trying to set an empty swhois if the <type> doesn...
2006-02-04 omAdd support for configured swhois lines
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
2005-12-16 brainAdded support for new command system
2005-12-07 brainMade module not static
2005-12-07 brainFixed broken OnCleanup
2005-12-07 brainAdded OnCleanup handler
2005-12-07 brainAdded OnUserQuit stuffs
2005-12-07 brainTested and working locally
2005-12-07 brainCompilation fixes (UNTESTED)
2005-12-07 brainAdded m_swhois as example of new netbursting/metadata...