| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Track UUIDs instead of pointers, and change how cleanup is done | Jackmcbarn | 2011-06-06 | 1 | -25/+28 |
| * | 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 |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 234 | -234/+234 |
| * | Add static keyword | Jackmcbarn | 2011-05-03 | 2 | -3/+3 |
| * | Use empty() instead of size() == 0 | Jackmcbarn | 2011-05-03 | 1 | -1/+1 |
| * | 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 | 2 | -3/+3 |
| * | Fix bug 126, thanks to Seb | DjSlash | 2011-04-18 | 1 | -1/+1 |
| * | 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 | 2 | -9/+1 |
| * | Rewrite sepstream logic, add an option to suppress empty items, and add test ... | Jackmcbarn | 2011-04-03 | 6 | -15/+12 |
| * | Remove inappropriate use of sepstream | Jackmcbarn | 2011-04-02 | 2 | -17/+7 |
| * | 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 timeout defaulting to zero for link blocks | Daniel De Graaf | 2011-02-28 | 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 |
| * | Fix bug #122 | Jackmcbarn | 2011-02-14 | 3 | -6/+18 |
| * | Remove command_parse.h from inspircd.h | Jackmcbarn | 2011-01-30 | 15 | -0/+15 |
| * | Remove inspsocket.h from inspircd.h | Jackmcbarn | 2011-01-30 | 6 | -8/+11 |
| * | Remove dns.h from inspircd.h | Jackmcbarn | 2011-01-30 | 3 | -0/+3 |
| * | Fix bug #83 | Jackmcbarn | 2011-01-30 | 1 | -13/+3 |
| * | Remove cull_list.h from inspircd.h | Jackmcbarn | 2011-01-29 | 8 | -9/+12 |
| * | Remove protocol.h from inspircd.h | Jackmcbarn | 2011-01-29 | 18 | -0/+18 |
| * | Use SplitCommand | Jackmcbarn | 2011-01-26 | 1 | -150/+149 |
| * | Fix memory leak | Jackmcbarn | 2011-01-20 | 1 | -1/+1 |
| * | Fix bug #117, found by satmd, thanks | Jackmcbarn | 2011-01-19 | 1 | -3/+3 |
| * | Add check for null | Jackmcbarn | 2011-01-04 | 1 | -0/+1 |
| * | Fix crash on shutdown | Jackmcbarn | 2011-01-04 | 1 | -2/+2 |
| * | Add TSStringVectorExtItem | Jackmcbarn | 2010-12-28 | 2 | -6/+49 |
| * | Use braces around empty loop bodies | Jackmcbarn | 2010-12-24 | 1 | -1/+1 |
| * | Add TSGenericExtItem | Jackmcbarn | 2010-12-22 | 5 | -184/+304 |
| * | Use more printf-style WriteServ | Jackmcbarn | 2010-12-16 | 13 | -30/+30 |
| * | Remove m_saprop | Jackmcbarn | 2010-12-16 | 1 | -72/+0 |
| * | Forward port crash fix from 2.0 | Jackmcbarn | 2010-12-02 | 1 | -1/+1 |
| * | Don't use a typedef as a variable name | Jackmcbarn | 2010-12-01 | 2 | -9/+9 |
| * | Use const references | Jackmcbarn | 2010-12-01 | 3 | -4/+4 |
| * | Remove unused variables and functions | Jackmcbarn | 2010-12-01 | 2 | -8/+2 |
| * | It's safe to delete a null pointer | Jackmcbarn | 2010-12-01 | 1 | -2/+1 |
| * | Add const to some functions | Jackmcbarn | 2010-12-01 | 2 | -2/+2 |
| * | Fix possible crash | Jackmcbarn | 2010-12-01 | 2 | -2/+2 |
| * | Use long instead of float where possible, and use preincrement operators | Jackmcbarn | 2010-12-01 | 1 | -12/+12 |
| * | Use std::string::npos rather than -1 | Jackmcbarn | 2010-12-01 | 1 | -1/+1 |
| * | Don't remove const when we don't have to | Jackmcbarn | 2010-12-01 | 3 | -3/+3 |