summaryrefslogtreecommitdiffstats
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-234-7/+26
|
* Change InspIRCd::Run() to return voidGravatar Jackmcbarn2011-05-052-3/+2
|
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-04391-392/+392
|
* Add declaration for function added by MODULE_INITGravatar Jackmcbarn2011-05-041-0/+3
|
* 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-217-11/+16
|
* Fix IPv6 test on WindowsGravatar Adam2011-04-191-1/+1
|
* Remove unneeded "-1" offsets from 005 lineGravatar Daniel De Graaf2011-04-181-3/+3
|
* Updated helpop regarding SILENCE, example had syntax wrongGravatar DjSlash2011-04-181-1/+1
|
* Fix bug 126, thanks to SebGravatar DjSlash2011-04-181-1/+1
|
* Updated examples, removing ziplinksGravatar DjSlash2011-04-182-10/+7
|
* Fix for bug 80Gravatar DjSlash2011-04-181-2/+2
|
* 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-0310-65/+95
| | | | 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 for bug 116, in addition an improvement of the regex is madeGravatar DjSlash2011-03-191-2/+2
|
* 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
|
* Fix "-bundle not allowed with -dynamiclib" issue on OS XGravatar Peter Powell2011-02-271-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-242-14/+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-3033-1/+33
|
* Remove dynamic.h from inspircd.hGravatar Jackmcbarn2011-01-304-1/+3
|
* Undo last commitGravatar Jackmcbarn2011-01-301-0/+1
|