| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inspircd 2.1 beta 2 v2.1b2 | Daniel De Graaf | 2011-07-17 | 1 | -1/+1 |
| * | Only write pidfile if we have parsed a valid configuration | Daniel De Graaf | 2011-07-17 | 1 | -23/+27 |
| * | Resolve /STATS S conflict between SVSHOLD and SHUN | Daniel De Graaf | 2011-06-23 | 1 | -1/+1 |
| * | Always use local SID as the source for PONG replies | Daniel De Graaf | 2011-06-23 | 1 | -1/+1 |
| * | Make the select() socketengine suck significantly less | Adam | 2011-06-12 | 1 | -52/+67 |
| * | Track UUIDs instead of pointers, and change how cleanup is done | Jackmcbarn | 2011-06-06 | 1 | -25/+28 |
| * | Initialize quitting_sendq | Jackmcbarn | 2011-06-05 | 1 | -1/+1 |
| * | Account name is irc::string | Jackmcbarn | 2011-06-05 | 1 | -1/+1 |
| * | Change m_gecosban to extban g and m_account_modes to extban r | Jackmcbarn | 2011-06-05 | 2 | -6/+7 |
| * | Fix recursion of QuitUser in SendQ quits | Jackmcbarn | 2011-05-23 | 4 | -7/+26 |
| * | Change InspIRCd::Run() to return void | Jackmcbarn | 2011-05-05 | 2 | -3/+2 |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 391 | -392/+392 |
| * | Add declaration for function added by MODULE_INIT | Jackmcbarn | 2011-05-04 | 1 | -0/+3 |
| * | Add static keyword | Jackmcbarn | 2011-05-03 | 2 | -3/+3 |
| * | Use empty() instead of size() == 0 | Jackmcbarn | 2011-05-03 | 1 | -1/+1 |
| * | Remove return statement that is never hit | Jackmcbarn | 2011-05-03 | 1 | -2/+0 |
| * | Remove an incorrect declaration and move OneOfMatches to CommandOper | Jackmcbarn | 2011-05-03 | 1 | -16/+14 |
| * | Fix permission check | Jackmcbarn | 2011-05-03 | 1 | -1/+1 |
| * | Don't automatically give registrants implicit permissions | Jackmcbarn | 2011-04-21 | 1 | -0/+3 |
| * | Add a flag for implicit permissions | Jackmcbarn | 2011-04-21 | 7 | -11/+16 |
| * | Fix IPv6 test on Windows | Adam | 2011-04-19 | 1 | -1/+1 |
| * | Remove unneeded "-1" offsets from 005 line | Daniel De Graaf | 2011-04-18 | 1 | -3/+3 |
| * | Updated helpop regarding SILENCE, example had syntax wrong | DjSlash | 2011-04-18 | 1 | -1/+1 |
| * | Fix bug 126, thanks to Seb | DjSlash | 2011-04-18 | 1 | -1/+1 |
| * | Updated examples, removing ziplinks | DjSlash | 2011-04-18 | 2 | -10/+7 |
| * | Fix for bug 80 | DjSlash | 2011-04-18 | 1 | -2/+2 |
| * | Fix mis-implemented irc::sockets::cidr_mask::operator< | Daniel De Graaf | 2011-04-18 | 1 | -2/+5 |
| * | Clarify the error if a user starts a registrant list with an account other th... | Jackmcbarn | 2011-04-17 | 1 | -2/+2 |
| * | Allow halfops to set delayjoin, delaymsg, and auditorium | Jackmcbarn | 2011-04-17 | 3 | -3/+0 |
| * | Fix channel registrants being able to kick OJOINed users | Jackmcbarn | 2011-04-17 | 1 | -0/+1 |
| * | Don't set variables that aren't changing from default or are being immediatel... | Jackmcbarn | 2011-04-17 | 3 | -10/+1 |
| * | Improve error messages for modmanager_static | Daniel De Graaf | 2011-04-13 | 1 | -2/+2 |
| * | Rewrite sepstream logic, add an option to suppress empty items, and add test ... | Jackmcbarn | 2011-04-03 | 10 | -65/+95 |
| * | Remove inappropriate use of sepstream | Jackmcbarn | 2011-04-02 | 2 | -17/+7 |
| * | Revert to old sepstream logic until a proper fix is finished | Jackmcbarn | 2011-04-01 | 1 | -5/+14 |
| * | Fix sepstream logic when multiple consecutive separators are encountered and ... | Jackmcbarn | 2011-03-28 | 2 | -15/+6 |
| * | Add operonly option to serverbots | Jackmcbarn | 2011-03-24 | 1 | -0/+7 |
| * | Display a message when using /greloadmodule | Jackmcbarn | 2011-03-23 | 1 | -1/+21 |
| * | Fix for bug 47 | DjSlash | 2011-03-19 | 1 | -1/+1 |
| * | Fix for bug 116, in addition an improvement of the regex is made | DjSlash | 2011-03-19 | 1 | -2/+2 |
| * | Fix excessive memory use in kqueue•••The maximum number of file descriptors was incorrectly using the OS maximum,
not the process maximum. Thanks to Liath for finding & testing.
| Daniel De Graaf | 2011-03-03 | 1 | -1/+1 |
| * | Fix timeout defaulting to zero for link blocks | Daniel De Graaf | 2011-02-28 | 1 | -1/+1 |
| * | Fix "-bundle not allowed with -dynamiclib" issue on OS X | Peter Powell | 2011-02-27 | 1 | -1/+1 |
| * | Use find_first_of in m_blockcolor, and enable filtering of colors in part mes... | Jackmcbarn | 2011-02-25 | 2 | -22/+31 |
| * | Allow listing of modes with +Z | Jackmcbarn | 2011-02-24 | 2 | -14/+43 |
| * | Fix bug #122 | Jackmcbarn | 2011-02-14 | 3 | -6/+18 |
| * | Fix binding to IPv6 only | Jackmcbarn | 2011-01-31 | 1 | -5/+5 |
| * | Remove command_parse.h from inspircd.h | Jackmcbarn | 2011-01-30 | 33 | -1/+33 |
| * | Remove dynamic.h from inspircd.h | Jackmcbarn | 2011-01-30 | 4 | -1/+3 |
| * | Undo last commit | Jackmcbarn | 2011-01-30 | 1 | -0/+1 |