summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-10Return the newly created Membership object from Channel::ForceJoin()Attila Molnar
2014-06-10Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...Attila Molnar
2014-06-10m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positionsAttila Molnar
2014-06-10cmd_kick Assign a value to the kick reason string more reasonablyAttila Molnar
2014-06-10Use the iterator version of Channel::KickUser() in a few placesAttila Molnar
2014-06-10Change Channel::KickUser() to accept an iterator, add overload that accepts a...Attila Molnar
2014-06-10Move pre-kick checks from core to cmd_kick (core_channel)Attila Molnar
2014-06-09m_remove Make the protected rank configurable instead of hardcoding it to 50000Attila Molnar
2014-06-09m_remove Recognize /REMOVE <chan> <nick>Attila Molnar
2014-06-09m_remove Manually forward all REMOVE messages, turn FPART into REMOVEAttila Molnar
2014-06-09Use std::find() in ParseStack::ParseFile()Attila Molnar
2014-06-09Deduplicate ParseStack::ParseFile() and ParseExec()Attila Molnar
2014-06-07m_ssl_openssl Remove unused MAX_DESCRIPTORS defineAttila Molnar
2014-06-07Change the number reported by SocketEngine::GetMaxFds() to be informalAttila Molnar
2014-06-07socketengine_epoll Pass a dummy value to epoll_create() that does not depend ...Attila Molnar
2014-06-07Relax fd bounds checkingAttila Molnar
2014-06-07m_channames Remove temporary vector from ValidateChans()Attila Molnar
2014-06-07m_channames Call ValidateChans() from cull() on unloadAttila Molnar
2014-05-28m_ident Close the ident socket when the object is culled instead of using hooksAttila Molnar
2014-05-28m_ident Make use of the min parameter of ConfigTag::getInt()Attila Molnar
2014-05-28m_ident: Add an option to allow idents of users to still be prefixed with a '...Robby-
2014-05-26m_ssl_gnutls Don't include cap.hAttila Molnar
2014-05-26Switch to std::string::compare() from substr() in a couple of placesAttila Molnar
2014-05-23Prefix all definitions in config.h to avoid potential collisions.Peter Powell
2014-05-16m_passforward: Don't forward password if the connect block required a passwor...Googolplexed
2014-05-12Update core_stats.cppWindowsUser
2014-05-10m_ldap: time out LDAP queriesAdam
2014-05-06Remove needless checks from Invitation::Find()Attila Molnar
2014-04-26Remove redundant IS_LOCAL() checks discovered by static assertsAttila Molnar
2014-04-20Change the OnNamesListItem() hook to return ModResultAttila Molnar
2014-04-16m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TSAttila Molnar
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2014-04-14Remove WALLCHOPS and WALLVOICES ISUPPORT tokensAttila Molnar
2014-04-14core_lusers Don't capitalize "local users" and "global users"Attila Molnar
2014-04-14m_sajoin, m_sapart Support a comma separated list of channelsAttila Molnar
2014-04-14m_sajoin Abort and report if the target user is already on the channelAttila Molnar
2014-04-14m_spanningtree Fix routing of unicast messagesAttila Molnar
2014-04-11Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.Peter Powell
2014-04-11Implement support for numeric character references.Peter Powell
2014-04-11Clean up a bunch of legacy code in the Poll socketengine.Peter Powell
2014-04-11m_filter Allow exemption of messages sent to nicks specified in <exemptfromfi...Attila Molnar
2014-04-11m_filter Rename config key used in exemptfromfilter from "channel" to "target...Attila Molnar
2014-04-11m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count()Attila Molnar
2014-04-11m_filter Use case insensitive compare for exempted targets, add typedef for t...Attila Molnar
2014-04-09m_services_account Remove now needless workaround added to 2.0 to display the...Attila Molnar
2014-04-09Fix m_cgiirc to set the user's host straight away when using WEBIRC.md_5
2014-04-09Avoid double Membership lookup in Channel::UserList()Attila Molnar
2014-04-09Move checks determining whether a user is allowed to view the NAMES list of a...Attila Molnar
2014-04-09Eliminate usage of has_one in Channel::UserList()Attila Molnar
2014-04-08m_blockcaps Get rid of needless cast, use unsigned typesAttila Molnar