| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #29 from Shawn-Smith/insp21+joinpart_sno v2.1b3 | 2012-04-09 | 1 | -0/+65 | |
| |\ | | | | | [2.1] Add new module for join/part snomasks (m_joinpartsno) | ||||
| | * | Added the module for join/part snomasks | 2012-04-02 | 1 | -0/+65 | |
| | | | |||||
| * | | Merge pull request #20 from Shawn-Smith/insp21+umode_redirect | 2012-04-09 | 1 | -13/+52 | |
| |\ \ | | | | | | | [2.1] Added usermode +L to opt-out of forced redirection (m_redirect) | ||||
| | * | | Renamed from RedirectUMode/redirect_u to AntiRedirect/antiredirect | 2012-03-30 | 1 | -3/+3 | |
| | | | | |||||
| | * | | Changed re and re_u to redirect_chmode and redirect_umode | 2012-03-29 | 1 | -8/+8 | |
| | | | | |||||
| | * | | Added usermode +L to m_redirect to opt-out of forced redirection. | 2012-03-29 | 1 | -8/+47 | |
| | | | | |||||
| * | | | Merge pull request #19 from Shawn-Smith/insp21+sslqueries | 2012-04-09 | 1 | -4/+69 | |
| |\ \ \ | |_|/ |/| | | [2.1] Adds support for ssl-only queries and notices. (m_sslmodes) | ||||
| | * | | Renamed ssl_umode to secure_queries | 2012-03-30 | 1 | -2/+2 | |
| | | | | |||||
| | * | | Added ssl query/notice support to m_sslmodes | 2012-03-29 | 1 | -4/+69 | |
| | |/ | |||||
| * / | fix compilation on OS X | 2012-03-30 | 1 | -1/+1 | |
| |/ | | | | OS X doesn't have (or require) libcrypt | ||||
| * | m_ssl_gnutls: use recommended DH bit sizes instead of user-specified value | 2012-03-22 | 1 | -5/+3 | |
| | | |||||
| * | m_ssl_gnutls: remove DH parameter generation | 2012-03-22 | 1 | -22/+2 | |
| | | | | | | | While the gnutls documentation recommends that DH parameters be regenerated, this does not actually improve security and may freeze the ircd for a significant amount of time (50s in some reports). Remove it. | ||||
| * | m_ident: register service to actually make module work | 2012-03-22 | 1 | -0/+1 | |
| | | |||||
| * | m_remove: forbid removing ulined users | 2012-02-25 | 1 | -0/+5 | |
| | | |||||
| * | m_chghost: Fix incorrect length check pointed out by Thales | 2012-02-25 | 1 | -5/+6 | |
| | | |||||
| * | Make m_shun work on aliases | 2012-01-21 | 1 | -0/+6 | |
| | | |||||
| * | Fix stats letter for shuns | 2011-08-27 | 1 | -2/+1 | |
| | | |||||
| * | Fix garbage collect of dropped accounts | 2011-08-22 | 1 | -1/+1 | |
| | | |||||
| * | Allow use of absolute paths with m_nationalchars | 2011-07-19 | 1 | -1/+2 | |
| | | |||||
| * | Resolve /STATS S conflict between SVSHOLD and SHUN | 2011-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Always use local SID as the source for PONG replies | 2011-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Track UUIDs instead of pointers, and change how cleanup is done | 2011-06-06 | 1 | -25/+28 | |
| | | |||||
| * | Account name is irc::string | 2011-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Change m_gecosban to extban g and m_account_modes to extban r | 2011-06-05 | 2 | -6/+7 | |
| | | |||||
| * | Update copyright notices to 2011 | 2011-05-04 | 234 | -234/+234 | |
| | | |||||
| * | Add static keyword | 2011-05-03 | 2 | -3/+3 | |
| | | |||||
| * | Use empty() instead of size() == 0 | 2011-05-03 | 1 | -1/+1 | |
| | | |||||
| * | Fix permission check | 2011-05-03 | 1 | -1/+1 | |
| | | |||||
| * | Don't automatically give registrants implicit permissions | 2011-04-21 | 1 | -0/+3 | |
| | | |||||
| * | Add a flag for implicit permissions | 2011-04-21 | 2 | -3/+3 | |
| | | |||||
| * | Fix bug 126, thanks to Seb | 2011-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Clarify the error if a user starts a registrant list with an account other ↵ | 2011-04-17 | 1 | -2/+2 | |
| | | | | | than their own | ||||
| * | Allow halfops to set delayjoin, delaymsg, and auditorium | 2011-04-17 | 3 | -3/+0 | |
| | | |||||
| * | Fix channel registrants being able to kick OJOINed users | 2011-04-17 | 1 | -0/+1 | |
| | | |||||
| * | Don't set variables that aren't changing from default or are being ↵ | 2011-04-17 | 2 | -9/+1 | |
| | | | | | immediately changed again | ||||
| * | Rewrite sepstream logic, add an option to suppress empty items, and add test ↵ | 2011-04-03 | 6 | -15/+12 | |
| | | | | | cases | ||||
| * | Remove inappropriate use of sepstream | 2011-04-02 | 2 | -17/+7 | |
| | | |||||
| * | Add operonly option to serverbots | 2011-03-24 | 1 | -0/+7 | |
| | | |||||
| * | Display a message when using /greloadmodule | 2011-03-23 | 1 | -1/+21 | |
| | | |||||
| * | Fix for bug 47 | 2011-03-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix timeout defaulting to zero for link blocks | 2011-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Use find_first_of in m_blockcolor, and enable filtering of colors in part ↵ | 2011-02-25 | 2 | -22/+31 | |
| | | | | | messages | ||||
| * | Fix bug #122 | 2011-02-14 | 3 | -6/+18 | |
| | | |||||
| * | Remove command_parse.h from inspircd.h | 2011-01-30 | 15 | -0/+15 | |
| | | |||||
| * | Remove inspsocket.h from inspircd.h | 2011-01-30 | 6 | -8/+11 | |
| | | |||||
| * | Remove dns.h from inspircd.h | 2011-01-30 | 3 | -0/+3 | |
| | | |||||
| * | Fix bug #83 | 2011-01-30 | 1 | -13/+3 | |
| | | |||||
| * | Remove cull_list.h from inspircd.h | 2011-01-29 | 8 | -9/+12 | |
| | | |||||
| * | Remove protocol.h from inspircd.h | 2011-01-29 | 18 | -0/+18 | |
| | | |||||
| * | Use SplitCommand | 2011-01-26 | 1 | -150/+149 | |
| | | |||||
