aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29 from Shawn-Smith/insp21+joinpart_sno•••[2.1] Add new module for join/part snomasks (m_joinpartsno) v2.1b3Gravatar Robin Burchell2012-04-092-0/+72
|\
| * Added the module for join/part snomasksGravatar Shawn Smith2012-04-022-0/+72
* | Merge pull request #20 from Shawn-Smith/insp21+umode_redirect•••[2.1] Added usermode +L to opt-out of forced redirection (m_redirect)Gravatar Robin Burchell2012-04-091-13/+52
|\ \
| * | Renamed from RedirectUMode/redirect_u to AntiRedirect/antiredirectGravatar Shawn Smith2012-03-301-3/+3
| * | Changed re and re_u to redirect_chmode and redirect_umodeGravatar Shawn Smith2012-03-291-8/+8
| * | Added usermode +L to m_redirect to opt-out of forced redirection.Gravatar Shawn Smith2012-03-291-8/+47
* | | Merge pull request #19 from Shawn-Smith/insp21+sslqueries•••[2.1] Adds support for ssl-only queries and notices. (m_sslmodes)Gravatar Robin Burchell2012-04-091-4/+69
|\ \ \ | |_|/ |/| |
| * | Renamed ssl_umode to secure_queriesGravatar Shawn Smith2012-03-301-2/+2
| * | Added ssl query/notice support to m_sslmodesGravatar Shawn Smith2012-03-291-4/+69
| |/
* | fix compilation on OS X•••OS X doesn't have (or require) libcrypt Gravatar Robin Burchell2012-03-301-1/+1
* | configure: fix check for eventfd support.•••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(). Gravatar William Pitcock2012-03-301-1/+6
|/
* Fixed infinite loop cauesd by invalid dns packetsGravatar Adam2012-03-291-2/+9
* Fixed out of bounds memory access from malformed DNS queries that have an inv...Gravatar Adam2012-03-291-1/+1
* inspircd.com is no longer our dev blogGravatar Pogs McPoggerson2012-03-242-2/+0
* m_ssl_gnutls: use recommended DH bit sizes instead of user-specified valueGravatar Daniel De Graaf2012-03-221-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. Gravatar Daniel De Graaf2012-03-221-22/+2
* m_ident: register service to actually make module workGravatar Xaquseg2012-03-221-0/+1
* Merge pull request #7 from Shawn-Smith/insp21•••Readme/insp21Gravatar Robin Burchell2012-03-221-0/+13
|\
| * Merge branch 'insp21' of https://github.com/inspircd/inspircd into insp21Gravatar Shawn Smith2012-03-223-4/+12
| |\
| * | Added a readmeGravatar Shawn Smith2012-03-221-0/+13
| * | Merge branch 'insp21', remote-tracking branch 'Official/insp21' into insp21Gravatar Shawn Smith2012-03-210-0/+0
* | | Use `xcrun clang++` on OS X as the compilerGravatar Kyle Fuller2012-03-221-1/+1
| |/ |/|
* | Typo fixes.Gravatar Peter Powell2012-03-222-2/+2
* | Update sources.lst to point to the GitHub inspircd-extras repo.Gravatar Peter Powell2012-03-221-1/+1
* | Switch configure script to use clang on OS X as Apple no longer maintain thei...Gravatar Peter Powell2012-03-221-2/+10
|/
* dns: cleanup ResultIsReady() prototypeGravatar William Pitcock2012-03-211-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) Gravatar William Pitcock2012-03-211-2/+7
* dns: reject messages with lengths larger than DNSHeader with prejudice•••This also includes when decompressing name entries. Gravatar William Pitcock2012-03-211-10/+33
* dns: iterators which are integer should always be unsigned, else an integer u...•••Signed-off-by: William Pitcock <nenolod@dereferenced.org> Gravatar William Pitcock2012-03-211-1/+1
* m_remove: forbid removing ulined usersGravatar Justasic2012-02-251-0/+5
* m_chghost: Fix incorrect length check pointed out by ThalesGravatar Daniel De Graaf2012-02-251-5/+6
* Make m_shun work on aliasesGravatar Jens Voss2012-01-211-0/+6
* Move my name from regular contributors to developersGravatar Jackmcbarn2011-09-282-3/+4
* Add note about hidewhois and idle timesGravatar Jackmcbarn2011-08-311-0/+2
* Fix stats letter for shunsGravatar Jackmcbarn2011-08-271-2/+1
* Fix garbage collect of dropped accountsGravatar Jackmcbarn2011-08-221-1/+1
* Allow use of absolute paths with m_nationalcharsGravatar Jackmcbarn2011-07-191-1/+2
* <connect deny=""> (or allow="") should not match all usersGravatar Daniel De Graaf2011-07-171-11/+8
* Inspircd 2.1 beta 2 v2.1b2Gravatar Daniel De Graaf2011-07-171-1/+1
* Only write pidfile if we have parsed a valid configurationGravatar Daniel De Graaf2011-07-171-23/+27
* Resolve /STATS S conflict between SVSHOLD and SHUNGravatar Daniel De Graaf2011-06-231-1/+1
* Always use local SID as the source for PONG repliesGravatar Daniel De Graaf2011-06-231-1/+1
* Make the select() socketengine suck significantly lessGravatar Adam2011-06-121-52/+67
* Track UUIDs instead of pointers, and change how cleanup is doneGravatar Jackmcbarn2011-06-061-25/+28
* Initialize quitting_sendqGravatar Jackmcbarn2011-06-051-1/+1
* Account name is irc::stringGravatar Jackmcbarn2011-06-051-1/+1
* Change m_gecosban to extban g and m_account_modes to extban rGravatar Jackmcbarn2011-06-052-6/+7
* Fix recursion of QuitUser in SendQ quitsGravatar Jackmcbarn2011-05-234-7/+26
* Change InspIRCd::Run() to return voidGravatar Jackmcbarn2011-05-052-3/+2
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-04391-392/+392