| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #29 from Shawn-Smith/insp21+joinpart_sno v2.1b3 | 2012-04-09 | 2 | -0/+72 | |
| |\ | | | | | [2.1] Add new module for join/part snomasks (m_joinpartsno) | ||||
| | * | Added the module for join/part snomasks | 2012-04-02 | 2 | -0/+72 | |
| | | | |||||
| * | | 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 | ||||
| * | | configure: fix check for eventfd support. | 2012-03-30 | 1 | -1/+6 | |
| |/ | | | | | InspIRCd uses eventfd_read() which was not introduced until after eventfd was first added to glibc. uClibc, for example, still does not have support for eventfd_read(). | ||||
| * | 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 ↵ | 2012-03-29 | 1 | -1/+1 | |
| | | | | | invalid length label. Introduced in a6a07de0daa353bcd29056a4535a9c4784c113c8. | ||||
| * | inspircd.com is no longer our dev blog | 2012-03-24 | 2 | -2/+0 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Merge pull request #7 from Shawn-Smith/insp21 | 2012-03-22 | 1 | -0/+13 | |
| |\ | | | | | Readme/insp21 | ||||
| | * | Merge branch 'insp21' of https://github.com/inspircd/inspircd into insp21 | 2012-03-22 | 3 | -4/+12 | |
| | |\ | |||||
| | * | | Added a readme | 2012-03-22 | 1 | -0/+13 | |
| | | | | |||||
| | * | | Merge branch 'insp21', remote-tracking branch 'Official/insp21' into insp21 | 2012-03-21 | 0 | -0/+0 | |
| | | | | |||||
| * | | | Use `xcrun clang++` on OS X as the compiler | 2012-03-22 | 1 | -1/+1 | |
| | |/ |/| | |||||
| * | | Typo fixes. | 2012-03-22 | 2 | -2/+2 | |
| | | | |||||
| * | | Update sources.lst to point to the GitHub inspircd-extras repo. | 2012-03-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch configure script to use clang on OS X as Apple no longer maintain ↵ | 2012-03-22 | 1 | -2/+10 | |
| |/ | | | | their fork of GCC. | ||||
| * | dns: cleanup ResultIsReady() prototype | 2012-03-21 | 1 | -6/+6 | |
| | | |||||
| * | dns: more hardening | 2012-03-21 | 1 | -2/+7 | |
| | | | | | | | | - 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) | ||||
| * | dns: reject messages with lengths larger than DNSHeader with prejudice | 2012-03-21 | 1 | -10/+33 | |
| | | | | | This also includes when decompressing name entries. | ||||
| * | dns: iterators which are integer should always be unsigned, else an integer ↵ | 2012-03-21 | 1 | -1/+1 | |
| | | | | | | | underflow is possible. Signed-off-by: William Pitcock <nenolod@dereferenced.org> | ||||
| * | 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 | |
| | | |||||
| * | Add note about hidewhois and idle times | 2011-08-31 | 1 | -0/+2 | |
| | | |||||
| * | 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 | 4 | -7/+26 | |
| | | |||||
| * | Change InspIRCd::Run() to return void | 2011-05-05 | 2 | -3/+2 | |
| | | |||||
| * | Update copyright notices to 2011 | 2011-05-04 | 391 | -392/+392 | |
| | | |||||
