summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2014-04-08m_blockcaps Simplify CTCP ACTION (/me) detectionAttila Molnar
2014-04-08m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256...Attila Molnar