| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #29 from Shawn-Smith/insp21+joinpart_sno•••[2.1] Add new module for join/part snomasks (m_joinpartsno) v2.1b3 | 2012-04-09 | 1 | -0/+65 | |
| |\ | |||||
| | * | Added the module for join/part snomasks | 2012-04-02 | 1 | -0/+65 | |
| * | | Merge pull request #20 from Shawn-Smith/insp21+umode_redirect•••[2.1] Added usermode +L to opt-out of forced redirection (m_redirect) | 2012-04-09 | 1 | -13/+52 | |
| |\ \ | |||||
| | * | | 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•••[2.1] Adds support for ssl-only queries and notices. (m_sslmodes) | 2012-04-09 | 1 | -4/+69 | |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | 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•••OS X doesn't have (or require) libcrypt | 2012-03-30 | 1 | -1/+1 | |
| |/ | |||||
| * | Fixed infinite loop cauesd by invalid dns packets | 2012-03-29 | 1 | -2/+9 | |
| * | Fixed out of bounds memory access from malformed DNS queries that have an inv... | 2012-03-29 | 1 | -1/+1 | |
| * | 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•••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. | 2012-03-22 | 1 | -22/+2 | |
| * | m_ident: register service to actually make module work | 2012-03-22 | 1 | -0/+1 | |
| * | Typo fixes. | 2012-03-22 | 1 | -1/+1 | |
| * | dns: cleanup ResultIsReady() prototype | 2012-03-21 | 1 | -6/+6 | |
| * | dns: more hardening•••- don't trust rr.rdlength - don't accept replies we know are impossible for AAAA/A records - don't try to process record types we do not know about specifically (this behaviour just leads to disaster) | 2012-03-21 | 1 | -2/+7 | |
| * | dns: reject messages with lengths larger than DNSHeader with prejudice•••This also includes when decompressing name entries. | 2012-03-21 | 1 | -10/+33 | |
| * | dns: iterators which are integer should always be unsigned, else an integer u...•••Signed-off-by: William Pitcock <nenolod@dereferenced.org> | 2012-03-21 | 1 | -1/+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 | |
| * | Move my name from regular contributors to developers | 2011-09-28 | 2 | -3/+4 | |
| * | 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 | |
| * | <connect deny=""> (or allow="") should not match all users | 2011-07-17 | 1 | -11/+8 | |
| * | Inspircd 2.1 beta 2 v2.1b2 | 2011-07-17 | 1 | -1/+1 | |
| * | Only write pidfile if we have parsed a valid configuration | 2011-07-17 | 1 | -23/+27 | |
| * | 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 | |
| * | Make the select() socketengine suck significantly less | 2011-06-12 | 1 | -52/+67 | |
| * | Track UUIDs instead of pointers, and change how cleanup is done | 2011-06-06 | 1 | -25/+28 | |
| * | Initialize quitting_sendq | 2011-06-05 | 1 | -1/+1 | |
| * | 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 | |
| * | Fix recursion of QuitUser in SendQ quits | 2011-05-23 | 2 | -7/+18 | |
| * | Change InspIRCd::Run() to return void | 2011-05-05 | 1 | -1/+1 | |
| * | Update copyright notices to 2011 | 2011-05-04 | 344 | -345/+345 | |
| * | Add static keyword | 2011-05-03 | 2 | -3/+3 | |
| * | Use empty() instead of size() == 0 | 2011-05-03 | 1 | -1/+1 | |
| * | Remove return statement that is never hit | 2011-05-03 | 1 | -2/+0 | |
| * | Remove an incorrect declaration and move OneOfMatches to CommandOper | 2011-05-03 | 1 | -16/+14 | |
| * | 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 | 6 | -7/+7 | |
| * | Fix IPv6 test on Windows | 2011-04-19 | 1 | -1/+1 | |
| * | Remove unneeded "-1" offsets from 005 line | 2011-04-18 | 1 | -3/+3 | |
| * | Fix bug 126, thanks to Seb | 2011-04-18 | 1 | -1/+1 | |
