aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the previous commit on C++11 compilers.Gravatar Peter Powell2019-12-291-2/+2
* Mark messages from ulined clients with the inspircd.org/service tag.Gravatar Peter Powell2019-12-294-0/+76
* Use FindNickOnly for finding the required nick for an alias.Gravatar Peter Powell2019-12-211-1/+1
* Fixing MatchCIDR call when checking proxy rangeGravatar iwalkalone2019-12-061-2/+2
* Change the default for <waitpong:sendsnotice> to false.•••This message exists for an incredibly rare issue and just confuses the vast majority of people. Gravatar Peter Powell2019-11-291-1/+1
* Minor cleanup of the conn_umodes module.Gravatar Peter Powell2019-11-291-13/+9
* WebSocket: move the OriginList typedef inside WebSocketConfig.Gravatar Peter Powell2019-11-291-3/+2
* WebSocket: replace the behindproxy switch with a proxy IP list.Gravatar Peter Powell2019-11-291-7/+19
* Implement support for websocket connections via a proxy like nginx.Gravatar Peter Powell2019-11-281-0/+27
* Move WebSocket config to its own class.Gravatar Peter Powell2019-11-281-14/+21
* Rename ldapoper class to LDAPOper.•••This might be causing issues for some people? Gravatar Peter Powell2019-11-221-3/+3
* Split the channel mode and extban replies.•••Tell the user when they are extbanned rather than incorrectly say that the channel mode is set. Refactored the logic in m_nonotice to match that of the others. Gravatar Matt Schatz2019-11-185-21/+27
* Change Config->CaseMapping back when unloading.•••Now that casemapping is configurable in the core and we set that Config variable rather than just modifying the ISupport output each time, we need to change the variable back when being unloaded. So we save the current value when loading and set it back when being unloaded. We also need to call the ISupport builder a second time as the core calls it before we destruct. Gravatar Matt Schatz2019-11-181-1/+7
* Allow Channel::WriteNotice send to other servers and status ranks.Gravatar Peter Powell2019-11-174-17/+11
* Refactor the MySQL code slightly.Gravatar Peter Powell2019-11-161-9/+10
* SSL modules: send SNOTICE upon successful rehash.Gravatar Matt Schatz2019-11-153-0/+3
* Refactor the MySQL query and result queue classes.Gravatar Peter Powell2019-11-131-33/+52
* Get rid of some dead code in the MySQL module.Gravatar Peter Powell2019-11-131-9/+0
* Improve the logic around connecting to a MySQL server.•••- The connection timeout can now be customised with <database:timeout>. - <database:port> is now limited to the 1-65535 range. - The MySQL library will now not install a SIGPIPE handler as it would override the default InspIRCd ignore behavopur. - Errors caused by setting the default character set and executing the initial query are now no longer ignored. Gravatar Peter Powell2019-11-131-17/+32
* Add GetId() to the SQL::Provider class.Gravatar Peter Powell2019-11-133-4/+12
* Use case insensitive comparisons when checking for SSL rehashes.Gravatar Peter Powell2019-11-033-3/+3
* Add a workaround for connectban hitting gateway IP addresses.Gravatar Peter Powell2019-10-251-1/+23
* Extract connectban's range checking code to a function.Gravatar Peter Powell2019-10-251-13/+22
* m_noctcp: Fix noctcp user mode not applying to exempted channel ops.Gravatar Robby2019-10-241-8/+8
* Raise <connflood:bootwait> from 10 seconds to 2 minutes.•••Many clients don't reconnect automatically and it can take a while for them to reconnect. Gravatar Peter Powell2019-10-241-1/+1
* Ignore DNSBL responses if the user's IP address has changed.Gravatar Peter Powell2019-10-241-4/+10
* Improve the timed ban notices (#1722).•••- Save the nick of the setter to use in the expiry message. - Change both notice messages to a standard and informative style.Gravatar Matt Schatz2019-10-241-21/+26
* Add oper exemption to hidemode.Gravatar Matt Schatz2019-10-201-0/+3
* SQuit all servers when a shutdown happens.Gravatar Peter Powell2019-10-172-0/+8
* Convert a bunch of LocalUser* casts to IS_LOCAL.•••This is a lot safer and handles users changing servers properly. Gravatar Peter Powell2019-10-135-8/+11
* Fix an shadowing warning in the spanningtree module.Gravatar Peter Powell2019-09-301-2/+2
* Stop GCC warnings about the deprecated OnServerSplit event.Gravatar Peter Powell2019-09-301-0/+3
* Fix a compiler error in the LDAP module.Gravatar Peter Powell2019-09-301-1/+1
* Deduplicate code for handling with setting LDAP options.Gravatar Peter Powell2019-09-271-10/+13
* Add the OnServerBurst hook and fix the docs for OnServerLink.Gravatar Peter Powell2019-09-231-0/+1
* Add whether the server split with an error to OnServerSplit.Gravatar Peter Powell2019-09-235-12/+14
* Add the server id to the Server class.Gravatar Peter Powell2019-09-2312-29/+38
* Lower the acceptable drift for clocks on link.Gravatar Peter Powell2019-09-201-5/+5
* Fix cloaking not ignoring the case of a user's hostname.•••This new mode is recommended but disabled by default for compat reasons. Closes #480. Closes #1419. Co-Authored-By: B00mX0r <b00mx0r@aureus.pw> Gravatar Peter Powell2019-09-161-8/+16
* Fix the noctcp user mode not applying to channel CTCPs.•••Closes #1704. Gravatar Peter Powell2019-09-161-0/+8
* m_alias: Add option to strip colors when matchingGravatar linuxdaemon2019-09-141-1/+9
* m_chanfilter: Apply filters to part messages (#1702)Gravatar linuxdaemon2019-09-141-24/+65
* Add internal serialisations of the DCC allow and silence lists.Gravatar Peter Powell2019-09-032-13/+159
* When silence mask is prefixed by + or -, it should only remove the first char...Gravatar iwalkalone2019-09-021-1/+1
* Fix the haproxy module losing initial data in some circumstances.Gravatar Peter Powell2019-08-261-10/+17
* Silence some GCC warnings.Gravatar Peter Powell2019-08-232-3/+5
* Improve escaping strings in the MySQL module.Gravatar Peter Powell2019-08-201-23/+29
* Initialise and deallocate the MySQL library correctly.Gravatar Peter Powell2019-08-201-0/+6
* Fix some remaining uses of ato[il].Gravatar Peter Powell2019-08-133-4/+4
* Convert LocalExtItem to a typedef and deprecate it.Gravatar Peter Powell2019-08-131-2/+2