summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2009-03-23ConfigReaderThread updates: add done flag, remove main-thread-only mutexdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-02-14Nuke trailing spacespeavey
2009-02-06Patch for bug #704 by Darom, allows for 64 bit file offsets, so that signal 2...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-28Change a few bits to use std::list instead of std::vector.w00t
2008-12-07Move stuff to use ASCII map where required.w00t
2008-12-07national_case_sensitive_map must be static, thanks to the match stuff being s...w00t
2008-12-07Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen...w00t
2008-11-22Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r...brain
2008-10-18Migrate oper commands to an std::set, add a set for privs also. Change the AP...w00t
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-09-20More commentsbrain
2008-09-04MutexEngine -> MutexFactory, more sensible namebrain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-08-22Match conversion stuff.w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-07-20Fix potential off-by-one on large reads (thanks psychon)w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-19Fix broken buildw00t
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-07-16Applied patch by psychon to make AddExtBanChar correctly take a single charspecial
2008-07-14Add InspIRCd::AddExtBanChar() to avoid copypasta.w00t
2008-07-13Add include/numerics.h, contains/will contain an enum for numerics. Work in p...w00t
2008-07-12Remove a slightly odd commentw00t
2008-07-12peavey already fixed this with climits include, remove limits.h. Keep the war...w00t
2008-07-11Pull in limits.h to fix PATH_MAX problems, thanks to Uli Slachter (psychon).....w00t
2008-07-01include limits to get correct PATH_MAX where availablepeavey
2008-06-15Defined too earlybrain
2008-06-15Define PATH_MAX if its not already definedbrain
2008-06-12revert for now..pippijn
2008-06-12we are C++, not Cpippijn
2008-06-12optimise string-to-literal comparison while we are at itpippijn
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-20char -> std::string conversionw00t
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-13Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.brain
2008-04-04Remove deprecated InspIRCd::Log() method so people don't use it etcw00t
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain
2008-04-02Better generation. This is still fucked up, but less spectacularly and in a m...w00t
2008-04-02Unneededw00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
2008-02-26Left out CoreExportbrain
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain