]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_services.cpp
Add extra parameter to MySQLresult and SQLresult
[user/henk/code/inspircd.git] / src / modules / m_services.cpp
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-09 brainConvert to new api
2006-07-09 brainAdd support for new API
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-03-12 brainRenamed to chanrec::modes
2006-03-11 brainYet more const ref changes
2006-02-21 w00tAdded 'is a registered nick' to whois
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-01-28 omMake m_services use InserMode (are we done yet?)
2006-01-24 brainkludge in the wrong place ;)
2006-01-24 brainAdded trick to allow local server to unset -r only...
2006-01-24 brainAdded code to remove +r on a nick if they have it and...
2006-01-18 brainUmode +R was broken (only worked for channels) -- fixed
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted to 'Implements' system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-06-02 brainFixes to +r not being set reported by Vincent
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-03 frostycoolslugAdded another check for 'NoServerUline' type thing.
2005-05-03 frostycoolslugMissed missing )
2005-05-03 frostycoolslugAdded Check for 'NoServer' when +r ing a channel.
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-03 brainMore secure checking in 005 handlers
2005-03-27 brainAdded 005 numeric handling to most of the modules
2005-03-24 brainFinally fixed a load of umode change stuff!
2005-03-24 brainFixed minor typo in the bugfix, wrong number of bracket...
2005-03-24 frostycoolslugFix to bug #27
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-16 brainUpdated header comments
2004-05-08 brainRemoved some debug stuff
2004-05-08 brainAdded user/chanel modes +R, +M
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-27 brainAdded m_services.so, must be loaded to give services...