summaryrefslogtreecommitdiff
path: root/src/cmd_nick.cpp
AgeCommit message (Expand)Author
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
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07Tidying, strlen, strcasecmp where not needed.brain
2006-02-21It didn't, there was more strlcpyw00t
2006-02-21Fix this, I think.w00t
2006-01-16Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case:brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-28Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...brain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-20Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are ...brain
2005-12-20Fixed case-change nicks not being propogatedbrain
2005-12-20Allow case changes in nick w00t -> w00Tbrain
2005-12-18Missing header in cmd_nick.cppbrain