]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Remove .c_str()'s in match() calls that are no longer needed as match() natively...
[user/henk/code/inspircd.git] / src / commands.cpp
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tStart converting WriteOpers calls into snomask 'O'...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove more unnecessary header traffic
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-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-02-10 brainTweak hostname matching in HostMatchesEveryone to compe...
2007-02-10 brainUse userrec::MakeHost(), not strlcpy/strlcat!
2006-12-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-05 brainThis has changed again, i suggest you dont bother tryin...
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 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainMove all_opers into class InspIRCd
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 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-05 omHopefully stop compile warning which I don't get anyway
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 omOptimisations
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-04 omAll new shiny config parser, there's probably some...
2006-04-03 omRemove un-needed strlen and pointer in duration()
2006-04-03 omsplit_clist will never send lines over 512 chars, also...
2006-03-30 omMake /whois code a little prettier, make /whowas show...
2006-03-10 brainconst references
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainMade extensive use of charlcat to cut down on strlcat...
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-15 w00t- Made some notes about potentially restructuring thing...
2006-02-03 brainAdded ircu-like hidewhois feature that allows hiding...
2006-01-29 brain"Oper of unknown type" -> "313 %s %s :is an IRC operator"
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-15 brainCleanFilename movage
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-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainFixed to use CommandParser
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainChanging stuff to using CommandParser class
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-15 brainAdded 'local users' vector
2005-12-15 brainFixed typo in shorthand if
2005-12-15 brainRe-introduced 3-line function CleanFilename
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainRemoved code weirdness in handle_invite
2005-12-15 brainChanged InviteTo to use irc::string
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-14 brainMoved ModuleError()
2005-12-14 brainRemoved ip cache craq++
2005-12-14 brainFixed handle_*module
2005-12-14 brainCode tidying
2005-12-14 brainCraq removal at your service
2005-12-14 braincraq--
2005-12-14 brainFixed to use new methods of ServerConfig
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainMoved readconfig to serverconfig class
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-14 brainMoved tons of stuff into class ServerConfig
2005-12-14 brainMoving more stuff into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-14 brainHalf way through updating to move a ton of extern confs...
2005-12-14 brainAdded parameter to apply_lines to indicate what we...
2005-12-13 brain#define IS_LOCAL(x) (x->fd > -1)
2005-12-13 brainoptimized a ton of strcmps down to an integer comparison!
2005-12-13 brainPrevented zlines from being allowed with a username...
2005-12-13 brainAdded ability for channel lists to grow past one line...
2005-12-13 brainModified chlist() and whois to allow output of multi...
2005-12-13 brainModified channel joining to allow > MAXCHANS for opers...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-12 brainMoved some stuff out to userprocess.cpp
next