summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix recursion of QuitUser in SendQ quitsGravatar Jackmcbarn2011-05-232-0/+8
* Change InspIRCd::Run() to return voidGravatar Jackmcbarn2011-05-051-2/+1
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-0438-38/+38
* Add declaration for function added by MODULE_INITGravatar Jackmcbarn2011-05-041-0/+3
* Add a flag for implicit permissionsGravatar Jackmcbarn2011-04-211-4/+9
* Rewrite sepstream logic, add an option to suppress empty items, and add test ...Gravatar Jackmcbarn2011-04-031-10/+13
* Allow listing of modes with +ZGravatar Jackmcbarn2011-02-241-3/+0
* Remove command_parse.h from inspircd.hGravatar Jackmcbarn2011-01-302-1/+1
* Remove dynamic.h from inspircd.hGravatar Jackmcbarn2011-01-302-1/+1
* Undo last commitGravatar Jackmcbarn2011-01-301-0/+1
* Remove unnecessary headerGravatar Jackmcbarn2011-01-301-1/+0
* Remove inspsocket.h from inspircd.hGravatar Jackmcbarn2011-01-303-17/+20
* Remove timer.h from inspircd.hGravatar Jackmcbarn2011-01-304-29/+30
* Remove duplicate #includeGravatar Jackmcbarn2011-01-301-1/+0
* Remove threadengine.h from inspircd.hGravatar Jackmcbarn2011-01-304-24/+25
* Remove dns.h from inspircd.hGravatar Jackmcbarn2011-01-304-35/+36
* Remove cull_list.h from inspircd.hGravatar Jackmcbarn2011-01-292-3/+4
* Remove protocol.h from inspircd.hGravatar Jackmcbarn2011-01-294-3/+5
* Add an improved version of the old test suiteGravatar Jackmcbarn2011-01-283-1/+35
* Fix bug #113Gravatar Jackmcbarn2010-12-231-1/+1
* Fix warning due to setting a value return type constGravatar Jackmcbarn2010-12-011-1/+1
* Remove unneeded operatorGravatar Jackmcbarn2010-12-011-2/+1
* Use const referencesGravatar Jackmcbarn2010-12-011-1/+1
* Add const to some functionsGravatar Jackmcbarn2010-12-019-13/+13
* Remove const from min_ and max_paramsGravatar Jackmcbarn2010-11-021-2/+2
* Add support for XML character entities (&#xx;)Gravatar Daniel De Graaf2010-10-171-0/+3
* Expose a const reference to ExtensionItem::typesGravatar Jackmcbarn2010-10-141-0/+1
* Bump internal API sequence numberGravatar Daniel De Graaf2010-10-091-1/+1
* Add early_init() for module setup needed prior to config readingGravatar Daniel De Graaf2010-10-081-1/+6
* Force Extensible objects to be registered prior to useGravatar Daniel De Graaf2010-10-081-0/+1
* Add some timing debug logging to OnGarbageCollectGravatar Daniel De Graaf2010-10-061-4/+3
* Add irc::string::empty()Gravatar Jackmcbarn2010-10-051-0/+1
* Remove some unneeded complexity from spanningtreeGravatar Daniel De Graaf2010-10-021-1/+0
* Remove deleted Membership objects from the user's channel list on quitGravatar Daniel De Graaf2010-09-271-0/+1
* Remove broken win32 threadengineGravatar Daniel De Graaf2010-09-262-146/+3
* Clean up some comments and debug textGravatar Daniel De Graaf2010-09-251-1/+2
* Change /OPER to use PermissionCheck•••This makes SSL fingerprint checking of oper blocks less of a hack Gravatar Daniel De Graaf2010-09-241-0/+8
* Fix inaccurate comment about CMD_INVALIDGravatar Jackmcbarn2010-09-241-1/+1
* Add type checks to Extensible get/set and unregisterGravatar Daniel De Graaf2010-09-221-1/+1
* Add ExtensibleType argument to ExtensionItem to identify item typesGravatar Daniel De Graaf2010-09-224-18/+21
* Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUserGravatar Daniel De Graaf2010-09-122-1/+3
* Move RemoteUser into spanningtreeGravatar Daniel De Graaf2010-09-123-16/+0
* Update m_flatfile_channels to be more robust•••Enable storage of registered channels without permanent channels, or vice versa Only set the dirty bit if a channel that is written to the database gets its mode or topic changed, rather than any channel or user Move NukeChannel to core and put announcets back in options Allow sending mode merges via the protocol interface Gravatar Jackmcbarn2010-09-063-1/+11
* Add FormatSubstitute utility classGravatar Daniel De Graaf2010-08-271-0/+25
* Promote PopulateInfoMap to core, it is moderately usefulGravatar Daniel De Graaf2010-08-273-7/+8
* Add CrashState for tracing basic call state when the stack is corruptGravatar Daniel De Graaf2010-08-255-1/+47
* Support module unloading while jobs are enqueuedGravatar Daniel De Graaf2010-08-242-2/+7
* Replace thread engine with job engineGravatar Daniel De Graaf2010-08-245-239/+88
* Remove "assign()" converter between irc::string and std::stringGravatar Daniel De Graaf2010-08-221-8/+0
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-221-2/+0