summaryrefslogtreecommitdiff
path: root/src/cmd_nick.cpp
AgeCommit message (Expand)Author
2007-04-02If the user has a nick, use it in the numericbrain
2007-04-02"NICK :" did nothing and said nothing. It now says erroneous nick and uses th...brain
2007-03-03Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ...brain
2007-02-19Too many small tweaks to list. Most notably tidy up info, note that /trace is...brain
2007-02-19When a users nick is overruled, remove their nickname-sent bit from userrec::...brain
2007-02-19fix obligotary typosbrain
2007-02-19Better handling of nickname overrulingbrain
2007-02-19Whoops, typobrain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-19Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ...brain
2007-02-06Fix for bug #203 : nicknames not invalidated stil.peavey
2007-01-19As suggested (and coded) by w00t, show * as the nick when we havent set one yetbrain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-09Add a call to InvalidateCache() to fix this:brain
2007-01-07If the result is cached, dont bother waiting for the dns timeout, release the...brain
2006-12-30Invalidate 'late' here toobrain
2006-12-30Cached GetFullRealHost etc.brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-10-28* Fix removal of user modes when unloading the mode letter (this actually wor...brain
2006-10-28Fix some next_call stuffbrain
2006-09-19Make the check against z/k/q/e/g methods return a pointer to the whole object...brain
2006-09-08Correctly put qline notices into xline snomaskbrain
2006-09-07userrec::ForceNickChange was broken (not the entire nickchange system as i'd ...brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Stuff to make user host resolving use class Resolver - not tested yetbrain
2006-08-01Removed threaded dns (it might make a comeback some day, but as it stands its...brain
2006-07-29Fix typobrain
2006-07-28Allow invalid nicks from remote users in NICK (we'll need this soon for UID n...brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-20Fixed, no longer a memory leak (Thread leak)brain
2006-07-20Someone please take a look at this and tell me why a thread doesnt free itsel...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-14Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ...brain
2006-04-20Move to new include pathbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om