]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Show a better warning when certtool/openssl are missing.
[user/henk/code/inspircd.git] / src / commands.cpp
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-01 danieldgMake <insane blah="no"> disallow insanity, to match...
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-17 danieldgRewrite ConfigReader again
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tSwitch some stuff to use ASCII mapping rather than...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
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
next