Sadie Powell
|
c6cb4ba159
|
Fix some coding style issues.
|
2024-02-26 15:34:17 +00:00 |
|
Sadie Powell
|
e341cac8d6
|
Implement support for the IRCv3 +draft/channel-context tag.
Closes #358.
|
2024-02-26 15:34:17 +00:00 |
|
Sadie Powell
|
c4e9c0bf85
|
If the IRCd sends a field limit then use it over that of the config.
|
2024-02-22 17:05:30 +00:00 |
|
Sadie Powell
|
7423fa9998
|
Route message tags into more message functions.
|
2024-02-22 13:03:53 +00:00 |
|
TehPeGaSuS
|
ccfaca32a2
|
Fix a typo in cs_drop.
|
2024-02-21 23:09:09 +00:00 |
|
Sadie Powell
|
22fe5bb724
|
Require users to use a confirmation code when dropping channels.
|
2024-02-19 22:20:36 +00:00 |
|
Sadie Powell
|
5c50bcb9c7
|
Remove the time_t parameter from Tick and TickTimers.
Most uses of Tick do not use the parameter and even when it is used
it is always the same as CurTime.
|
2024-02-11 18:18:18 +00:00 |
|
Sadie Powell
|
30b9f12711
|
Remove the now parameter from the Timer class.
This was never actually changed from the default.
|
2024-02-11 17:56:35 +00:00 |
|
Sadie Powell
|
484160eb4e
|
Shuffle modules around a bit.
|
2024-01-24 12:34:34 +00:00 |
|