aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #1147 from SaberUK/insp20+gcc6•••[2.0] Fix GCC 6 warning about null checking this.Gravatar Attila Molnar2016-02-291-5/+11
| |\ \ \
| | * | | Fix GCC 6 warning about null checking this.•••As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to be undefined behaviour but changing it is too risky for the 2.0 branch. Gravatar Peter Powell2016-02-261-5/+11
| * | | | Merge pull request #1148 from guikcd/spelling-error•••Minor spelling errors in m_spanningtree.soGravatar Attila Molnar2016-02-292-2/+2
| |\ \ \ \
| | * | | | Minor spelling errors in m_spanningtree.soGravatar Guillaume Delacour2016-02-282-2/+2
| | |/ / /
| * | | | Merge pull request #1145 from Adam-/insp20+ulinekill•••Don't show snotices for kills from ulined clientsGravatar Attila Molnar2016-02-292-5/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't show snotices for kills from ulined clientsGravatar Adam2016-02-252-5/+10
| * | | | Fix dccallow to work with files with spaces in their namesGravatar Adam2016-02-181-12/+26
| |/ / /
* | | | core_hostname_lookup: find answer record of the correct type instead of assum...Gravatar Adam2016-08-151-8/+28
* | | | socketengine_epoll Remove unused #define EP_DELAY 5Gravatar Attila Molnar2016-08-111-1/+0
* | | | Initialize more User and LocalUser fields using the init listGravatar Attila Molnar2016-08-102-15/+12
* | | | Update style of initializer lists in User and LocalUser constructorsGravatar Attila Molnar2016-08-101-4/+12
* | | | m_ssl_mbedtls Apply dummy CA workaround for client contextGravatar Attila Molnar2016-08-101-0/+1
* | | | m_ssl_* Add option to sslprofile controlling whether to request client certif...Gravatar Attila Molnar2016-08-083-9/+39
* | | | Add WebSocket moduleGravatar Attila Molnar2016-08-081-0/+405
* | | | Add SHA1 moduleGravatar Attila Molnar2016-08-081-0/+199
* | | | Keep multiple IOHookProvider references in class ListenSocket•••This adds the <bind:hook> config option which works together with <bind:ssl> Gravatar Attila Molnar2016-08-084-9/+29
* | | | Change return type of ListenSocket::ResetIOHookProvider() to void•••No code was using the return value Gravatar Attila Molnar2016-08-081-4/+1
* | | | Add support for multiple IOHooks per StreamSocketGravatar Attila Molnar2016-08-081-27/+101
* | | | Call StreamSocket::OnDataReady() from only one place•••Call it whenever the recvq gets bigger than it was before the read Gravatar Attila Molnar2016-08-081-4/+8
* | | | Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...Gravatar Attila Molnar2016-08-081-3/+13
* | | | Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...Gravatar Attila Molnar2016-08-081-10/+15
* | | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks Gravatar Attila Molnar2016-08-086-31/+32
* | | | Pass sendq to OnStreamSocketWriteGravatar Attila Molnar2016-08-084-7/+4
* | | | Add a method which calculates the maximum mask length. (#1171)Gravatar Peter Powell2016-07-221-1/+1
* | | | stripcolor now strips from part messages (#1175)Gravatar 0x277F2016-07-221-0/+17
* | | | Fix a minor oversight in ERR_NONICKNAMEGIVEN.Gravatar Peter Powell2016-06-271-1/+1
* | | | Merge pull request #1182 from SaberUK/master+431•••Fix sending the wrong numeric when an empty new nick is received.Gravatar Attila Molnar2016-06-271-1/+1
|\ \ \ \
| * | | | Fix sending the wrong numeric when an empty new nick is received.Gravatar Peter Powell2016-06-221-1/+1
* | | | | Add mbedTLS SSL moduleGravatar Attila Molnar2016-06-151-0/+924
|/ / / /
* | | | m_spanningtree Send snotice with the negotiated ciphersuite when connected us...Gravatar Attila Molnar2016-04-281-0/+10
* | | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...Gravatar Attila Molnar2016-04-283-45/+20
* | | | Export the GetCiphersuite() method from the SSL modulesGravatar Attila Molnar2016-04-282-2/+6
* | | | Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not•••Use it in a few places Gravatar Attila Molnar2016-04-281-1/+1
* | | | m_sasl Advertise the sasl capability only if the target server is online•••Issue #812 Gravatar Attila Molnar2016-04-251-2/+9
* | | | m_sasl Add ServerTracker class for tracking sasl_targetGravatar Attila Molnar2016-04-251-1/+65
* | | | m_spanningtree Call the OnServerLink hook from TreeServer constructorGravatar Attila Molnar2016-04-251-1/+2
* | | | m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s...Gravatar Attila Molnar2016-04-251-2/+3
* | | | m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...Gravatar Attila Molnar2016-04-251-0/+16
* | | | m_spanningtree Don't try to call the OnServerSplit hook when the module is be...Gravatar Attila Molnar2016-04-251-1/+2
* | | | m_spanningtree Ignore incoming BURST command in CONNECTED stateGravatar Attila Molnar2016-04-131-0/+5
* | | | m_spanningtree Fix FJOIN forwardingGravatar Attila Molnar2016-04-131-1/+1
* | | | m_spanningtree Resync servers when they recreate a channel outside of burstGravatar Attila Molnar2016-04-131-2/+12
* | | | m_spanningtree Allow IJOIN with lower TSGravatar Attila Molnar2016-04-131-4/+2
* | | | Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently Gravatar Attila Molnar2016-04-117-56/+40
* | | | Rename PURE_STATIC to INSPIRCD_STATIC.Gravatar Peter Powell2016-04-043-3/+3
* | | | Remove unused ProtocolInterface::SendTopic()Gravatar Attila Molnar2016-03-302-6/+0
* | | | Remove ProtocolInterface::PushToClient()Gravatar Attila Molnar2016-03-302-6/+0
* | | | Remove User::SendText() and overrides completelyGravatar Attila Molnar2016-03-301-21/+0
* | | | m_showfile Replace User::SendText() call with WriteCommand()Gravatar Attila Molnar2016-03-301-3/+4
* | | | m_spanningtree Remove PUSH handlerGravatar Attila Molnar2016-03-303-45/+1