| Commit message (Expand) | Author | Age | Files | Lines |
| * | m_spanningtree Assign an id to new Memberships | Attila Molnar | 2014-06-11 | 2 | -1/+10 |
| * | m_spanningtree Initialize membership ids on load | Attila Molnar | 2014-06-11 | 1 | -0/+14 |
| * | Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...•••The syntax of the server-to-server INVITE command changes from
:<source> INVITE <target> <channel> [<expire>]
to
:<source> INVITE <target> <channel> <chants> [<expire>]
| Attila Molnar | 2014-06-10 | 2 | -0/+27 |
| * | m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions | Attila Molnar | 2014-06-10 | 1 | -4/+4 |
| * | Use the iterator version of Channel::KickUser() in a few places | Attila Molnar | 2014-06-10 | 2 | -7/+8 |
| * | m_remove Make the protected rank configurable instead of hardcoding it to 50000•••Change type of ulevel and tlevel to unsigned int
| Attila Molnar | 2014-06-09 | 1 | -6/+9 |
| * | m_remove Recognize /REMOVE <chan> <nick>•••The old syntax is now deprecated
Fixes issue #860 reported by @Shawn-Smith
| Attila Molnar | 2014-06-09 | 1 | -2/+5 |
| * | m_remove Manually forward all REMOVE messages, turn FPART into REMOVE | Attila Molnar | 2014-06-09 | 1 | -18/+12 |
| * | m_ssl_openssl Remove unused MAX_DESCRIPTORS define | Attila Molnar | 2014-06-07 | 1 | -2/+0 |
| * | m_channames Remove temporary vector from ValidateChans() | Attila Molnar | 2014-06-07 | 1 | -9/+7 |
| * | m_channames Call ValidateChans() from cull() on unload•••This ensures that if ValidateChans() removes everyone from a channel the
channel is added to the cull list at the right time, that is, before the
destruction of objects begin.
The core IsChannel() is less strict than us regardless of our
configuration (for now) but nevertheless this is the correct behavior.
| Attila Molnar | 2014-06-07 | 1 | -1/+2 |
| * | m_ident Close the ident socket when the object is culled instead of using hooks | Attila Molnar | 2014-05-28 | 1 | -22/+6 |
| * | m_ident Make use of the min parameter of ConfigTag::getInt() | Attila Molnar | 2014-05-28 | 1 | -3/+1 |
| * | m_ident: Add an option to allow idents of users to still be prefixed with a '...•••Fixes #683.
Some changes by @attilamolnar, original PR #684
| Robby- | 2014-05-28 | 1 | -1/+8 |
| * | m_ssl_gnutls Don't include cap.h•••The tls cap is handled by m_starttls
| Attila Molnar | 2014-05-26 | 1 | -1/+0 |
| * | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar | 2014-05-26 | 7 | -28/+17 |
| * | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell | 2014-05-23 | 1 | -1/+1 |
| * | m_passforward: Don't forward password if the connect block required a passwor... | Googolplexed | 2014-05-16 | 1 | -0/+4 |
| * | m_ldap: time out LDAP queries•••Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous
library calls from blocking
Fix memory leak of pending queries when m_ldap is unloaded
| Adam | 2014-05-10 | 1 | -12/+68 |
| * | Remove redundant IS_LOCAL() checks discovered by static asserts | Attila Molnar | 2014-04-26 | 4 | -4/+4 |
| * | Change the OnNamesListItem() hook to return ModResult•••Return MOD_RES_DENY to exclude the user from the NAMES list
| Attila Molnar | 2014-04-20 | 4 | -27/+19 |
| * | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS•••Throws a ProtocolException if the input is invalid
| Attila Molnar | 2014-04-16 | 8 | -40/+25 |
| * | m_spanningtree Throw an exception on protocol violations instead of returning...•••Catch CoreExceptions, log and close the link in OnDataReady()
| Attila Molnar | 2014-04-16 | 10 | -59/+48 |
| * | m_sajoin, m_sapart Support a comma separated list of channels•••Issue #818
| Attila Molnar | 2014-04-14 | 2 | -3/+10 |
| * | m_sajoin Abort and report if the target user is already on the channel•••Fixes issue #820 reported by @UselessOper
| Attila Molnar | 2014-04-14 | 1 | -2/+9 |
| * | m_spanningtree Fix routing of unicast messages | Attila Molnar | 2014-04-14 | 2 | -11/+19 |
| * | m_filter Allow exemption of messages sent to nicks specified in <exemptfromfi...•••Issue #655
| Attila Molnar | 2014-04-11 | 1 | -1/+19 |
| * | m_filter Rename config key used in exemptfromfilter from "channel" to "target... | Attila Molnar | 2014-04-11 | 1 | -3/+6 |
| * | m_filter Rename exemptfromfilter field to exemptedchans, use std::set::count() | Attila Molnar | 2014-04-11 | 1 | -6/+6 |
| * | m_filter Use case insensitive compare for exempted targets, add typedef for t... | Attila Molnar | 2014-04-11 | 1 | -2/+5 |
| * | m_services_account Remove now needless workaround added to 2.0 to display the... | Attila Molnar | 2014-04-09 | 1 | -29/+2 |
| * | Fix m_cgiirc to set the user's host straight away when using WEBIRC. | md_5 | 2014-04-09 | 1 | -27/+14 |
| * | m_blockcaps Get rid of needless cast, use unsigned types | Attila Molnar | 2014-04-08 | 1 | -3/+3 |
| * | m_blockcaps Simplify CTCP ACTION (/me) detection | Attila Molnar | 2014-04-08 | 1 | -14/+6 |
| * | m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256... | Attila Molnar | 2014-04-08 | 2 | -5/+5 |
| * | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar | 2014-04-08 | 4 | -12/+3 |
| * | Merge insp20 | Attila Molnar | 2014-04-07 | 10 | -13/+35 |
| |\ |
|
| | * | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar | 2014-04-04 | 4 | -3/+13 |
| | * | m_watch Validate targ before use, noticed while rewriting m_watch for 2.2 | Attila Molnar | 2014-03-27 | 1 | -2/+2 |
| | * | m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_... | Attila Molnar | 2014-03-26 | 1 | -1/+6 |
| | * | m_httpd Fix typo noticed by @SaberUK | Attila Molnar | 2014-03-25 | 1 | -1/+1 |
| | * | m_operprefix Don't set +y on the oper if hideoper is being unset due to deope...•••Fixes issue #801 reported by @UselessOper
| Attila Molnar | 2014-03-23 | 1 | -1/+2 |
| | * | m_spanningtree Do pointer comparison before deleting one of the pointers in T...•••While the previous code worked fine in practice, it was incorrect in theory
| Attila Molnar | 2014-03-02 | 1 | -1/+2 |
| | * | m_spanningtree Don't send snotices to servers about remote servers splitting•••The snotice is sent to opers when the SQUIT is processed by their server
| Attila Molnar | 2014-03-02 | 1 | -1/+1 |
| | * | m_banredirect Fix typo in a message (transfered -> transferred)•••Fixes issue #757 reported by @guikcd
| Attila Molnar | 2014-02-03 | 1 | -1/+1 |
| | * | m_ssl_openssl Fix memory leaks on /rehash ssl, unload and in VerifyCertificate() | Attila Molnar | 2014-01-26 | 1 | -2/+6 |
| | * | Set a session id on our server ssl context in m_ssl_openssl. It is required f... | Adam | 2014-01-24 | 1 | -0/+3 |
| * | | m_override Deduplicate code | Attila Molnar | 2014-04-03 | 1 | -51/+19 |
| * | | Check if Membership::GetPrefixChar() returns 0 before appending it to a string•••Spotted by @barosl
| Attila Molnar | 2014-03-31 | 1 | -1/+3 |
| * | | Add stdalgo::delete_all() that deletes all elements in a container | Attila Molnar | 2014-03-24 | 2 | -10/+3 |