Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-20 | Change the type of the user parameter in the OnUserPreNick() hook from User ↵ | Attila Molnar | |
to LocalUser No remote users were passed to this hook before. Remove needless IS_LOCAL() checks. | |||
2014-06-20 | Increment serverstats::Collisions when a collision is handled, not when a ↵ | Attila Molnar | |
module denies a nick change | |||
2014-06-18 | m_chghost Allow ulined servers to change the host of unregistered users (for ↵ | Attila Molnar | |
SASL) | |||
2014-06-17 | m_spanningtree Share server description updates via SINFO desc | Attila Molnar | |
2014-06-17 | m_spanningtree Remove server-to-server VERSION handler | Attila Molnar | |
2014-06-17 | m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 ↵ | Attila Molnar | |
protocol servers | |||
2014-06-17 | m_spanningtree Exchange public server version strings via SINFO instead of ↵ | Attila Molnar | |
VERSION | |||
2014-06-17 | m_spanningtree Show the full version string of servers to opers | Attila Molnar | |
Issue #637, suggested by @CuleX | |||
2014-06-17 | m_spanningtree Send and receive full version strings via SINFO | Attila Molnar | |
2014-06-17 | m_spanningtree Add a field to TreeServer for storing full version strings | Attila Molnar | |
2014-06-17 | m_spanningtree Add server-to-server SINFO command handler and builder | Attila Molnar | |
Don't send SINFO to 1202 protocol servers | |||
2014-06-17 | m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional ↵ | Attila Molnar | |
data about a server | |||
2014-06-14 | Kill needless #includes in source files | Attila Molnar | |
2014-06-14 | m_spanningtree Remove declaration for nonexistent function: OnLine() | Attila Molnar | |
2014-06-14 | m_spanningtree Use vector back() where it makes sense | Attila Molnar | |
2014-06-14 | m_spanningtree Initialize boolean member variables in the constructor of the ↵ | Attila Molnar | |
module | |||
2014-06-14 | m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructor | Attila Molnar | |
2014-06-13 | Make the default ProtocolInterface instance part of class InspIRCd | Attila Molnar | |
The protocol module no longer has to delete it on load and construct it on unload, only assign a new value to ServerInstance->PI | |||
2014-06-13 | m_spanningtree Change allocation of the specialized ProtocolInterface to be ↵ | Attila Molnar | |
physically part of ModuleSpanningTree | |||
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-06-13 | Add CommandParser::GetCommands() and typedef CommandMap and use it instead ↵ | Attila Molnar | |
of directly accessing cmdlist | |||
2014-06-13 | Change allocation of InspIRCd::Threads to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-06-12 | m_spanningtree Explicitly specify the routing for RESYNC as the one ↵ | Attila Molnar | |
inherited from ServerCommand doesn't suit it Command::GetRouting() defaulted to local only when RESYNC was added, but ServerCommand overrides it. | |||
2014-06-11 | m_spanningtree Strip membership id from KICKs sent to 1202 protocol servers | Attila Molnar | |
2014-06-11 | Send the membership id when kicking a remote user and drop KICKs with ↵ | Attila Molnar | |
mismatching membership ids This fixes the desync happening when a PART+JOIN crosses a KICK targetting the same user. | |||
2014-06-11 | m_spanningtree Strip membership ids from FJOINs sent to 1202 protocol servers | Attila Molnar | |
2014-06-11 | m_spanningtree Send and parse FJOINs with membership ids | Attila Molnar | |
2014-06-11 | m_spanningtree Add CmdBuilder::push_raw_int() | Attila Molnar | |
2014-06-11 | m_spanningtree Use the FJOIN builder when a channel is created | Attila Molnar | |
2014-06-11 | m_spanningtree Add CmdBuilder specialization for FJOIN | Attila Molnar | |
2014-06-11 | m_spanningtree Send, parse and translate IJOINs with membership ids | Attila Molnar | |
2014-06-11 | m_spanningtree Assign an id to new Memberships | Attila Molnar | |
2014-06-11 | m_spanningtree Initialize membership ids on load | Attila Molnar | |
2014-06-10 | Add channel TS to server-to-server INVITE to detect and drop unauthorized ↵ | Attila Molnar | |
invites The syntax of the server-to-server INVITE command changes from :<source> INVITE <target> <channel> [<expire>] to :<source> INVITE <target> <channel> <chants> [<expire>] | |||
2014-06-10 | m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions | Attila Molnar | |
2014-06-10 | Use the iterator version of Channel::KickUser() in a few places | Attila Molnar | |
2014-06-09 | m_remove Make the protected rank configurable instead of hardcoding it to 50000 | Attila Molnar | |
Change type of ulevel and tlevel to unsigned int | |||
2014-06-09 | m_remove Recognize /REMOVE <chan> <nick> | Attila Molnar | |
The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith | |||
2014-06-09 | m_remove Manually forward all REMOVE messages, turn FPART into REMOVE | Attila Molnar | |
2014-06-07 | m_ssl_openssl Remove unused MAX_DESCRIPTORS define | Attila Molnar | |
2014-06-07 | Fix harmless loop off-by-ones found by Moonlightning | satmd | |
2014-06-07 | m_channames Remove temporary vector from ValidateChans() | Attila Molnar | |
2014-06-07 | m_channames Call ValidateChans() from cull() on unload | Attila Molnar | |
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. | |||
2014-06-06 | m_spanningtree Forward NICK messages when they cause a collision with the ↵ | Attila Molnar | |
new nick param rewritten to the uuid Suppressing these messages meant that we relied on an appropriate NICK to come from the direction the SAVE was sent to; this left all servers behind us uninformed until the target server of the SAVE reacted with a nick change to uuid. This was problematic because someone can legitimately change nick to the past nick of the SAVEd user on a server that already has the SAVEd user with the uuid nick and that nick change message can reach servers that haven't yet seen the nick change to uuid of the SAVEd user. | |||
2014-06-06 | m_spanningtree Fix cleanup of connections when unloading a module that ↵ | Attila Molnar | |
provides an IOHook | |||
2014-05-28 | m_ident Close the ident socket when the object is culled instead of using hooks | Attila Molnar | |
2014-05-28 | m_ident Make use of the min parameter of ConfigTag::getInt() | Attila Molnar | |
2014-05-28 | m_ident: Add an option to allow idents of users to still be prefixed with a ↵ | Robby- | |
'~' for connect classes which have disabled ident lookups through the <connect:useident> setting. Fixes #683. Some changes by @attilamolnar, original PR #684 | |||
2014-05-26 | m_ssl_gnutls Don't include cap.h | Attila Molnar | |
The tls cap is handled by m_starttls | |||
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar | |