]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_nick.cpp
Opers haven't been able to change the modes of others since 1.0.
[user/henk/code/inspircd.git] / src / cmd_nick.cpp
2007-04-02 brainIf the user has a nick, use it in the numeric
2007-04-02 brain"NICK :" did nothing and said nothing. It now says...
2007-03-03 brainMinor tweak, return of OnUserRegister discarded in...
2007-02-19 brainToo many small tweaks to list. Most notably tidy up...
2007-02-19 brainWhen a users nick is overruled, remove their nickname...
2007-02-19 brainfix obligotary typos
2007-02-19 brainBetter handling of nickname overruling
2007-02-19 brainWhoops, typo
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-19 brainFix for crashbugs when quitting users as experienced...
2007-02-06 peaveyFix for bug #203 : nicknames not invalidated stil.
2007-01-19 brainAs suggested (and coded) by w00t, show * as the nick...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-09 brainAdd a call to InvalidateCache() to fix this:
2007-01-07 brainIf the result is cached, dont bother waiting for the...
2006-12-30 brainInvalidate 'late' here too
2006-12-30 brainCached GetFullRealHost etc.
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-10-28 brain* Fix removal of user modes when unloading the mode...
2006-10-28 brainFix some next_call stuff
2006-09-19 brainMake the check against z/k/q/e/g methods return a point...
2006-09-08 brainCorrectly put qline notices into xline snomask
2006-09-07 brainuserrec::ForceNickChange was broken (not the entire...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-07-29 brainFix typo
2006-07-28 brainAllow invalid nicks from remote users in NICK (we'll...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-20 brainFixed, no longer a memory leak (Thread leak)
2006-07-20 brainSomeone please take a look at this and tell me why...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-14 brainAdd <options:nouserdns> - defaults to off. if set to...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainTidying, strlen, strcasecmp where not needed.
2006-02-21 w00tIt didn't, there was more strlcpy
2006-02-21 w00tFix this, I think.
2006-01-16 brainFixed bug with {} -> [] etc in NICK where nick == newni...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-28 brainChanges to the way clients are exited during mainloop...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-20 brainFixed to not allow :Abc NICK Abc, where the case of...
2005-12-20 brainFixed case-change nicks not being propogated
2005-12-20 brainAllow case changes in nick w00t -> w00T
2005-12-18 brainMissing header in cmd_nick.cpp
2005-12-16 brainSplit all commands into seperate files and redid comman...