11511 Commits

Author SHA1 Message Date
Attila Molnar
acf0493627 Merge pull request #1179 from SaberUK/insp20+fix-buildprefixes
[2.0] Fix 005 not showing some modes with the same rank as others.
2016-05-30 15:42:52 +02:00
Peter Powell
e956bb75ea Fix 005 not showing some modes with the same rank as others. 2016-05-30 12:36:10 +01:00
Attila Molnar
685c30a590 Merge pull request #1170 from SaberUK/insp20+travis
Add configuration for building with Travis-CI.
2016-04-22 16:40:49 +02:00
Peter Powell
b198b696c8 Add configuration for building with Travis-CI. 2016-04-10 22:33:18 +01:00
Attila Molnar
2550d00142 Merge pull request #1169 from SaberUK/insp20+fix-makefile
[2.0] Fix extraneous quotes in makefile template.
2016-04-10 17:42:13 +02:00
Peter Powell
955b0d74dc Fix extraneous quotes in makefile template. 2016-04-10 04:33:25 +01:00
Attila Molnar
a785f350fd Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[2.0] Delete modules cautiously when doing a deinstall.
2016-03-29 12:55:02 +02:00
Peter Powell
eced506220 Delete modules cautiously when doing a deinstall. 2016-03-25 12:33:30 +00:00
Peter Powell
ba0649304a Partially revert "Quote paths in the makefile".
There is no need to quote BASE and {BIN,CON,DAT,MOD,LOG}PATH
because they are alreaady quoted. {BUILD,SOURCE}PATH however
are unquoted so their usages still need to be quoted.

This reverts commit dbcbf9647d0abb421f8a84b41e674f403c91ce8f.
2016-03-25 12:29:52 +00:00
Attila Molnar
571714e28b Merge pull request #1157 from SaberUK/insp20+fix-cron-restart
[2.0] Fix 'cron' and 'restart' in the helper not forwarding arguments.
2016-03-22 14:40:01 +01:00
Peter Powell
8aced44661 Fix 'cron' and 'restart' in the helper not forwarding arguments. 2016-03-21 17:15:50 +00:00
Attila Molnar
4f8697d0ce Remove embarrassing negative comments about some clients from the code 2016-02-29 14:40:02 +01:00
Attila Molnar
ccd4c11ea1 Merge pull request #1147 from SaberUK/insp20+gcc6
[2.0] Fix GCC 6 warning about null checking this.
2016-02-29 12:40:21 +01:00
Attila Molnar
515874b0b7 Merge pull request #1148 from guikcd/spelling-error
Minor spelling errors in m_spanningtree.so
2016-02-29 12:38:29 +01:00
Attila Molnar
8ba9242952 Merge pull request #1146 from SaberUK/insp20+quote
[2.0] Quote paths in the makefile.
2016-02-29 12:38:01 +01:00
Attila Molnar
168a4edd03 Merge pull request #1145 from Adam-/insp20+ulinekill
Don't show snotices for kills from ulined clients
2016-02-29 12:37:49 +01:00
Guillaume Delacour
b111d5098f Minor spelling errors in m_spanningtree.so 2016-02-28 10:47:34 +01:00
Peter Powell
b972020b39 Fix GCC 6 warning about null checking this.
As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to
be undefined behaviour but changing it is too risky for the 2.0
branch.
2016-02-26 20:52:50 +00:00
Peter Powell
dbcbf9647d Quote paths in the makefile.
This prevents problems caused by paths with spaces in them.
2016-02-26 14:10:57 +00:00
Adam
f80798f2c1 Don't show snotices for kills from ulined clients 2016-02-25 08:54:28 -05:00
Attila Molnar
de4b186353 Merge pull request #1136 from Adam-/insp20+dccallow
Fix dccallow to work with files with spaces in their names
2016-02-25 14:40:38 +01:00
Adam
e2f1a61fc6 Fix dccallow to work with files with spaces in their names 2016-02-18 08:45:22 -05:00
Attila Molnar
1624ab03b8 Release v2.0.21 v2.0.21 2016-02-13 19:46:59 +01:00
Attila Molnar
09186df9f8 m_namedmodes Only show chan key to members and opers with channels/auspex 2016-02-13 19:35:17 +01:00
Attila Molnar
c6c61719b5 m_callerid Free old extension data before unserializing the new data 2016-02-13 19:30:05 +01:00
Attila Molnar
09c716ce11 Limit DNS cache size 2016-02-13 19:23:07 +01:00
Attila Molnar
24438c0746 Cap TTL of DNS cache entries 2016-02-13 19:21:30 +01:00
Attila Molnar
2fe72dc9a8 Garbage collect DNS cache more often 2016-02-13 19:20:12 +01:00
Attila Molnar
748b3a0d89 m_dccallow Add config option to control max entries on a list
Default to 20
2016-02-12 18:30:01 +01:00
Attila Molnar
bbd8815115 m_ircv3 Fix AWAY being sent on join to the joining user if it has away-notify enabled and is away 2016-02-12 18:20:07 +01:00
Attila Molnar
9d81896b74 Merge pull request #1071 from SaberUK/insp20+fix-lusers
[2.0] Fix hidden operators being shown in LUSERS.
2016-02-12 17:35:55 +01:00
Peter Powell
4e70a39299 Fix hidden operators being shown in LUSERS. 2016-02-12 15:59:19 +00:00
Adam
dbb7672c6a Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 2016-02-11 08:14:07 -05:00
Attila Molnar
374d7eb098 Merge pull request #1110 from SaberUK/insp20+cap
[2.0] Fix CAP REQ to be atomic like the standard dictates.
2015-12-07 10:53:53 +01:00
Peter Powell
e114a7ec08 Work around irc::spacesepstream not stripping extraneous spaces. 2015-12-07 09:48:33 +00:00
Peter Powell
be0d7ab72a Fix CAP REQ to be atomic like the standard dictates.
Reported by @dequis on IRC.
2015-12-07 09:47:54 +00:00
Attila Molnar
91fe9afed5 m_operprefix Unset mode on unload
Fixes issue #1109 reported by @Sheogorath-SI
2015-11-23 10:53:30 +01:00
Attila Molnar
a652cdd9d9 Merge pull request #1104 from SaberUK/insp20+secure-cert
[2.0] Generate a 2048-bit dhparams unless explicitly specified.
2015-11-03 13:09:27 +01:00
Peter Powell
7d0b4a4a07 Generate a 2048-bit dhparams unless explicitly specified. 2015-10-24 22:47:30 +01:00
Attila Molnar
3f8f2c7a0b Fix a few documentation problems
Fixes issues #1003, #1045 and #1085
2015-10-12 14:50:45 +02:00
Attila Molnar
8adc04585d Revert "Fix sending the wrong numerics on join when a topic is empty."
This reverts commit b0e64b8cea2d721588d92072a8d16fdd99a9c945.

The original behavior isn't RFC incompliant, see #1095.
2015-10-11 16:27:10 +02:00
Attila Molnar
b2db94675b Fix incorrect std::string::operator[] usage
Passing a position equal to length() to the non-const version of operator[] is undefined
2015-09-28 10:36:17 +02:00
Adam
aec9540601 Merge pull request #1050 from Aviator45003/insp20
Fixed a build warning
2015-09-06 17:01:14 -04:00
Adam
e660106903 Merge pull request #1018 from SaberUK/insp20+hidekills
[2.0] Fix exposing the opers hostname in KILL when using hidekills.
2015-09-06 17:00:57 -04:00
Adam
1aa4fa1496 Merge pull request #1092 from SaberUK/insp20+fix-topic
[2.0] Fix sending the wrong numerics on join when a topic is empty.
2015-09-06 17:00:44 -04:00
Peter Powell
b0e64b8cea Fix sending the wrong numerics on join when a topic is empty. 2015-08-26 12:02:31 +01:00
Attila Molnar
b7189fdb5b Merge pull request #1089 from SaberUK/insp20+fix-msvc
[2.0] Fix compilation with Microsoft Visual C++ 14.
2015-08-10 15:04:58 +02:00
Attila Molnar
9c6a2d1b5b Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-install
[2.0] Fix "make -jX debug install" causing linker errors.
2015-08-10 14:54:32 +02:00
Peter Powell
234c234993 Fix compilation with Microsoft Visual C++ 14. 2015-08-09 13:19:20 +01:00
Peter Powell
7da9057946 Fix "make -jX debug install" causing linker errors. 2015-07-29 23:46:33 +01:00