]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
12 years agoextras/m_ldapauth: CIDR-based whitelisting
Pierre Carrier [Wed, 14 Sep 2011 13:24:55 +0000 (15:24 +0200)]
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".

12 years agoAdd note about hidewhois and idle times
Jackmcbarn [Wed, 31 Aug 2011 23:27:19 +0000 (19:27 -0400)]
Add note about hidewhois and idle times

12 years agoFix stats letter for shuns
Jackmcbarn [Sat, 27 Aug 2011 23:42:12 +0000 (19:42 -0400)]
Fix stats letter for shuns

12 years agoAdd -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versions...
Daniel De Graaf [Sun, 7 Aug 2011 22:34:32 +0000 (18:34 -0400)]
Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versions of gnutls

12 years agoFix compile warning
Daniel De Graaf [Sat, 23 Jul 2011 16:45:34 +0000 (12:45 -0400)]
Fix compile warning

12 years agoRemove harmless but scary-looking logfile lines
Daniel De Graaf [Tue, 19 Jul 2011 21:11:14 +0000 (17:11 -0400)]
Remove harmless but scary-looking logfile lines

12 years agoAllow use of absolute paths with m_nationalchars
Jackmcbarn [Tue, 19 Jul 2011 20:08:53 +0000 (16:08 -0400)]
Allow use of absolute paths with m_nationalchars

12 years ago<connect deny=""> (or allow="") should not match all users
Daniel De Graaf [Sun, 17 Jul 2011 23:49:03 +0000 (19:49 -0400)]
<connect deny=""> (or allow="") should not match all users

12 years agoOnly write pidfile if we have parsed a valid configuration
Daniel De Graaf [Sun, 17 Jul 2011 22:52:23 +0000 (18:52 -0400)]
Only write pidfile if we have parsed a valid configuration

13 years ago2.0.5 release
Daniel De Graaf [Fri, 24 Jun 2011 01:21:01 +0000 (21:21 -0400)]
2.0.5 release

13 years agoAlways use local SID as the source for PONG replies
Daniel De Graaf [Fri, 24 Jun 2011 01:14:19 +0000 (21:14 -0400)]
Always use local SID as the source for PONG replies

13 years agoResolve /STATS S conflict between SVSHOLD and SHUN
Daniel De Graaf [Fri, 24 Jun 2011 01:01:41 +0000 (21:01 -0400)]
Resolve /STATS S conflict between SVSHOLD and SHUN

13 years agoRemove possibly dangerous skip of VerifyCertificate
Daniel De Graaf [Fri, 24 Jun 2011 00:38:05 +0000 (20:38 -0400)]
Remove possibly dangerous skip of VerifyCertificate

13 years agoFix initialization of SSL certificate field on connect
Daniel De Graaf [Fri, 24 Jun 2011 00:31:29 +0000 (20:31 -0400)]
Fix initialization of SSL certificate field on connect

13 years agoFix WSAEWOULDBLOCK error on Windows
Daniel De Graaf [Sat, 18 Jun 2011 21:37:49 +0000 (17:37 -0400)]
Fix WSAEWOULDBLOCK error on Windows

Making a connection and then immediately accepting it is not synchronous on
Windows; force the accept to block and wait for the connection we just made.

13 years agoFix extras compilation under Windows
Adam [Sat, 18 Jun 2011 21:25:35 +0000 (17:25 -0400)]
Fix extras compilation under Windows

13 years agoFinal fixups for a working Windows build
Adam [Thu, 9 Jun 2011 00:40:29 +0000 (20:40 -0400)]
Final fixups for a working Windows build

13 years agoFix incorrect typecast
Daniel De Graaf [Mon, 6 Jun 2011 21:41:55 +0000 (17:41 -0400)]
Fix incorrect typecast

13 years agoFix recursion of QuitUser in SendQ quits
Jackmcbarn [Tue, 24 May 2011 01:51:08 +0000 (21:51 -0400)]
Fix recursion of QuitUser in SendQ quits

13 years agoFix timers never being ticked on windows
Adam [Sat, 21 May 2011 20:49:26 +0000 (16:49 -0400)]
Fix timers never being ticked on windows

13 years ago2.0.4 release
Daniel De Graaf [Sun, 8 May 2011 23:03:08 +0000 (19:03 -0400)]
2.0.4 release

13 years agoFix IPv6 test on Windows
Adam [Wed, 20 Apr 2011 03:05:03 +0000 (23:05 -0400)]
Fix IPv6 test on Windows

13 years agoMerge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd into...
Daniel De Graaf [Tue, 19 Apr 2011 01:48:05 +0000 (21:48 -0400)]
Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd into insp20

13 years agoFix mis-implemented irc::sockets::cidr_mask::operator<
Daniel De Graaf [Mon, 18 Apr 2011 20:58:35 +0000 (16:58 -0400)]
Fix mis-implemented irc::sockets::cidr_mask::operator<

13 years agoFixed Windows build on VS 2010
Adam [Fri, 8 Apr 2011 07:48:43 +0000 (03:48 -0400)]
Fixed Windows build on VS 2010

13 years agoRevert to old sepstream logic until a proper fix is finished
Jackmcbarn [Fri, 1 Apr 2011 14:09:18 +0000 (10:09 -0400)]
Revert to old sepstream logic until a proper fix is finished

13 years agoUpdated helpop regarding SILENCE, example had syntax wrong
DjSlash [Wed, 30 Mar 2011 21:41:40 +0000 (23:41 +0200)]
Updated helpop regarding SILENCE, example had syntax wrong

13 years agoFix bug 126, thanks to Seb
DjSlash [Wed, 30 Mar 2011 21:07:46 +0000 (23:07 +0200)]
Fix bug 126, thanks to Seb

13 years agoFix sepstream logic when multiple consecutive separators are encountered
Jackmcbarn [Mon, 28 Mar 2011 20:20:48 +0000 (16:20 -0400)]
Fix sepstream logic when multiple consecutive separators are encountered

13 years agoUpdated examples, removing ziplinks
DjSlash [Mon, 28 Mar 2011 14:03:54 +0000 (16:03 +0200)]
Updated examples, removing ziplinks

13 years agoDisplay a message when using /greloadmodule
Jackmcbarn [Wed, 23 Mar 2011 13:11:18 +0000 (09:11 -0400)]
Display a message when using /greloadmodule

13 years agoValues were -1, couldnt find an explanation for that. So applied
DjSlash [Fri, 18 Mar 2011 20:48:48 +0000 (21:48 +0100)]
Values were -1, couldnt find an explanation for that. So applied
submitted patch from bug 114 (thanks to DarkStorm) and removed
additional -1's.

13 years agoFix for bug 80
DjSlash [Fri, 18 Mar 2011 18:49:35 +0000 (19:49 +0100)]
Fix for bug 80

13 years agoDeleted m_invisible from modules.conf.example since that module isn't
DjSlash [Fri, 18 Mar 2011 15:10:23 +0000 (16:10 +0100)]
Deleted m_invisible from modules.conf.example since that module isn't
supported nor delivered in main package

13 years agoFix for bug 47
DjSlash [Fri, 18 Mar 2011 15:08:10 +0000 (16:08 +0100)]
Fix for bug 47

13 years agoFix for bug 116, in addition an improvement of the regex is made
DjSlash [Fri, 18 Mar 2011 15:02:29 +0000 (16:02 +0100)]
Fix for bug 116, in addition an improvement of the regex is made

13 years agoFix excessive memory use in kqueue
Daniel De Graaf [Fri, 4 Mar 2011 02:22:56 +0000 (21:22 -0500)]
Fix excessive memory use in kqueue

The maximum number of file descriptors was incorrectly using the OS maximum,
not the process maximum. Thanks to Liath for finding & testing.

13 years agoFix timeout defaulting to zero for link blocks
Daniel De Graaf [Tue, 1 Mar 2011 03:35:06 +0000 (22:35 -0500)]
Fix timeout defaulting to zero for link blocks

13 years agoFix "-bundle not allowed with -dynamiclib" issue on OS X
Peter Powell [Sun, 27 Feb 2011 05:20:55 +0000 (00:20 -0500)]
Fix "-bundle not allowed with -dynamiclib" issue on OS X

13 years agoFix bug #122
Jackmcbarn [Mon, 14 Feb 2011 16:02:09 +0000 (11:02 -0500)]
Fix bug #122

13 years ago2.0.3 release
Daniel De Graaf [Wed, 2 Feb 2011 02:25:41 +0000 (21:25 -0500)]
2.0.3 release

13 years agoFix bug #83
Jackmcbarn [Sun, 30 Jan 2011 16:42:26 +0000 (11:42 -0500)]
Fix bug #83

13 years agoFix bug #110
Jackmcbarn [Mon, 24 Jan 2011 17:06:54 +0000 (12:06 -0500)]
Fix bug #110

13 years agoFix bug where an empty parameter is generated when input to a tokenstream ends in...
Jackmcbarn [Sat, 22 Jan 2011 19:12:44 +0000 (14:12 -0500)]
Fix bug where an empty parameter is generated when input to a tokenstream ends in a colon

13 years agoFix bug #117, found by satmd, thanks
Jackmcbarn [Thu, 20 Jan 2011 01:24:07 +0000 (20:24 -0500)]
Fix bug #117, found by satmd, thanks

13 years agoRemove bad return statement - noticed by zynox, thanks
Jackmcbarn [Wed, 5 Jan 2011 01:27:58 +0000 (20:27 -0500)]
Remove bad return statement - noticed by zynox, thanks

13 years agoFix bug #113
Jackmcbarn [Thu, 23 Dec 2010 19:50:11 +0000 (14:50 -0500)]
Fix bug #113

13 years agoRestore prefix
Jackmcbarn [Thu, 2 Dec 2010 14:03:02 +0000 (09:03 -0500)]
Restore prefix

13 years agoSimplify ClearAllConnections code and fix possible crash
Jackmcbarn [Thu, 2 Dec 2010 13:51:00 +0000 (08:51 -0500)]
Simplify ClearAllConnections code and fix possible crash

13 years agoFix possible crash
Jackmcbarn [Thu, 2 Dec 2010 13:41:33 +0000 (08:41 -0500)]
Fix possible crash

13 years agoFix taint mode execution
Daniel De Graaf [Thu, 21 Oct 2010 01:16:10 +0000 (21:16 -0400)]
Fix taint mode execution

13 years agoRegister the silence list extension
Jackmcbarn [Fri, 15 Oct 2010 18:00:07 +0000 (14:00 -0400)]
Register the silence list extension

13 years agoRemove m_sqlv2.h from these modules, they both use v3 now.
Dennis Friis [Fri, 15 Oct 2010 10:37:24 +0000 (12:37 +0200)]
Remove m_sqlv2.h from these modules, they both use v3 now.

13 years agoFix memory leak in m_conn_waitpong caught by its breaking in 2.1
Daniel De Graaf [Thu, 14 Oct 2010 01:06:59 +0000 (21:06 -0400)]
Fix memory leak in m_conn_waitpong caught by its breaking in 2.1

13 years agoFix kick level check to scan all status modes and not skip checks for modeless users
Daniel De Graaf [Thu, 30 Sep 2010 23:03:06 +0000 (19:03 -0400)]
Fix kick level check to scan all status modes and not skip checks for modeless users

13 years agoWork around old GNU make's inability to use "else if"
Daniel De Graaf [Tue, 28 Sep 2010 15:16:34 +0000 (11:16 -0400)]
Work around old GNU make's inability to use "else if"

13 years agoFix kicking permisisons - GetPrefixChar returns the prefix, not the mode character
Daniel De Graaf [Tue, 28 Sep 2010 15:01:45 +0000 (11:01 -0400)]
Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode character

13 years agoFix unsafe iteration in m_timedbans
Daniel De Graaf [Sat, 25 Sep 2010 21:17:57 +0000 (17:17 -0400)]
Fix unsafe iteration in m_timedbans

13 years agoA zero return from gnutls_record_send is not an error
Daniel De Graaf [Sun, 19 Sep 2010 20:31:58 +0000 (16:31 -0400)]
A zero return from gnutls_record_send is not an error

13 years agoFix global notice of timedban add and remove being sourced from all servers
Daniel De Graaf [Sat, 18 Sep 2010 21:37:37 +0000 (17:37 -0400)]
Fix global notice of timedban add and remove being sourced from all servers

13 years agoSVSNICK should not translate nicks to UIDs
Daniel De Graaf [Sat, 18 Sep 2010 02:06:36 +0000 (22:06 -0400)]
SVSNICK should not translate nicks to UIDs

13 years agoBuild fixes for darwin
Daniel De Graaf [Thu, 9 Sep 2010 17:40:36 +0000 (12:40 -0500)]
Build fixes for darwin

13 years agoRecreate the build/include symlink so that changing the build location works as expected
Daniel De Graaf [Thu, 9 Sep 2010 00:06:25 +0000 (20:06 -0400)]
Recreate the build/include symlink so that changing the build location works as expected

13 years agoAdd gettimeofday() fallback for systems without clock_gettime
Daniel De Graaf [Wed, 8 Sep 2010 23:53:38 +0000 (19:53 -0400)]
Add gettimeofday() fallback for systems without clock_gettime

13 years agoFix the pseudo-penalty hack that doesn't work properly
Daniel De Graaf [Sun, 5 Sep 2010 21:01:49 +0000 (17:01 -0400)]
Fix the pseudo-penalty hack that doesn't work properly

13 years ago2.0.2 release
Daniel De Graaf [Sat, 4 Sep 2010 23:31:01 +0000 (19:31 -0400)]
2.0.2 release

13 years agoDo not apply parameter length restrictions or CleanMask when unsetting modes
Daniel De Graaf [Sat, 4 Sep 2010 23:30:44 +0000 (19:30 -0400)]
Do not apply parameter length restrictions or CleanMask when unsetting modes

13 years agoFix crash in m_silence when provided with a bad pattern (bug #79)
Daniel De Graaf [Sat, 4 Sep 2010 20:36:17 +0000 (16:36 -0400)]
Fix crash in m_silence when provided with a bad pattern (bug #79)

13 years agoFix crash on matching j:@#chan ban when the user is not in the channel
Daniel De Graaf [Sat, 4 Sep 2010 20:17:21 +0000 (16:17 -0400)]
Fix crash on matching j:@#chan ban when the user is not in the channel

13 years agoFix resolved hostname not being changed when WEBIRC passes a hostname longer than...
Daniel De Graaf [Sat, 4 Sep 2010 02:58:00 +0000 (22:58 -0400)]
Fix resolved hostname not being changed when WEBIRC passes a hostname longer than 64 characters

13 years agoPrevent setting mode -H if already unset, bug #74
Daniel De Graaf [Sat, 28 Aug 2010 17:51:06 +0000 (13:51 -0400)]
Prevent setting mode -H if already unset, bug #74

13 years agoFix the <database> example tags
Daniel De Graaf [Thu, 19 Aug 2010 23:06:10 +0000 (19:06 -0400)]
Fix the <database> example tags

13 years agoInclude a placement operator new for classes that hide operator new
Daniel De Graaf [Tue, 17 Aug 2010 23:36:35 +0000 (19:36 -0400)]
Include a placement operator new for classes that hide operator new

13 years agoClarify null character append in m_cloaking (fixes compiler warning)
Daniel De Graaf [Tue, 17 Aug 2010 23:03:51 +0000 (19:03 -0400)]
Clarify null character append in m_cloaking (fixes compiler warning)

13 years agoDocument <options:cyclehostsfromuser>
Daniel De Graaf [Sat, 14 Aug 2010 01:18:05 +0000 (21:18 -0400)]
Document <options:cyclehostsfromuser>

13 years agoAlso tidy masks being removed, fixes bug #70
Daniel De Graaf [Wed, 11 Aug 2010 20:27:09 +0000 (16:27 -0400)]
Also tidy masks being removed, fixes bug #70

13 years agoFix NotifyOpers setting not being applied correctly
Daniel De Graaf [Wed, 11 Aug 2010 18:37:27 +0000 (14:37 -0400)]
Fix NotifyOpers setting not being applied correctly

13 years agoStop hiding users when a prefix is set on them, fixes apparent desyncs
Jens Voss [Sun, 8 Aug 2010 21:58:28 +0000 (17:58 -0400)]
Stop hiding users when a prefix is set on them, fixes apparent desyncs

13 years agoDon't try to tidy m_autoop entries (fixes extra !*@*)
Daniel De Graaf [Sun, 8 Aug 2010 21:51:47 +0000 (17:51 -0400)]
Don't try to tidy m_autoop entries (fixes extra !*@*)

13 years ago2.0.1 release
Daniel De Graaf [Sun, 8 Aug 2010 00:21:59 +0000 (20:21 -0400)]
2.0.1 release

13 years agoPrevent kicking people you do not have permission to deprivilege
Daniel De Graaf [Thu, 5 Aug 2010 01:27:21 +0000 (21:27 -0400)]
Prevent kicking people you do not have permission to deprivilege

13 years agoFix $md5pass and $sha256pass in SQL queries
Daniel De Graaf [Wed, 4 Aug 2010 21:02:15 +0000 (17:02 -0400)]
Fix $md5pass and $sha256pass in SQL queries

13 years agoChange ThreadSignalSocket to EventHandler to avoid calling recv() on an eventfd,...
Daniel De Graaf [Sun, 20 Jun 2010 00:58:57 +0000 (20:58 -0400)]
Change ThreadSignalSocket to EventHandler to avoid calling recv() on an eventfd, which does not work

13 years agoFix m_opermodes.so sending modes for unintroduced clients with oper autologin (bug 53)
Adam [Wed, 4 Aug 2010 01:46:15 +0000 (21:46 -0400)]
Fix m_opermodes.so sending modes for unintroduced clients with oper autologin (bug 53)

13 years agoUpdate a number of docs issues
Daniel De Graaf [Wed, 4 Aug 2010 01:37:48 +0000 (21:37 -0400)]
Update a number of docs issues

13 years agoUse the remote channel's capitalization on a losing TS merge
Daniel De Graaf [Wed, 4 Aug 2010 01:05:10 +0000 (21:05 -0400)]
Use the remote channel's capitalization on a losing TS merge

13 years agoClarify the m_custom prefix message a bit
Daniel De Graaf [Tue, 3 Aug 2010 22:14:04 +0000 (18:14 -0400)]
Clarify the m_custom prefix message a bit

13 years agoFix for crash on restart or config file open (bug #44)
Adam [Tue, 3 Aug 2010 21:38:48 +0000 (17:38 -0400)]
Fix for crash on restart or config file open (bug #44)

13 years agoAllow halfops to remove their own halfop status
Daniel De Graaf [Tue, 3 Aug 2010 16:14:19 +0000 (12:14 -0400)]
Allow halfops to remove their own halfop status

13 years agoRemove wildcard support from module loading, breaks rehash (bug #51)
Daniel De Graaf [Tue, 3 Aug 2010 14:03:50 +0000 (10:03 -0400)]
Remove wildcard support from module loading, breaks rehash (bug #51)

13 years agoSkip invalid allowed modes in oper block (bug #64)
Daniel De Graaf [Tue, 3 Aug 2010 13:28:56 +0000 (09:28 -0400)]
Skip invalid allowed modes in oper block (bug #64)

13 years agoFix rehash message sending for remote rehashes
Daniel De Graaf [Tue, 3 Aug 2010 13:18:44 +0000 (09:18 -0400)]
Fix rehash message sending for remote rehashes

13 years agoFix incorrect default on <alias:channelcommand>
Daniel De Graaf [Fri, 30 Jul 2010 18:34:11 +0000 (14:34 -0400)]
Fix incorrect default on <alias:channelcommand>

14 years agoInclude location of duplicated oper blocks
Daniel De Graaf [Sun, 4 Jul 2010 22:56:39 +0000 (18:56 -0400)]
Include location of duplicated oper blocks

14 years agoChange argument order of LDLIBS to work properly with -Wl,--as-needed
Daniel De Graaf [Fri, 2 Jul 2010 15:27:17 +0000 (11:27 -0400)]
Change argument order of LDLIBS to work properly with -Wl,--as-needed

14 years agoQuick fix for /RESTART crashing
Daniel De Graaf [Sat, 12 Jun 2010 14:13:38 +0000 (10:13 -0400)]
Quick fix for /RESTART crashing

14 years ago2.0.0 release
Daniel De Graaf [Sat, 12 Jun 2010 02:48:34 +0000 (22:48 -0400)]
2.0.0 release

14 years agoUse EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linux 2...
Daniel De Graaf [Sat, 22 May 2010 00:28:34 +0000 (19:28 -0500)]
Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linux 2.6.27)

14 years agoFix umode -r on nick change being denied by permission check
Daniel De Graaf [Sun, 16 May 2010 23:48:21 +0000 (18:48 -0500)]
Fix umode -r on nick change being denied by permission check

14 years agoBe consistent in testing PURE_STATIC for defined vs == 1
Daniel De Graaf [Thu, 13 May 2010 01:01:18 +0000 (20:01 -0500)]
Be consistent in testing PURE_STATIC for defined vs == 1