]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspircd.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / inspircd.h
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-08-12 danieldgFixes for config reader
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-07-01 danieldgMove list of open ports out of Config object
2009-05-13 danieldgCreate subclass of User for FakeClient, to allow for...
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-03-25 danieldgFix headers for GCC 4.4: sprintf requires #include...
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-02-14 peaveyNuke trailing spaces
2009-02-06 brainPatch for bug #704 by Darom, allows for 64 bit file...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 w00tChange a few bits to use std::list instead of std:...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-12-07 w00tAdd InspIRCd::national_case_sensitive_map pointer,...
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-10-18 w00tMigrate oper commands to an std::set, add a set for...
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-20 brainMore comments
2008-09-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 brainability to create mutexes (rather than just having...
2008-08-22 w00tMatch conversion stuff.
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-21 brainadd support for windows service. This now is part of...
2008-07-20 w00tFix potential off-by-one on large reads (thanks psychon)
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-19 w00tFix broken build
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-07-16 specialApplied patch by psychon to make AddExtBanChar correctl...
2008-07-14 w00tAdd InspIRCd::AddExtBanChar() to avoid copypasta.
2008-07-13 w00tAdd include/numerics.h, contains/will contain an enum...
2008-07-12 w00tRemove a slightly odd comment
2008-07-12 w00tpeavey already fixed this with climits include, remove...
2008-07-11 w00tPull in limits.h to fix PATH_MAX problems, thanks to...
2008-07-01 peaveyinclude limits to get correct PATH_MAX where available
2008-06-15 brainDefined too early
2008-06-15 brainDefine PATH_MAX if its not already defined
2008-06-12 pippijnrevert for now..
2008-06-12 pippijnwe are C++, not C
2008-06-12 pippijnoptimise string-to-literal comparison while we are...
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-20 w00tchar -> std::string conversion
2008-05-04 brainConversion of command handler params from "const char...
2008-04-13 brainPort a bunch of methods of InspIRCd to functors. IsChan...
2008-04-04 w00tRemove deprecated InspIRCd::Log() method so people...
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-04-02 w00tBetter generation. This is still fucked up, but less...
2008-04-02 w00tUnneeded
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-17 brainFix the warnings that are worth fixing, ignore the...
2008-02-26 brainLeft out CoreExport
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainFirst part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHA...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-09 w00tNew logging implementation. Also write messages about...
2008-02-09 w00tInstantiate log manager
2008-02-09 w00tInitial totally untested logger implementation that...
2008-02-03 w00tClear up header insanity
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 w00tInstantiate BanCache in InspIRCd class.
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-23 brainMore pedantic safety
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-09-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 w00tDocument the need for the fake client
next