| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Kill needless #includes in source files | 2014-06-14 | 7 | -9/+0 | ||
| | | | | ||||||
| * | | | m_spanningtree Remove declaration for nonexistent function: OnLine() | 2014-06-14 | 1 | -1/+0 | ||
| | | | | ||||||
| * | | | m_spanningtree Use vector back() where it makes sense | 2014-06-14 | 3 | -4/+4 | ||
| | | | | ||||||
| * | | | m_spanningtree Initialize boolean member variables in the constructor of the ↵ | 2014-06-14 | 1 | -3/+2 | ||
| | | | | | | | | | | | | | module | |||||
| * | | | m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructor | 2014-06-14 | 2 | -4/+2 | ||
| | | | | ||||||
| * | | | Make the default ProtocolInterface instance part of class InspIRCd | 2014-06-13 | 1 | -2/+1 | ||
| | | | | | | | | | | | | | | | | The protocol module no longer has to delete it on load and construct it on unload, only assign a new value to ServerInstance->PI | |||||
| * | | | m_spanningtree Change allocation of the specialized ProtocolInterface to be ↵ | 2014-06-13 | 3 | -4/+6 | ||
| | | | | | | | | | | | | | physically part of ModuleSpanningTree | |||||
| * | | | Change allocation of InspIRCd::Parser to be physically part of the object ↵ | 2014-06-13 | 12 | -12/+12 | ||
| | | | | | | | | | | | | | containing it | |||||
| * | | | Add CommandParser::GetCommands() and typedef CommandMap and use it instead ↵ | 2014-06-13 | 1 | -1/+2 | ||
| | | | | | | | | | | | | | of directly accessing cmdlist | |||||
| * | | | Change allocation of InspIRCd::Threads to be physically part of the object ↵ | 2014-06-13 | 3 | -3/+3 | ||
| | | | | | | | | | | | | | containing it | |||||
| * | | | m_spanningtree Explicitly specify the routing for RESYNC as the one ↵ | 2014-06-12 | 1 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | inherited from ServerCommand doesn't suit it Command::GetRouting() defaulted to local only when RESYNC was added, but ServerCommand overrides it. | |||||
| * | | | m_spanningtree Strip membership id from KICKs sent to 1202 protocol servers | 2014-06-11 | 1 | -0/+18 | ||
| | | | | ||||||
| * | | | Send the membership id when kicking a remote user and drop KICKs with ↵ | 2014-06-11 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | mismatching membership ids This fixes the desync happening when a PART+JOIN crosses a KICK targetting the same user. | |||||
| * | | | m_spanningtree Strip membership ids from FJOINs sent to 1202 protocol servers | 2014-06-11 | 1 | -0/+32 | ||
| | | | | ||||||
| * | | | m_spanningtree Send and parse FJOINs with membership ids | 2014-06-11 | 2 | -7/+27 | ||
| | | | | ||||||
| * | | | m_spanningtree Add CmdBuilder::push_raw_int() | 2014-06-11 | 1 | -0/+7 | ||
| | | | | ||||||
| * | | | m_spanningtree Use the FJOIN builder when a channel is created | 2014-06-11 | 1 | -5/+3 | ||
| | | | | ||||||
| * | | | m_spanningtree Add CmdBuilder specialization for FJOIN | 2014-06-11 | 3 | -12/+53 | ||
| | | | | ||||||
| * | | | m_spanningtree Send, parse and translate IJOINs with membership ids | 2014-06-11 | 4 | -7/+19 | ||
| | | | | ||||||
| * | | | m_spanningtree Assign an id to new Memberships | 2014-06-11 | 2 | -1/+10 | ||
| | | | | ||||||
| * | | | m_spanningtree Initialize membership ids on load | 2014-06-11 | 1 | -0/+14 | ||
| | | | | ||||||
| * | | | Add channel TS to server-to-server INVITE to detect and drop unauthorized ↵ | 2014-06-10 | 2 | -0/+27 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | invites The syntax of the server-to-server INVITE command changes from :<source> INVITE <target> <channel> [<expire>] to :<source> INVITE <target> <channel> <chants> [<expire>] | |||||
| * | | | m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions | 2014-06-10 | 1 | -4/+4 | ||
| | | | | ||||||
| * | | | Use the iterator version of Channel::KickUser() in a few places | 2014-06-10 | 2 | -7/+8 | ||
| | | | | ||||||
| * | | | m_remove Make the protected rank configurable instead of hardcoding it to 50000 | 2014-06-09 | 1 | -6/+9 | ||
| | | | | | | | | | | | | | Change type of ulevel and tlevel to unsigned int | |||||
| * | | | m_remove Recognize /REMOVE <chan> <nick> | 2014-06-09 | 1 | -2/+5 | ||
| | | | | | | | | | | | | | | | | | | | The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith | |||||
| * | | | m_remove Manually forward all REMOVE messages, turn FPART into REMOVE | 2014-06-09 | 1 | -18/+12 | ||
| | |/ |/| | ||||||
| * | | m_ssl_openssl Remove unused MAX_DESCRIPTORS define | 2014-06-07 | 1 | -2/+0 | ||
| | | | ||||||
| * | | m_channames Remove temporary vector from ValidateChans() | 2014-06-07 | 1 | -9/+7 | ||
| | | | ||||||
| * | | m_channames Call ValidateChans() from cull() on unload | 2014-06-07 | 1 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | m_ident Close the ident socket when the object is culled instead of using hooks | 2014-05-28 | 1 | -22/+6 | ||
| | | | ||||||
| * | | m_ident Make use of the min parameter of ConfigTag::getInt() | 2014-05-28 | 1 | -3/+1 | ||
| | | | ||||||
| * | | m_ident: Add an option to allow idents of users to still be prefixed with a ↵ | 2014-05-28 | 1 | -1/+8 | ||
| | | | | | | | | | | | | | | | | | '~' for connect classes which have disabled ident lookups through the <connect:useident> setting. Fixes #683. Some changes by @attilamolnar, original PR #684 | |||||
| * | | m_ssl_gnutls Don't include cap.h | 2014-05-26 | 1 | -1/+0 | ||
| | | | | | | | | | The tls cap is handled by m_starttls | |||||
| * | | Switch to std::string::compare() from substr() in a couple of places | 2014-05-26 | 7 | -28/+17 | ||
| | | | ||||||
| * | | Prefix all definitions in config.h to avoid potential collisions. | 2014-05-23 | 1 | -1/+1 | ||
| | | | ||||||
| * | | m_passforward: Don't forward password if the connect block required a ↵ | 2014-05-16 | 1 | -0/+4 | ||
| | | | | | | | | | password to connect | |||||
| * | | m_ldap: time out LDAP queries | 2014-05-10 | 1 | -12/+68 | ||
| | | | | | | | | | | | | | | | 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 | |||||
| * | | Remove redundant IS_LOCAL() checks discovered by static asserts | 2014-04-26 | 4 | -4/+4 | ||
| | | | ||||||
| * | | Change the OnNamesListItem() hook to return ModResult | 2014-04-20 | 4 | -27/+19 | ||
| | | | | | | | | | Return MOD_RES_DENY to exclude the user from the NAMES list | |||||
| * | | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS | 2014-04-16 | 8 | -40/+25 | ||
| | | | | | | | | | Throws a ProtocolException if the input is invalid | |||||
| * | | m_spanningtree Throw an exception on protocol violations instead of ↵ | 2014-04-16 | 10 | -59/+48 | ||
| | | | | | | | | | | | | | returning CMD_INVALID Catch CoreExceptions, log and close the link in OnDataReady() | |||||
| * | | m_sajoin, m_sapart Support a comma separated list of channels | 2014-04-14 | 2 | -3/+10 | ||
| | | | | | | | | | Issue #818 | |||||
| * | | m_sajoin Abort and report if the target user is already on the channel | 2014-04-14 | 1 | -2/+9 | ||
| | | | | | | | | | Fixes issue #820 reported by @UselessOper | |||||
| * | | m_spanningtree Fix routing of unicast messages | 2014-04-14 | 2 | -11/+19 | ||
| | | | ||||||
| * | | m_filter Allow exemption of messages sent to nicks specified in ↵ | 2014-04-11 | 1 | -1/+19 | ||
| | | | | | | | | | | | | | <exemptfromfilter> tags Issue #655 | |||||
| * | | m_filter Rename config key used in exemptfromfilter from "channel" to ↵ | 2014-04-11 | 1 | -3/+6 | ||
| | | | | | | | | | "target", but keep compatibility | |||||
| * | | m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count() | 2014-04-11 | 1 | -6/+6 | ||
| | | | ||||||
| * | | m_filter Use case insensitive compare for exempted targets, add typedef for ↵ | 2014-04-11 | 1 | -2/+5 | ||
| | | | | | | | | | the set | |||||
| * | | m_services_account Remove now needless workaround added to 2.0 to display ↵ | 2014-04-09 | 1 | -29/+2 | ||
| | | | | | | | | | the correct host when cgiirc users log in using SASL | |||||
