10599 Commits

Author SHA1 Message Date
Robby-
46a3904619 Replace copyright headers with headers granting specific authors copyright 2012-04-19 20:58:29 +02:00
Robin Burchell
98131a0a1c Merge pull request #85 from Robby-/insp20-typosnstuff
[2.0] Add conf/ to include paths and fix some typos
2012-04-19 03:35:49 -07:00
Robin Burchell
58c47b3943 Merge pull request #88 from Robby-/insp20-helpop
[2.0] helpop: revert 05e6330 and make it the other way around
2012-04-19 03:25:05 -07:00
Robby-
485e97fb1c Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead (afterall, the module is called helpop and references itself as that in the code/output too, and most clients override /help), also make the alias work the other way around 2012-04-19 11:46:51 +02:00
Robby-
627fa2acc8 Add conf/ to include paths and fix some typos 2012-04-19 10:30:08 +02:00
Robin Burchell
b0611fabe7 Merge pull request #84 from attilamolnar/insp20+whoisfix
[2.0] Avoid sending empty channel list numeric on whois
2012-04-18 23:49:57 -07:00
Robin Burchell
0b8cc8b535 Merge pull request #83 from attilamolnar/insp20+remotestatsfix
[2.0] Fix issue #18 reported by @int- (remote restriction on /stats)
2012-04-18 23:45:12 -07:00
attilamolnar
811d816e77 Avoid sending empty channel list numeric on whois if the target is not in any channels. 2012-04-19 01:23:26 +02:00
attilamolnar
8e4d701e5a Fix issue #18 reported by @int- (remote restriction on /stats) 2012-04-19 00:38:38 +02:00
Robin Burchell
3f5e6f3c11 No need to check elines twice.. 2012-04-18 17:43:59 +02:00
attilamolnar
b32df2db7d Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. 2012-04-18 16:42:25 +02:00
Robin Burchell
559156bfc5 Merge pull request #74 from Robby-/insp20-statsupdates
[2.0] /STATS updates
2012-04-18 07:36:07 -07:00
Robin Burchell
20eaf1a276 Log mode errors when processing FJOIN. 2012-04-18 16:08:40 +02:00
Robin Burchell
75690cc7eb Fix typo. 2012-04-18 15:15:29 +02:00
Robin Burchell
6648efde0c Match the logging in the rest of this module. 2012-04-18 15:14:04 +02:00
Robin Burchell
1a3f2a1921 Be more helpful when processing commands from a linked server.
When diagnosing errors with s2s traffic, it costs us next to nothing to try a
little harder to generate useful errors so errors are immediately apparent.
2012-04-18 15:02:54 +02:00
Robby-
334632caf9 /STATS: updates 2012-04-18 13:34:25 +02:00
Robin Burchell
d383ce9b72 Merge pull request #70 from Shawn-Smith/insp20+chancreatefix
[2.0] Fixes the j/J snomask not working properly.
2012-04-18 00:17:05 -07:00
Robin Burchell
2e338c93d1 Merge pull request #68 from SaberUK/update-doxygen
Update Doxyfile.
2012-04-17 04:53:58 -07:00
Peter Powell
fe3ec98b85 Update Doxyfile. 2012-04-17 12:41:41 +01:00
Robin Burchell
1e658246ba remove trailing whitespace 2012-04-16 15:14:43 +02:00
Robin Burchell
7f0eca26b4 FileWriter hasn't been non-blocking for a very, very long time. 2012-04-16 12:01:54 +02:00
Christoph Egger
234aabf36c fix build on kfreebsd
fixes #64
2012-04-16 08:29:41 +02:00
Guillaume Delacour
937c562ce4 Fix compilation with GCC 4.7.
GCC 4.7 headers no longer implicitly include unistd.h in many places, see
http://gcc.gnu.org/gcc-4.7/porting_to.html

Fixes #65
2012-04-16 08:20:46 +02:00
Robin Burchell
76619990ad Merge pull request #55 from Justasic/insp20
[2.0] Fixes for bug #12
2012-04-15 12:53:52 -07:00
Robin Burchell
c3c98c05d8 Merge pull request #62 from nenolod/insp20
Explicitly shut down stdio's stdin/stdout/stderr.
2012-04-15 12:40:21 -07:00
William Pitcock
35e8410962 Explicitly shut down stdio's stdin/stdout/stderr.
The previous logic here was to only do this if stdio was connected to a controlling
terminal.  However, we must do this always to avoid information leaks and other
problems related to stdio.

The only exception is if we are in debug mode.
2012-04-15 09:40:58 -05:00
Robin Burchell
9852b8b68b Merge pull request #59 from Robby-/insp20-nosnoticestack
[2.0] Backported Shawn's NoSnoticeStack code from insp21
2012-04-15 02:02:47 -07:00
Robby-
c376d800eb Backported Shawn's NoSnoticeStack code from insp21 2012-04-15 10:45:34 +02:00
Robin Burchell
ed1cdbef15 Merge pull request #28 from DjSlash/classinconnectmsg
Show class in connectmsg
2012-04-15 01:40:54 -07:00
Justin Crawford
9ebd9cba72 Fix some of the include guard names (requested by SaberUK) 2012-04-14 23:33:20 -07:00
Justin Crawford
df5f76832e Fixes for bug #12 2012-04-14 18:03:25 -07:00
Robin Burchell
207c6c290e Merge pull request #53 from SaberUK/clang-analyze
[2.0] Fix unused variables reported by the clang static analyzer.
2012-04-14 14:56:47 -07:00
Shawn Smith
435a2ab5a1 Fixes the j snomask not working properly 2012-04-14 15:24:13 -04:00
Peter Powell
86434e0d4b Fix unused variables reported by the clang static analyzer. 2012-04-14 17:04:47 +01:00
Robin Burchell
2f8303334f Merge pull request #35 from pcarrier/insp20ldap
extras/m_ldapauth: CIDR-based whitelisting
2012-04-14 05:12:34 -07:00
Robin Burchell
9fbbdba618 Merge pull request #43 from Shawn-Smith/insp20+whoisfix
[2.0] Fix for issue #39 (Wrong output on whois)
2012-04-12 11:50:29 -07:00
Robin Burchell
b1c14f0b74 Merge pull request #41 from SaberUK/configure-cleanup
Configure cleanup.
2012-04-12 11:48:32 -07:00
Shawn Smith
cf89e72cd1 This fixes issue #39 reported by @attilamolnar.
Thanks to @attilamolnar for supplying the code.
2012-04-12 10:22:49 -04:00
Peter Powell
4c3e9dc529 Minor style tweaks. 2012-04-12 07:38:20 +01:00
Peter Powell
fdd335625e Remove references to old configure commands. 2012-04-12 07:25:05 +01:00
Pierre Carrier
16cbb62816 extras/m_ldapauth: CIDR-based whitelisting
Offer host-based whitelisting in the ldap module.

Used to trust clients from internal networks,
whilst requiring authentication from "outsiders".
2012-04-10 22:36:05 +02:00
Adam
d6067d1d4a Fixed linking m_sqlite3 on Windows 2012-04-10 12:43:03 -04:00
Adam
42e94b30c8 Merge pull request #33 from Adam-/insp20
Updated Windows VC project files
2012-04-09 19:26:30 -07:00
Adam
2a76f49d99 Remove some unused files 2012-04-09 21:31:04 -04:00
Adam
b279f30cff Removed old VC90 project files, renamed the VC 2010 project files to not have VC90 in them 2012-04-09 21:07:22 -04:00
Robin Burchell
c5e73ec35e Merge pull request #27 from DjSlash/maxconnwarn
Add <connect:maxconnwarn>
v2.0.6rc1
2012-04-09 06:38:53 -07:00
Robin Burchell
88b1a5a17d Merge pull request #25 from DjSlash/colour-to-color
Replace [cC]olour with [cC]olor
2012-04-09 06:33:39 -07:00
Sir Pogsalot
0d79771397 Merge pull request #32 from SaberUK/remove-svn-references
Remove outdated references to SVN.
2012-04-09 06:27:25 -07:00
Sir Pogsalot
0d35e68f56 Merge pull request #26 from DjSlash/typofix-m_ojoin
Typofix in m_ojoin
2012-04-09 06:25:21 -07:00