]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2016-08-19 Attila MolnarMerge pull request #1200 from SaberUK/master+travis
2016-08-19 Peter PowellFix m_mysql warning about use of C++11 features on...
2016-08-19 Peter PowellDon't try to run `inspircd --version` after doing a...
2016-08-19 Peter PowellFix poll using int instead of size_t which caused a...
2016-08-19 Peter PowellFix linker flags being in the wrong place on static...
2016-08-19 Peter PowellFix a build error in the poll socket engine.
2016-08-19 Peter PowellFix m_ldap not linking to liblber on UNIX systems.
2016-08-19 Attila Molnarm_spanningtree Put command handlers with class names...
2016-08-19 Attila Molnarm_monitor Add inline keyword to IRCv3::Monitor::Manager...
2016-08-19 Attila Molnarm_ldap Remove unused LDAPService::last_timeout_check
2016-08-17 Attila MolnarMerge insp20
2016-08-15 Adamcore_hostname_lookup: find answer record of the correct...
2016-08-13 Attila MolnarRelease v2.0.22
2016-08-13 Attila Molnarm_censor Fix possible incorrect cast of dest
2016-08-13 Attila MolnarFix more incorrect std::string::operator[] usage
2016-08-11 Attila MolnarUpdate description of class EventHandler
2016-08-11 Attila MolnarReplace HandleEvent() references in the SocketEngine...
2016-08-11 Attila MolnarRemove virtual destructor of class Version
2016-08-11 Attila Molnarsocketengine_epoll Remove unused #define EP_DELAY 5
2016-08-10 Attila MolnarInitialize more User and LocalUser fields using the...
2016-08-10 Attila MolnarUpdate style of initializer lists in User and LocalUser...
2016-08-10 Attila Molnarm_ssl_mbedtls Apply dummy CA workaround for client...
2016-08-10 Attila MolnarMerge branch 'master+websocket'
2016-08-08 Attila Molnarm_ssl_* Add option to sslprofile controlling whether...
2016-08-08 Attila MolnarUpdate comments for classes IOHookProvider and IOHook
2016-08-08 Attila MolnarAdd WebSocket module
2016-08-08 Attila MolnarAdd SHA1 module
2016-08-08 Attila MolnarKeep multiple IOHookProvider references in class Listen...
2016-08-08 Attila MolnarInclude <array> or <tr1/array> globally
2016-08-08 Attila MolnarChange return type of ListenSocket::ResetIOHookProvider...
2016-08-08 Attila MolnarAdd StreamSocket::SendQueue::moveall() for moving data...
2016-08-08 Attila MolnarAdd support for multiple IOHooks per StreamSocket
2016-08-08 Attila MolnarCall StreamSocket::OnDataReady() from only one place
2016-08-08 Attila MolnarExtract code that reads data into a recvq from StreamSo...
2016-08-08 Attila MolnarExtract code that flushes the sendq from StreamSocket...
2016-08-08 Attila MolnarAdd StreamSocket::GetModHook() for obtaining the IOHook...
2016-08-08 Attila MolnarPass sendq to OnStreamSocketWrite
2016-08-08 Attila MolnarPredeclare IOHookProvider, remove iohook.h include...
2016-08-08 Attila MolnarMerge pull request #1196 from SaberUK/insp20+sha256
2016-08-05 Peter PowellFix challenge auth when using m_hash_gnutls instead...
2016-08-02 Attila MolnarMerge pull request #1193 from Adam-/insp20+banburst
2016-08-01 AdamFix bursting channel bans
2016-08-01 Attila MolnarMerge pull request #1191 from SaberUK/insp20+travis
2016-07-28 Peter PowellForce link sqlite3 on OS X when doing Travis builds.
2016-07-22 Peter PowellAdd a method which calculates the maximum mask length...
2016-07-22 Christian HöltjeTell git to store .bat files as CRLF (#1030)
2016-07-22 0x277Fstripcolor now strips from part messages (#1175)
2016-07-22 Attila Molnarm_ssl_openssl Verify DH params being non-NULL before...
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-27 Attila MolnarMerge pull request #1187 from SaberUK/master+431
2016-06-27 Peter PowellFix a minor oversight in ERR_NONICKNAMEGIVEN.
2016-06-27 Peter PowellGCC should never assume that this can not be null.
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-26 Peter PowellPass INSPIRCD_VERBOSE through the environment to unit-cc.
2016-06-26 Peter PowellFix cleaning files generated by configure.
2016-06-22 Peter PowellFix sending the wrong numeric when an empty new nick...
2016-06-21 Attila Molnarm_ssl_gnutls, m_ssl_openssl After a read schedule anoth...
2016-06-17 Attila MolnarDon't exit on rehash if the pid file cannot be written
2016-06-15 Attila MolnarAdd mbedTLS SSL module
2016-06-13 Attila MolnarStop processing the new connection in UserManager:...
2016-06-09 Attila MolnarFix for GCC 6 rightfully optimizing out the NULL check...
2016-05-30 Attila MolnarMerge pull request #1174 from SaberUK/insp20+hideoper...
2016-05-30 Attila MolnarMerge pull request #1179 from SaberUK/insp20+fix-buildp...
2016-05-30 Peter PowellFix 005 not showing some modes with the same rank as...
2016-05-03 Peter PowellFix a minor warning in m_hideoper on some systems.
2016-05-03 Attila MolnarUpdate .gitignore to reflect LDAP module changes
2016-04-30 Attila MolnarMerge branch 'master+sslconnmsg'
2016-04-28 Attila Molnarm_spanningtree Send snotice with the negotiated ciphers...
2016-04-28 Attila MolnarDeduplicate code for on connect SSL ciphersuite NOTICE...
2016-04-28 Attila MolnarExport the GetCiphersuite() method from the SSL modules
2016-04-28 Attila MolnarAdd SSLIOHook::IsSSL() to determine whether a socket...
2016-04-26 Attila MolnarMerge branch 'master+sasloffline'
2016-04-25 Attila Molnarm_sasl Advertise the sasl capability only if the target...
2016-04-25 Attila Molnarm_sasl Add ServerTracker class for tracking sasl_target
2016-04-25 Attila Molnarm_spanningtree Call the OnServerLink hook from TreeServ...
2016-04-25 Attila Molnarm_spanningtree Call the OnServerSplit hook from TreeSer...
2016-04-25 Attila Molnarm_spanningtree Call the OnServerSplit hook from the...
2016-04-25 Attila Molnarm_spanningtree Don't try to call the OnServerSplit...
2016-04-22 Attila MolnarMerge pull request #1170 from SaberUK/insp20+travis
2016-04-13 Attila Molnarm_spanningtree Ignore incoming BURST command in CONNECT...
2016-04-13 Attila Molnarm_spanningtree Fix FJOIN forwarding
2016-04-13 Attila Molnarm_spanningtree Resync servers when they recreate a...
2016-04-13 Attila Molnarm_spanningtree Allow IJOIN with lower TS
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-04-10 Peter PowellAdd configuration for building with Travis-CI.
2016-04-10 Attila MolnarMerge pull request #1169 from SaberUK/insp20+fix-makefile
2016-04-10 Peter PowellFix extraneous quotes in makefile template.
2016-04-04 Attila MolnarMerge pull request #1168 from SaberUK/master+fix-config...
2016-04-04 Peter PowellFix "use of uninitialized value $key in hash element...
2016-04-04 Attila MolnarMerge pull request #1167 from SaberUK/master+collision
2016-04-04 Peter PowellRename M to INSPIRCD_MODULE.
2016-04-04 Peter PowellRename T to INSPIRCD_TARGET.
2016-04-04 Peter PowellRename D to INSPIRCD_DEBUG.
2016-04-04 Peter PowellRename V to INSPIRCD_VERBOSE.
2016-04-04 Peter PowellRename PURE_STATIC to INSPIRCD_STATIC.
2016-03-30 Attila MolnarRemove unused ProtocolInterface::SendTopic()
2016-03-30 Attila MolnarRemove ProtocolInterface::PushToClient()
2016-03-30 Attila MolnarRemove User::SendText() and overrides completely
2016-03-30 Attila Molnarm_showfile Replace User::SendText() call with WriteComm...
next