Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add CHANNELLEN to isupport
|
|
|
|
|
|
|
|
|
|
ip instead of modestring) when a nick collides at burst
|
|
remote server
|
|
|
|
It's far too common to "misuse" this API by accidentally trying to use
stringjoiner with an empty container, and fixing that is more or less adding
boilerplate in every place we fix it.
Instead, let's just return and not touch the string, and not throw.
Done-with: Attila Molnar <attilamolnar@hush.com>
|
|
|
|
This reverts commit f0474272303ac9297f637ce956315518138bafff.
|
|
This reverts commit dca6a7821efbfd1e6c2987dfa1d2b9f72d1db1be.
|
|
This reverts commit 5fd31ec5a6ba6021763b36d8d17d4665900623ab.
|
|
This reverts commit fbf14cb9ff28ae1b8a6c4b90a18470381afbcc53.
|
|
|
|
|
|
SIDs to be on callerid/dccallow lists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes with SendMode
|
|
|
|
|
|
|
|
|
|
|
|
[2.0] Spelling fix.
|
|
|
|
[2.0] InviteBase needs to be a CoreExport on Windows.
|
|
|
|
|
|
|
|
|
|
This patch was contributed almost 10 months ago via IRC, by spender.
|
|
Previously only a fingerprint was shown when one was available, else nothing was shown at all.
|
|
a dash (-) to be compliant with the specification
|
|
an empty list of removed CAPs
|
|
CapEvent data in the constructor
|
|
[2.0] Bugfixes/improvements in m_rline, m_svshold, m_shun, m_cban
|
|
TS lowered
|
|
|
|
|
|
before playing back history, don't playback to remote users
|
|
reason for a shunned user
|
|
- remove OnUserConnect hook as it was completly a no-op
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when /SHUN succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route SHUN commands at all, spanningtree adds and removes the lines automatically
|