]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
10 years agoPull in bancache.h from inspircd.h
Attila Molnar [Fri, 13 Jun 2014 13:23:39 +0000 (15:23 +0200)]
Pull in bancache.h from inspircd.h

10 years agoMove the definition of the BanCacheHit constructor into the source file from the...
Attila Molnar [Fri, 13 Jun 2014 13:19:27 +0000 (15:19 +0200)]
Move the definition of the BanCacheHit constructor into the source file from the header

10 years agoMove BanCacheHash typedef into the private part of BanCacheManager
Attila Molnar [Fri, 13 Jun 2014 13:16:12 +0000 (15:16 +0200)]
Move BanCacheHash typedef into the private part of BanCacheManager

10 years agoChange allocation of BanCacheManager::BanHash to be physically part of the object...
Attila Molnar [Fri, 13 Jun 2014 13:14:31 +0000 (15:14 +0200)]
Change allocation of BanCacheManager::BanHash to be physically part of the object containing it

10 years agoChange allocation of InspIRCd::Threads to be physically part of the object containing it
Attila Molnar [Fri, 13 Jun 2014 13:09:20 +0000 (15:09 +0200)]
Change allocation of InspIRCd::Threads to be physically part of the object containing it

10 years agoChange allocation of InspIRCd::stats to be physically part of the object containing it
Attila Molnar [Fri, 13 Jun 2014 13:03:56 +0000 (15:03 +0200)]
Change allocation of InspIRCd::stats to be physically part of the object containing it

While at it, remove "stats" from all field names

10 years agom_spanningtree Explicitly specify the routing for RESYNC as the one inherited from...
Attila Molnar [Thu, 12 Jun 2014 14:20:31 +0000 (16:20 +0200)]
m_spanningtree Explicitly specify the routing for RESYNC as the one inherited from ServerCommand doesn't suit it

Command::GetRouting() defaulted to local only when RESYNC was added, but
ServerCommand overrides it.

10 years agom_spanningtree Strip membership id from KICKs sent to 1202 protocol servers
Attila Molnar [Wed, 11 Jun 2014 13:13:58 +0000 (15:13 +0200)]
m_spanningtree Strip membership id from KICKs sent to 1202 protocol servers

10 years agoSend the membership id when kicking a remote user and drop KICKs with mismatching...
Attila Molnar [Wed, 11 Jun 2014 13:07:27 +0000 (15:07 +0200)]
Send the membership id when kicking a remote user and drop KICKs with mismatching membership ids

This fixes the desync happening when a PART+JOIN crosses a KICK targetting
the same user.

10 years agom_spanningtree Strip membership ids from FJOINs sent to 1202 protocol servers
Attila Molnar [Wed, 11 Jun 2014 12:57:25 +0000 (14:57 +0200)]
m_spanningtree Strip membership ids from FJOINs sent to 1202 protocol servers

10 years agom_spanningtree Send and parse FJOINs with membership ids
Attila Molnar [Wed, 11 Jun 2014 12:46:53 +0000 (14:46 +0200)]
m_spanningtree Send and parse FJOINs with membership ids

10 years agom_spanningtree Add CmdBuilder::push_raw_int()
Attila Molnar [Wed, 11 Jun 2014 12:41:31 +0000 (14:41 +0200)]
m_spanningtree Add CmdBuilder::push_raw_int()

10 years agom_spanningtree Use the FJOIN builder when a channel is created
Attila Molnar [Wed, 11 Jun 2014 12:40:18 +0000 (14:40 +0200)]
m_spanningtree Use the FJOIN builder when a channel is created

10 years agom_spanningtree Add CmdBuilder specialization for FJOIN
Attila Molnar [Wed, 11 Jun 2014 12:37:42 +0000 (14:37 +0200)]
m_spanningtree Add CmdBuilder specialization for FJOIN

10 years agom_spanningtree Send, parse and translate IJOINs with membership ids
Attila Molnar [Wed, 11 Jun 2014 12:30:17 +0000 (14:30 +0200)]
m_spanningtree Send, parse and translate IJOINs with membership ids

10 years agom_spanningtree Assign an id to new Memberships
Attila Molnar [Wed, 11 Jun 2014 12:15:40 +0000 (14:15 +0200)]
m_spanningtree Assign an id to new Memberships

10 years agom_spanningtree Initialize membership ids on load
Attila Molnar [Wed, 11 Jun 2014 12:08:15 +0000 (14:08 +0200)]
m_spanningtree Initialize membership ids on load

10 years agoAdd foundation for membership ids
Attila Molnar [Wed, 11 Jun 2014 12:04:00 +0000 (14:04 +0200)]
Add foundation for membership ids

10 years agoAdd ConvToUInt64()
Attila Molnar [Sun, 1 Jun 2014 11:44:51 +0000 (13:44 +0200)]
Add ConvToUInt64()

10 years agoReturn the newly created Membership object from Channel::ForceJoin()
Attila Molnar [Tue, 10 Jun 2014 15:45:41 +0000 (17:45 +0200)]
Return the newly created Membership object from Channel::ForceJoin()

10 years agoAdd channel TS to server-to-server INVITE to detect and drop unauthorized invites
Attila Molnar [Tue, 10 Jun 2014 15:37:16 +0000 (17:37 +0200)]
Add channel TS to server-to-server INVITE to detect and drop unauthorized invites

The syntax of the server-to-server INVITE command changes from
:<source> INVITE <target> <channel> [<expire>]
to
:<source> INVITE <target> <channel> <chants> [<expire>]

10 years agom_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions
Attila Molnar [Tue, 10 Jun 2014 15:36:19 +0000 (17:36 +0200)]
m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions

10 years agocmd_kick Assign a value to the kick reason string more reasonably
Attila Molnar [Tue, 10 Jun 2014 15:22:02 +0000 (17:22 +0200)]
cmd_kick Assign a value to the kick reason string more reasonably

10 years agoUse the iterator version of Channel::KickUser() in a few places
Attila Molnar [Tue, 10 Jun 2014 15:19:27 +0000 (17:19 +0200)]
Use the iterator version of Channel::KickUser() in a few places

10 years agoChange Channel::KickUser() to accept an iterator, add overload that accepts a User
Attila Molnar [Tue, 10 Jun 2014 15:12:00 +0000 (17:12 +0200)]
Change Channel::KickUser() to accept an iterator, add overload that accepts a User

Remove srcmemb parameter

10 years agoMove pre-kick checks from core to cmd_kick (core_channel)
Attila Molnar [Tue, 10 Jun 2014 15:04:42 +0000 (17:04 +0200)]
Move pre-kick checks from core to cmd_kick (core_channel)

10 years agoDocument the config options of m_remove
Attila Molnar [Mon, 9 Jun 2014 15:49:57 +0000 (17:49 +0200)]
Document the config options of m_remove

10 years agom_remove Make the protected rank configurable instead of hardcoding it to 50000
Attila Molnar [Mon, 9 Jun 2014 15:47:07 +0000 (17:47 +0200)]
m_remove Make the protected rank configurable instead of hardcoding it to 50000

Change type of ulevel and tlevel to unsigned int

10 years agom_remove Recognize /REMOVE <chan> <nick>
Attila Molnar [Mon, 9 Jun 2014 15:43:50 +0000 (17:43 +0200)]
m_remove Recognize /REMOVE <chan> <nick>

The old syntax is now deprecated

Fixes issue #860 reported by @Shawn-Smith

10 years agom_remove Manually forward all REMOVE messages, turn FPART into REMOVE
Attila Molnar [Mon, 9 Jun 2014 15:40:22 +0000 (17:40 +0200)]
m_remove Manually forward all REMOVE messages, turn FPART into REMOVE

10 years agoUse std::find() in ParseStack::ParseFile()
Attila Molnar [Mon, 9 Jun 2014 15:13:31 +0000 (17:13 +0200)]
Use std::find() in ParseStack::ParseFile()

10 years agoDeduplicate ParseStack::ParseFile() and ParseExec()
Attila Molnar [Mon, 9 Jun 2014 15:10:17 +0000 (17:10 +0200)]
Deduplicate ParseStack::ParseFile() and ParseExec()

10 years agom_ssl_openssl Remove unused MAX_DESCRIPTORS define
Attila Molnar [Sat, 7 Jun 2014 11:48:42 +0000 (13:48 +0200)]
m_ssl_openssl Remove unused MAX_DESCRIPTORS define

10 years agoChange the number reported by SocketEngine::GetMaxFds() to be informal
Attila Molnar [Sat, 7 Jun 2014 11:47:26 +0000 (13:47 +0200)]
Change the number reported by SocketEngine::GetMaxFds() to be informal

Do not exit if we can't determine it

10 years agosocketengine_epoll Pass a dummy value to epoll_create() that does not depend on GetMa...
Attila Molnar [Sat, 7 Jun 2014 11:33:50 +0000 (13:33 +0200)]
socketengine_epoll Pass a dummy value to epoll_create() that does not depend on GetMaxFds()

From man epoll:
Since Linux 2.6.8, the size argument is unused, but must be greater than zero. (The kernel dynamically sizes the required data structures without needing this initial hint.)

10 years agoRelax fd bounds checking
Attila Molnar [Sat, 7 Jun 2014 11:30:14 +0000 (13:30 +0200)]
Relax fd bounds checking

We can cope with fds greater than SocketEngine::GetMaxFds() since 3752b3f59d5216d7dc6221a361efc76b9ad2273d

10 years agom_channames Remove temporary vector from ValidateChans()
Attila Molnar [Sat, 7 Jun 2014 11:07:32 +0000 (13:07 +0200)]
m_channames Remove temporary vector from ValidateChans()

10 years agom_channames Call ValidateChans() from cull() on unload
Attila Molnar [Sat, 7 Jun 2014 11:04:09 +0000 (13:04 +0200)]
m_channames Call ValidateChans() from cull() on unload

This ensures that if ValidateChans() removes everyone from a channel the
channel is added to the cull list at the right time, that is, before the
destruction of objects begin.

The core IsChannel() is less strict than us regardless of our
configuration (for now) but nevertheless this is the correct behavior.

10 years agom_ident Close the ident socket when the object is culled instead of using hooks
Attila Molnar [Wed, 28 May 2014 12:01:00 +0000 (14:01 +0200)]
m_ident Close the ident socket when the object is culled instead of using hooks

10 years agom_ident Make use of the min parameter of ConfigTag::getInt()
Attila Molnar [Wed, 28 May 2014 11:47:41 +0000 (13:47 +0200)]
m_ident Make use of the min parameter of ConfigTag::getInt()

10 years agoDescribe <ident:nolookupprefix>
Attila Molnar [Wed, 28 May 2014 11:46:01 +0000 (13:46 +0200)]
Describe <ident:nolookupprefix>

10 years agom_ident: Add an option to allow idents of users to still be prefixed with a '~' for...
Robby- [Wed, 13 Nov 2013 20:01:24 +0000 (21:01 +0100)]
m_ident: Add an option to allow idents of users to still be prefixed with a '~' for connect classes which have disabled ident lookups through the <connect:useident> setting.

Fixes #683.

Some changes by @attilamolnar, original PR #684

10 years agom_ssl_gnutls Don't include cap.h
Attila Molnar [Mon, 26 May 2014 10:16:50 +0000 (12:16 +0200)]
m_ssl_gnutls Don't include cap.h

The tls cap is handled by m_starttls

10 years agoSwitch to std::string::compare() from substr() in a couple of places
Attila Molnar [Mon, 26 May 2014 10:07:22 +0000 (12:07 +0200)]
Switch to std::string::compare() from substr() in a couple of places

10 years agoPrefix all definitions in config.h to avoid potential collisions.
Peter Powell [Wed, 21 May 2014 00:26:22 +0000 (01:26 +0100)]
Prefix all definitions in config.h to avoid potential collisions.

10 years agoReplace the configure templating system with something better.
Peter Powell [Mon, 14 Apr 2014 11:42:22 +0000 (12:42 +0100)]
Replace the configure templating system with something better.

A large amount of this code can be removed when buildtool is done
as we will not need to worry about the differences between BSD and
GNU Make.

10 years agom_passforward: Don't forward password if the connect block required a password to...
Googolplexed [Thu, 15 May 2014 11:46:17 +0000 (21:46 +1000)]
m_passforward: Don't forward password if the connect block required a password to connect

10 years agoUpdate core_stats.cpp
WindowsUser [Sun, 11 May 2014 09:45:18 +0000 (02:45 -0700)]
Update core_stats.cpp

Make this consistent with other "Permission Denied" errors.

10 years agom_ldap: time out LDAP queries
Adam [Thu, 8 May 2014 22:00:31 +0000 (18:00 -0400)]
m_ldap: time out LDAP queries

Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous
library calls from blocking

Fix memory leak of pending queries when m_ldap is unloaded

10 years agoRemove needless checks from Invitation::Find()
Attila Molnar [Tue, 6 May 2014 13:17:12 +0000 (15:17 +0200)]
Remove needless checks from Invitation::Find()

10 years agoDocument the Membership and the Invitation class
Attila Molnar [Tue, 6 May 2014 13:13:30 +0000 (15:13 +0200)]
Document the Membership and the Invitation class

10 years agoAdd support for generating DANE TLSA records to genssl.
Peter Powell [Thu, 24 Apr 2014 12:09:11 +0000 (13:09 +0100)]
Add support for generating DANE TLSA records to genssl.

10 years agoRemove redundant IS_LOCAL() checks discovered by static asserts
Attila Molnar [Sat, 26 Apr 2014 11:00:51 +0000 (13:00 +0200)]
Remove redundant IS_LOCAL() checks discovered by static asserts

10 years agoDocument parameters and return value for the OnNamesListItem() hook
Attila Molnar [Sun, 20 Apr 2014 12:12:59 +0000 (14:12 +0200)]
Document parameters and return value for the OnNamesListItem() hook

10 years agoChange the OnNamesListItem() hook to return ModResult
Attila Molnar [Sun, 20 Apr 2014 12:05:21 +0000 (14:05 +0200)]
Change the OnNamesListItem() hook to return ModResult

Return MOD_RES_DENY to exclude the user from the NAMES list

10 years agom_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar [Wed, 16 Apr 2014 11:20:39 +0000 (13:20 +0200)]
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS

Throws a ProtocolException if the input is invalid

10 years agom_spanningtree Throw an exception on protocol violations instead of returning CMD_INVALID
Attila Molnar [Wed, 16 Apr 2014 11:08:44 +0000 (13:08 +0200)]
m_spanningtree Throw an exception on protocol violations instead of returning CMD_INVALID

Catch CoreExceptions, log and close the link in OnDataReady()

10 years agoRemove WALLCHOPS and WALLVOICES ISUPPORT tokens
Attila Molnar [Mon, 14 Apr 2014 15:57:31 +0000 (17:57 +0200)]
Remove WALLCHOPS and WALLVOICES ISUPPORT tokens

These tokens have been deprecated in favour of STATUSMSG for a long time

10 years agocore_lusers Don't capitalize "local users" and "global users"
Attila Molnar [Mon, 14 Apr 2014 15:56:01 +0000 (17:56 +0200)]
core_lusers Don't capitalize "local users" and "global users"

10 years agom_sajoin, m_sapart Support a comma separated list of channels
Attila Molnar [Mon, 14 Apr 2014 15:14:10 +0000 (17:14 +0200)]
m_sajoin, m_sapart Support a comma separated list of channels

Issue #818

10 years agom_sajoin Abort and report if the target user is already on the channel
Attila Molnar [Mon, 14 Apr 2014 15:10:26 +0000 (17:10 +0200)]
m_sajoin Abort and report if the target user is already on the channel

Fixes issue #820 reported by @UselessOper

10 years agom_spanningtree Fix routing of unicast messages
Attila Molnar [Mon, 14 Apr 2014 15:01:11 +0000 (17:01 +0200)]
m_spanningtree Fix routing of unicast messages

10 years agoKill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Peter Powell [Wed, 19 Mar 2014 20:52:56 +0000 (20:52 +0000)]
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.

Remove channels/high-join-limit privilege

10 years agoImplement support for numeric character references.
Peter Powell [Wed, 26 Mar 2014 20:02:49 +0000 (20:02 +0000)]
Implement support for numeric character references.

10 years agoClean up a bunch of legacy code in the Poll socketengine.
Peter Powell [Sun, 2 Mar 2014 21:23:08 +0000 (21:23 +0000)]
Clean up a bunch of legacy code in the Poll socketengine.

10 years agoRemove various broken/useless features from the build system.
Peter Powell [Wed, 26 Feb 2014 20:19:58 +0000 (20:19 +0000)]
Remove various broken/useless features from the build system.

- Removed support for changing the build directory using configure.
  This can still be set using make BUILDPATH=foo.
- Removed support for SPLIT_CC builds. This is not documented
  anywhere and is quite useless as it doesn't work.
- Remove STARTSCRIPT from configure; always install the perl
  helper.

10 years agom_filter Allow exemption of messages sent to nicks specified in <exemptfromfilter...
Attila Molnar [Fri, 11 Apr 2014 13:25:54 +0000 (15:25 +0200)]
m_filter Allow exemption of messages sent to nicks specified in <exemptfromfilter> tags

Issue #655

10 years agoRedirect the reader to filters.conf.example for advanced filter configuration
Attila Molnar [Fri, 11 Apr 2014 13:20:29 +0000 (15:20 +0200)]
Redirect the reader to filters.conf.example for advanced filter configuration

10 years agom_filter Rename config key used in exemptfromfilter from "channel" to "target", but...
Attila Molnar [Fri, 11 Apr 2014 13:16:26 +0000 (15:16 +0200)]
m_filter Rename config key used in exemptfromfilter from "channel" to "target", but keep compatibility

10 years agom_filter Rename exemptfromfilter field to exemptedchans, use std::set::count()
Attila Molnar [Fri, 11 Apr 2014 13:10:03 +0000 (15:10 +0200)]
m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count()

10 years agom_filter Use case insensitive compare for exempted targets, add typedef for the set
Attila Molnar [Fri, 11 Apr 2014 13:06:44 +0000 (15:06 +0200)]
m_filter Use case insensitive compare for exempted targets, add typedef for the set

10 years agom_services_account Remove now needless workaround added to 2.0 to display the correct...
Attila Molnar [Wed, 9 Apr 2014 13:44:19 +0000 (15:44 +0200)]
m_services_account Remove now needless workaround added to 2.0 to display the correct host when cgiirc users log in using SASL

10 years agoFix m_cgiirc to set the user's host straight away when using WEBIRC.
md_5 [Thu, 23 Jan 2014 04:35:47 +0000 (15:35 +1100)]
Fix m_cgiirc to set the user's host straight away when using WEBIRC.

10 years agoAvoid double Membership lookup in Channel::UserList()
Attila Molnar [Wed, 9 Apr 2014 13:02:10 +0000 (15:02 +0200)]
Avoid double Membership lookup in Channel::UserList()

The user is always inside if UserList() is called from ForceJoin() and the HasUser() result obtained in the /NAMES handler can be reused

10 years agoMove checks determining whether a user is allowed to view the NAMES list of a channel...
Attila Molnar [Wed, 9 Apr 2014 12:57:42 +0000 (14:57 +0200)]
Move checks determining whether a user is allowed to view the NAMES list of a channel from Channel::UserList() to cmd_names

10 years agoEliminate usage of has_one in Channel::UserList()
Attila Molnar [Wed, 9 Apr 2014 12:50:37 +0000 (14:50 +0200)]
Eliminate usage of has_one in Channel::UserList()

10 years agom_blockcaps Get rid of needless cast, use unsigned types
Attila Molnar [Tue, 8 Apr 2014 15:03:30 +0000 (17:03 +0200)]
m_blockcaps Get rid of needless cast, use unsigned types

10 years agom_blockcaps Simplify CTCP ACTION (/me) detection
Attila Molnar [Tue, 8 Apr 2014 15:02:10 +0000 (17:02 +0200)]
m_blockcaps Simplify CTCP ACTION (/me) detection

10 years agom_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256" servic...
Attila Molnar [Tue, 8 Apr 2014 14:48:10 +0000 (16:48 +0200)]
m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256" service provider

10 years agom_spanningtree Remove the (now) undocumented disablehmac config option
Attila Molnar [Tue, 8 Apr 2014 14:41:09 +0000 (16:41 +0200)]
m_spanningtree Remove the (now) undocumented disablehmac config option

10 years agoFix accessibility in intrusive_list_node and return value of operator-- in intrusive_list
Attila Molnar [Mon, 7 Apr 2014 11:59:10 +0000 (13:59 +0200)]
Fix accessibility in intrusive_list_node and return value of operator-- in intrusive_list

10 years agoMerge insp20
Attila Molnar [Mon, 7 Apr 2014 11:40:51 +0000 (13:40 +0200)]
Merge insp20

10 years agoRelease 2.0.16
Attila Molnar [Sun, 6 Apr 2014 14:28:11 +0000 (16:28 +0200)]
Release 2.0.16

10 years agoFix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281
Attila Molnar [Sun, 6 Apr 2014 14:25:50 +0000 (16:25 +0200)]
Fix IPv6 address handling in 6aaf7047297b739377e7d509cb914f32447fb281

10 years agoFix typo in helpop-full that prevented it from loading and other minor helpop issues
Attila Molnar [Sun, 6 Apr 2014 14:21:04 +0000 (16:21 +0200)]
Fix typo in helpop-full that prevented it from loading and other minor helpop issues

10 years agoFix snotice about disabled command usage being sent to the wrong snomask
Attila Molnar [Fri, 4 Apr 2014 16:31:10 +0000 (18:31 +0200)]
Fix snotice about disabled command usage being sent to the wrong snomask

10 years agoAdd REG_ALL checks to treat unregistered users as nonexistent in more cases
Attila Molnar [Fri, 4 Apr 2014 16:30:02 +0000 (18:30 +0200)]
Add REG_ALL checks to treat unregistered users as nonexistent in more cases

10 years agoFix typos and update text in the configure script
Attila Molnar [Fri, 4 Apr 2014 16:17:00 +0000 (18:17 +0200)]
Fix typos and update text in the configure script

Some of these were picked from #448

10 years agoMajor example configuration and helpop update
Attila Molnar [Wed, 19 Mar 2014 14:52:07 +0000 (15:52 +0100)]
Major example configuration and helpop update

Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this

10 years agom_override Deduplicate code
Attila Molnar [Thu, 3 Apr 2014 08:41:39 +0000 (10:41 +0200)]
m_override Deduplicate code

10 years agoRemove unused User::WriteCommonExcept()
Attila Molnar [Wed, 2 Apr 2014 10:52:20 +0000 (12:52 +0200)]
Remove unused User::WriteCommonExcept()

WriteCommonRaw(msg, false) has similiar functionality with a std::string parameter

10 years agoMove User::SendAll() into core_privmsg
Attila Molnar [Wed, 2 Apr 2014 10:50:04 +0000 (12:50 +0200)]
Move User::SendAll() into core_privmsg

This functionality is only used by the PRIVMSG and NOTICE handlers

10 years agoRemove User::WriteTo() functions; use User::WriteFrom() instead
Attila Molnar [Wed, 2 Apr 2014 10:44:12 +0000 (12:44 +0200)]
Remove User::WriteTo() functions; use User::WriteFrom() instead

The removed functions were rarely used and all they did was to call User::WriteFrom() with swapped arguments. On call sites, WriteTo() hardly offers any readability improvement over WriteFrom().

10 years agoCheck if Membership::GetPrefixChar() returns 0 before appending it to a string
Attila Molnar [Mon, 31 Mar 2014 09:35:03 +0000 (11:35 +0200)]
Check if Membership::GetPrefixChar() returns 0 before appending it to a string

Spotted by @barosl

10 years agoBuild coremods on Windows, add general support to the cmake script for building modul...
Attila Molnar [Sat, 29 Mar 2014 13:15:56 +0000 (14:15 +0100)]
Build coremods on Windows, add general support to the cmake script for building modules consisting of multiple compilation units

Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/

10 years agoConvert the global list of dynamic reference pointers to an intrusively linked list
Attila Molnar [Fri, 28 Mar 2014 11:20:39 +0000 (12:20 +0100)]
Convert the global list of dynamic reference pointers to an intrusively linked list

10 years agom_watch Validate targ before use, noticed while rewriting m_watch for 2.2
Attila Molnar [Thu, 27 Mar 2014 14:41:47 +0000 (15:41 +0100)]
m_watch Validate targ before use, noticed while rewriting m_watch for 2.2

10 years agom_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_globalload
Attila Molnar [Wed, 26 Mar 2014 16:24:51 +0000 (17:24 +0100)]
m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_globalload

10 years agom_httpd Fix typo noticed by @SaberUK
Attila Molnar [Tue, 25 Mar 2014 13:40:37 +0000 (14:40 +0100)]
m_httpd Fix typo noticed by @SaberUK

10 years agoChange storage of UserManager::all_opers to be a vector
Attila Molnar [Tue, 25 Mar 2014 10:03:29 +0000 (11:03 +0100)]
Change storage of UserManager::all_opers to be a vector