]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_services.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / modules / m_services.cpp
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tRemove unnecessary header traffic
2007-07-28 peaveyuse new != operator :p
2007-07-28 peaveyDo not take away mode r for nickchanges that only chang...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions..
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-07 brainFix for bug #205 reported by nenolod (modules that...
2007-01-17 brainMass comment removal.
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-10-28 brainFix these too!
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainAll done.
2006-09-24 specialFixed bugs #150 and #151, thanks to jamie for reporting...
2006-09-15 brainComments describing classes, for the url http://svn...
2006-09-13 brainMerge jamies many patches
2006-09-08 brainTypo in mode handler doesnt let -M be removed!
2006-09-02 brainAll modules which implement simplemodes (no parameters...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-25 brainRemove On005Numeric event from a ton of modules which...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
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 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove InsertMode into ModeParser
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
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...