aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29 from Shawn-Smith/insp21+joinpart_sno v2.1b3Gravatar Robin Burchell2012-04-091-0/+65
|\ | | | | [2.1] Add new module for join/part snomasks (m_joinpartsno)
| * Added the module for join/part snomasksGravatar Shawn Smith2012-04-021-0/+65
| |
* | Merge pull request #20 from Shawn-Smith/insp21+umode_redirectGravatar Robin Burchell2012-04-091-13/+52
|\ \ | | | | | | [2.1] Added usermode +L to opt-out of forced redirection (m_redirect)
| * | 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+sslqueriesGravatar Robin Burchell2012-04-091-4/+69
|\ \ \ | |_|/ |/| | [2.1] Adds support for ssl-only queries and notices. (m_sslmodes)
| * | 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 XGravatar Robin Burchell2012-03-301-1/+1
|/ | | | OS X doesn't have (or require) libcrypt
* 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 generationGravatar Daniel De Graaf2012-03-221-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 workGravatar Xaquseg2012-03-221-0/+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
|
* 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
|
* 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
|
* Track UUIDs instead of pointers, and change how cleanup is doneGravatar Jackmcbarn2011-06-061-25/+28
|
* 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
|
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-04234-234/+234
|
* Add static keywordGravatar Jackmcbarn2011-05-032-3/+3
|
* Use empty() instead of size() == 0Gravatar Jackmcbarn2011-05-031-1/+1
|
* Fix permission checkGravatar Jackmcbarn2011-05-031-1/+1
|
* Don't automatically give registrants implicit permissionsGravatar Jackmcbarn2011-04-211-0/+3
|
* Add a flag for implicit permissionsGravatar Jackmcbarn2011-04-212-3/+3
|
* Fix bug 126, thanks to SebGravatar DjSlash2011-04-181-1/+1
|
* Clarify the error if a user starts a registrant list with an account other ↵Gravatar Jackmcbarn2011-04-171-2/+2
| | | | than their own
* Allow halfops to set delayjoin, delaymsg, and auditoriumGravatar Jackmcbarn2011-04-173-3/+0
|
* Fix channel registrants being able to kick OJOINed usersGravatar Jackmcbarn2011-04-171-0/+1
|
* Don't set variables that aren't changing from default or are being ↵Gravatar Jackmcbarn2011-04-172-9/+1
| | | | immediately changed again
* Rewrite sepstream logic, add an option to suppress empty items, and add test ↵Gravatar Jackmcbarn2011-04-036-15/+12
| | | | cases
* Remove inappropriate use of sepstreamGravatar Jackmcbarn2011-04-022-17/+7
|
* Add operonly option to serverbotsGravatar Jackmcbarn2011-03-241-0/+7
|
* Display a message when using /greloadmoduleGravatar Jackmcbarn2011-03-231-1/+21
|
* Fix for bug 47Gravatar DjSlash2011-03-191-1/+1
|
* Fix timeout defaulting to zero for link blocksGravatar Daniel De Graaf2011-02-281-1/+1
|
* Use find_first_of in m_blockcolor, and enable filtering of colors in part ↵Gravatar Jackmcbarn2011-02-252-22/+31
| | | | messages
* Fix bug #122Gravatar Jackmcbarn2011-02-143-6/+18
|
* Remove command_parse.h from inspircd.hGravatar Jackmcbarn2011-01-3015-0/+15
|
* Remove inspsocket.h from inspircd.hGravatar Jackmcbarn2011-01-306-8/+11
|
* Remove dns.h from inspircd.hGravatar Jackmcbarn2011-01-303-0/+3
|
* Fix bug #83Gravatar Jackmcbarn2011-01-301-13/+3
|
* Remove cull_list.h from inspircd.hGravatar Jackmcbarn2011-01-298-9/+12
|
* Remove protocol.h from inspircd.hGravatar Jackmcbarn2011-01-2918-0/+18
|
* Use SplitCommandGravatar Jackmcbarn2011-01-261-150/+149
|