summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-11Add ConvToUInt64()Attila Molnar
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-09Document the config options of m_removeAttila 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-28Describe <ident:nolookupprefix>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-23Replace the configure templating system with something better.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-05-06Document the Membership and the Invitation classAttila Molnar
2014-04-26Add support for generating DANE TLSA records to genssl.Peter Powell
2014-04-26Remove redundant IS_LOCAL() checks discovered by static assertsAttila Molnar
2014-04-20Document parameters and return value for the OnNamesListItem() hookAttila 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-11Remove various broken/useless features from the build system.Peter Powell
2014-04-11m_filter Allow exemption of messages sent to nicks specified in <exemptfromfi...Attila Molnar
2014-04-11Redirect the reader to filters.conf.example for advanced filter configurationAttila Molnar