summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-22Clean up unused functions, add nonicks operoverride [dKingston]danieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-21Update documentation and remove unused classes/functionsdanieldg
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-18Remove more classbasedanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-11Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f...peavey
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-24Move configuration filename specification to start script, to reduce hardcode...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Include VERSION/REVISION information in module version tag, so that we do no ...danieldg
2009-09-02Remote user messaging fixesdanieldg
2009-09-02Make CHECK work remotely with optional second parameterdanieldg
2009-09-01Remove now-unused insp_sockaddr and insp_inaddr typesdanieldg
2009-08-12Fixes for config readerdanieldg
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-07-01Move list of open ports out of Config objectdanieldg
2009-05-13Create subclass of User for FakeClient, to allow for use as command sourcedanieldg
2009-05-06Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i...w00t
2009-03-25Fix headers for GCC 4.4: sprintf requires #include <cstdio>danieldg
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