summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Inspircd 2.1 beta 2 v2.1b2Gravatar Daniel De Graaf2011-07-171-1/+1
|
* Only write pidfile if we have parsed a valid configurationGravatar Daniel De Graaf2011-07-171-23/+27
|
* Resolve /STATS S conflict between SVSHOLD and SHUNGravatar Daniel De Graaf2011-06-231-1/+1
|
* Always use local SID as the source for PONG repliesGravatar Daniel De Graaf2011-06-231-1/+1
|
* Make the select() socketengine suck significantly lessGravatar Adam2011-06-121-52/+67
|
* Track UUIDs instead of pointers, and change how cleanup is doneGravatar Jackmcbarn2011-06-061-25/+28
|
* Initialize quitting_sendqGravatar Jackmcbarn2011-06-051-1/+1
|
* Account name is irc::stringGravatar Jackmcbarn2011-06-051-1/+1
|
* Change m_gecosban to extban g and m_account_modes to extban rGravatar Jackmcbarn2011-06-052-6/+7
|
* Fix recursion of QuitUser in SendQ quitsGravatar Jackmcbarn2011-05-232-7/+18
|
* Change InspIRCd::Run() to return voidGravatar Jackmcbarn2011-05-051-1/+1
|
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-04344-345/+345
|
* Add static keywordGravatar Jackmcbarn2011-05-032-3/+3
|
* Use empty() instead of size() == 0Gravatar Jackmcbarn2011-05-031-1/+1
|
* Remove return statement that is never hitGravatar Jackmcbarn2011-05-031-2/+0
|
* Remove an incorrect declaration and move OneOfMatches to CommandOperGravatar Jackmcbarn2011-05-031-16/+14
|
* Fix permission checkGravatar Jackmcbarn2011-05-031-1/+1
|
* Don't automatically give registrants implicit permissionsGravatar Jackmcbarn2011-04-211-0/+3
|
* Add a flag for implicit permissionsGravatar Jackmcbarn2011-04-216-7/+7
|
* Fix IPv6 test on WindowsGravatar Adam2011-04-191-1/+1
|
* Remove unneeded "-1" offsets from 005 lineGravatar Daniel De Graaf2011-04-181-3/+3
|
* Fix bug 126, thanks to SebGravatar DjSlash2011-04-181-1/+1
|
* Fix mis-implemented irc::sockets::cidr_mask::operator<Gravatar Daniel De Graaf2011-04-181-2/+5
|
* Clarify the error if a user starts a registrant list with an account other ↵Gravatar Jackmcbarn2011-04-171-2/+2
| | | | than their own
* Allow halfops to set delayjoin, delaymsg, and auditoriumGravatar Jackmcbarn2011-04-173-3/+0
|
* Fix channel registrants being able to kick OJOINed usersGravatar Jackmcbarn2011-04-171-0/+1
|
* Don't set variables that aren't changing from default or are being ↵Gravatar Jackmcbarn2011-04-173-10/+1
| | | | immediately changed again
* Improve error messages for modmanager_staticGravatar Daniel De Graaf2011-04-131-2/+2
|
* Rewrite sepstream logic, add an option to suppress empty items, and add test ↵Gravatar Jackmcbarn2011-04-039-55/+82
| | | | cases
* Remove inappropriate use of sepstreamGravatar Jackmcbarn2011-04-022-17/+7
|
* Revert to old sepstream logic until a proper fix is finishedGravatar Jackmcbarn2011-04-011-5/+14
|
* Fix sepstream logic when multiple consecutive separators are encountered and ↵Gravatar Jackmcbarn2011-03-282-15/+6
| | | | add a test case for this
* Add operonly option to serverbotsGravatar Jackmcbarn2011-03-241-0/+7
|
* Display a message when using /greloadmoduleGravatar Jackmcbarn2011-03-231-1/+21
|
* Fix for bug 47Gravatar DjSlash2011-03-191-1/+1
|
* Fix excessive memory use in kqueueGravatar Daniel De Graaf2011-03-031-1/+1
| | | | | The maximum number of file descriptors was incorrectly using the OS maximum, not the process maximum. Thanks to Liath for finding & testing.
* Fix timeout defaulting to zero for link blocksGravatar Daniel De Graaf2011-02-281-1/+1
|
* Use find_first_of in m_blockcolor, and enable filtering of colors in part ↵Gravatar Jackmcbarn2011-02-252-22/+31
| | | | messages
* Allow listing of modes with +ZGravatar Jackmcbarn2011-02-241-11/+43
|
* Fix bug #122Gravatar Jackmcbarn2011-02-143-6/+18
|
* Fix binding to IPv6 onlyGravatar Jackmcbarn2011-01-311-5/+5
|
* Remove command_parse.h from inspircd.hGravatar Jackmcbarn2011-01-3031-0/+32
|
* Remove dynamic.h from inspircd.hGravatar Jackmcbarn2011-01-302-0/+2
|
* Remove inspsocket.h from inspircd.hGravatar Jackmcbarn2011-01-3012-21/+35
|
* Remove timer.h from inspircd.hGravatar Jackmcbarn2011-01-305-0/+5
|
* Remove threadengine.h from inspircd.hGravatar Jackmcbarn2011-01-306-1/+6
|
* Remove dns.h from inspircd.hGravatar Jackmcbarn2011-01-3010-0/+10
|
* Fix bug #83Gravatar Jackmcbarn2011-01-301-13/+3
|
* Fix PURE_STATIC compileGravatar Jackmcbarn2011-01-301-0/+1
|
* Remove unnecessary headerGravatar Jackmcbarn2011-01-301-1/+0
|