| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | info: Move ChrisTX and Shawn to former contributors section. | Robin Burchell | 2015-11-09 | 1 | -2/+2 |
| | * | | | | info: Update my copyright since I've touched this rather extensively. | Robin Burchell | 2015-11-09 | 1 | -1/+1 |
| | * | | | | info: Move SaberUK to Core Developers.•••Reflects reality, he's done a fair chunk of work. :)
| Robin Burchell | 2015-11-09 | 1 | -2/+2 |
| | * | | | | info: Reflect reality, and move everyone who hasn't committed since 2010 to "...•••Self-explanatory, I hope.
| Robin Burchell | 2015-11-09 | 1 | -1/+3 |
| | * | | | | info: Merge "Regular Contributors" and "Other Contributors" into "Active Cont...•••Neither of the two other titles were really informative, and this now gels with
"Former Contributors".
| Robin Burchell | 2015-11-09 | 1 | -5/+3 |
| | * | | | | info: Remove searchirc.com (now defunct), change irc-junkie credits to Asmo.•••Asmo was the guy who deserves thanks, not the site, per-se.
| Robin Burchell | 2015-11-09 | 1 | -1/+1 |
| | * | | | | info: Move the early three of us to a "founding developers" section.•••Reflecting the reality that we are of some kind of importance, even if we aren't
really doing much nowdays except sipping cocktails on the beach.
| Robin Burchell | 2015-11-09 | 1 | -3/+5 |
| | * | | | | info: Move jackmcbarn from developers back to contributors.•••His last contribution was moving his name here, which doesn't seem to quite gel.
| Robin Burchell | 2015-11-09 | 1 | -1/+1 |
| * | | | | | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr... | Attila Molnar | 2015-11-11 | 1 | -1/+1 |
| * | | | | | m_ssl_gnutls Strip unrecognized tokens from the priority string if configured... | Attila Molnar | 2015-11-11 | 1 | -2/+61 |
| * | | | | | m_ssl_gnutls Add GnuTLS::Priority::GetDefault() | Attila Molnar | 2015-11-11 | 1 | -2/+12 |
| * | | | | | m_ssl_gnutls Remove DH parameter generation•••Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params.
| Attila Molnar | 2015-11-10 | 1 | -17/+1 |
| * | | | | | m_ssl_openssl Disable compression and SSL v3 by default | Attila Molnar | 2015-11-10 | 1 | -2/+2 |
| * | | | | | m_ssl_openssl Add workaround for a memory leak in OpenSSL | Attila Molnar | 2015-11-10 | 1 | -1/+9 |
| * | | | | | Remove UserManager::GarbageCollect() | Attila Molnar | 2015-11-03 | 2 | -10/+0 |
| * | | | | | Move already sent id rollover handling and static LocalUser::already_sent_id ... | Attila Molnar | 2015-11-03 | 2 | -5/+13 |
| * | | | | | Add UserManager::NextAlreadySentId() and convert all code to use it | Attila Molnar | 2015-11-03 | 3 | -3/+8 |
| |/ / / / |
|
| * | | | | core_channel Implement invite (un)serialization | Attila Molnar | 2015-11-02 | 2 | -1/+48 |
| * | | | | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel
- Accessible using the provided API after including the appropriate header
- Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS
- Expiration of timed invites are implemented using Timers
- When creating a new invite let a non-timed invite override a timed one
| Attila Molnar | 2015-11-02 | 11 | -107/+331 |
| * | | | | Move ServerConfig::InvBypassModes into core_channel | Attila Molnar | 2015-11-02 | 2 | -3/+3 |
| * | | | | Move handling of <options:invitebypassmodes> into core_channel | Attila Molnar | 2015-11-02 | 2 | -17/+52 |
| * | | | | Merge pull request #1093 from SaberUK/master+tsc•••Update another password check to use InspIRCd::TimingSafeCompare. | Attila Molnar | 2015-10-14 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Update another password check to use InspIRCd::TimingSafeCompare. | Peter Powell | 2015-10-14 | 1 | -1/+1 |
| * | | | | | m_ssl_openssl Implement custom BIO methods that call SocketEngine methods | Attila Molnar | 2015-07-07 | 1 | -3/+86 |
| * | | | | | m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructor | Attila Molnar | 2015-07-07 | 1 | -2/+0 |
| |/ / / / |
|
| * | | | | m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available | Attila Molnar | 2015-07-06 | 1 | -1/+6 |
| * | | | | m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and later | Attila Molnar | 2015-07-06 | 1 | -0/+5 |
| * | | | | m_ssl_openssl Unconditionally compile code for detecting renegotiation and di... | Attila Molnar | 2015-07-06 | 1 | -9/+1 |
| * | | | | Fail invalid dns responses instead of drop | Adam | 2015-07-06 | 1 | -3/+12 |
| * | | | | m_blockcaps Reword error message to indicate 'greater than or equal to' logic... | David Lamont | 2015-07-01 | 1 | -1/+1 |
| * | | | | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar) | Attila Molnar | 2015-06-26 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly
| James Lu | 2015-06-12 | 1 | -2/+2 |
| * | | | | | m_ssl_gnutls, m_ssl_openssl Log library version information on load | Attila Molnar | 2015-06-22 | 2 | -0/+4 |
| * | | | | | Clean up indent in StreamSocket::DoWrite() | Attila Molnar | 2015-06-06 | 1 | -22/+6 |
| * | | | | | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies... | Attila Molnar | 2015-06-06 | 1 | -18/+89 |
| * | | | | | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core
| Attila Molnar | 2015-06-06 | 3 | -26/+15 |
| * | | | | | Add max outgoing record size option to sslprofile config | Attila Molnar | 2015-06-06 | 2 | -2/+16 |
| * | | | | | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time
| Attila Molnar | 2015-06-06 | 3 | -25/+22 |
| * | | | | | Expand module names in ServerConfig::ApplyModules() | Attila Molnar | 2015-06-04 | 1 | -0/+1 |
| * | | | | | Add support for channel alias prefixes with multiple characters. | Peter Powell | 2015-06-03 | 1 | -9/+9 |
| * | | | | | m_silence Change silencelist type to vector | Attila Molnar | 2015-06-03 | 1 | -3/+3 |
| * | | | | | m_silence Remove unused parameters from OnBuildExemptList and rename it | Attila Molnar | 2015-06-03 | 1 | -2/+2 |
| * | | | | | m_callerid Prioritize after other mods for the OnUserPreMessage hook•••Issue #1051
| Attila Molnar | 2015-06-03 | 1 | -0/+6 |
| * | | | | | Fix incomplete conversion to the new whois system noticed by @SaberUK | Attila Molnar | 2015-06-02 | 4 | -17/+23 |
| * | | | | | m_spanningtree Log nick collisions more verbosely and in all cases | Attila Molnar | 2015-05-23 | 4 | -6/+8 |
| * | | | | | Remove dead code from UserManager::AddUser() | Attila Molnar | 2015-05-22 | 1 | -11/+1 |
| * | | | | | Fix some oversights | Attila Molnar | 2015-05-22 | 2 | -2/+4 |
| * | | | | | Allow modules to be called as "foo" instead of "m_foo.so" | Attila Molnar | 2015-05-20 | 3 | -5/+17 |
| * | | | | | m_spanningtree Fix harmless valgrind warning about uninit var usage on unload | Attila Molnar | 2015-05-19 | 1 | -0/+1 |
| * | | | | | Merge branch 'master+movenames' | Attila Molnar | 2015-05-19 | 5 | -78/+106 |
| |\ \ \ \ \ |
|