Sadie Powell
22fe5bb724
Require users to use a confirmation code when dropping channels.
2024-02-19 22:20:36 +00:00
Robert Scheck
909b9b2679
Remove a leftover use of the m_ module prefix.
2024-02-17 21:34:03 +00:00
Sadie Powell
49ea709027
Merge branch '2.0' into 2.1.
2024-02-17 20:50:31 +00:00
Sadie Powell
4ea2bc5e46
Mark as 2.0.16-git.
2024-02-17 20:08:10 +00:00
Sadie Powell
eabc8b641e
Release 2.0.15.
2.0.15
2024-02-17 20:07:09 +00:00
Sadie Powell
2f1ed186d1
Update the change log.
2024-02-17 20:06:08 +00:00
Sadie Powell
4cc68397dc
Update the copyright headers for 2024.
2024-02-17 19:58:17 +00:00
Sadie Powell
2b7872139c
Prevent resetting the password of suspended accounts.
...
Closes #351 .
2024-02-17 19:52:39 +00:00
TehPeGaSuS
e47ad6ed3f
Fix some typos in the config change log.
2024-02-17 18:59:17 +00:00
Sadie Powell
f3b14694c6
Bump for 2.1.3-git.
2024-02-17 18:15:38 +00:00
Sadie Powell
e9424b529c
Release 2.1.2.
2.1.2
2024-02-17 18:14:10 +00:00
Sadie Powell
a60c796cf6
Update the config changelog.
2024-02-17 18:13:30 +00:00
Sadie Powell
fcf16ab20a
Merge branch '2.0' into 2.1.
2024-02-11 21:35:31 +00:00
Sadie Powell
8e3be20387
Update the Windows dependencies.
2024-02-11 21:34:00 +00:00
Sadie Powell
689dd44d3b
Add a GitHub security policy.
2024-02-11 21:32:23 +00:00
Sadie Powell
a25d0aa60e
Update the changelog.
2024-02-11 21:14:59 +00:00
Sadie Powell
c50d1dc2b5
Remove some outdated development docs.
2024-02-11 21:08:17 +00:00
Sadie Powell
274bb19d03
Switch Thread to use the C++11 equivalent, remove win32/pthread.
2024-02-11 20:35:21 +00:00
Sadie Powell
2c5b84bd1d
Replace Condition and Mutex with the C++11 standard equivalents.
2024-02-11 19:53:05 +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
cef56abea4
Consistently use time_t for the timer duration.
2024-02-11 18:10:38 +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
c9e0245f23
Revert "Document ns_no_expire nick default".
...
This reverts commit 9c9df2ad1f .
Closes #350 .
2024-02-11 16:22:01 +00:00
Robby
5337326cc9
Update the dutch language file.
2024-01-31 06:17:01 +01:00
Robby
73d8c85879
Update the dutch language file.
2024-01-31 06:17:00 +01:00
Robby
6237245ab7
Remove an extraneous space in cs_xop, part 2.
2024-01-31 03:20:35 +01:00
Robby
7ae20c2a6d
Remove an extraneous space in cs_xop.
2024-01-31 03:08:54 +01:00
Robby
ae1829e5a8
Fix a typo in the PASSWORD_TOO_SHORT text string.
2024-01-30 19:15:19 +01:00
Sadie Powell
026661c9a2
Fix irc2sql and webcpanel not being put into the modules folder.
2024-01-30 14:53:08 +00:00
Sadie Powell
ec7223ace2
Convert map/multimap/hash_map to an alias template.
2024-01-30 14:29:17 +00:00
Sadie Powell
1f31621bbf
Remove various references to old versions.
2024-01-30 14:01:07 +00:00
Sadie Powell
dfd41b9b94
Fix Clang and GCC disagreeing about whether a move is needed.
2024-01-24 16:12:29 +00:00
Sadie Powell
fdd4aade3b
Add a CI workflow for Alpine.
2024-01-24 15:14:21 +00:00
Sadie Powell
0a53f4c26e
Merge branch '2.0' into 2.1.
2024-01-24 14:48:53 +00:00
Sadie Powell
d6a826a09c
Backport CI changes from the 2.1 branch.
2024-01-24 14:45:57 +00:00
Sadie Powell
484160eb4e
Shuffle modules around a bit.
2024-01-24 12:34:34 +00:00
Sadie Powell
7ac1fe5847
Rename several modules to remove the m_ prefix.
2024-01-24 12:22:51 +00:00
Sadie Powell
72acef4e15
Mark types that have no inheritors as final.
2024-01-23 16:53:06 +00:00
Sadie Powell
a6a0f6c447
Improve the layout of types that inherit from another type.
2024-01-23 15:28:23 +00:00
Sadie Powell
398d674cf4
Fix some CoreExport types that should be DllExport.
2024-01-23 14:06:46 +00:00
Sadie Powell
1467de1c7e
Mark all exception types as CoreExport.
...
From the GCC docs:
>Exception catching of a user defined type in a binary other than
>the one which threw the exception requires a typeinfo lookup.
Closes #335 .
2024-01-22 20:06:57 +00:00
Sadie Powell
c5023fdfa0
Update the Turkish translation for the changes in 2.1 git.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 19:52:06 +00:00
Sadie Powell
97782248af
Merge branch '2.0' into 2.1.
2024-01-22 18:35:12 +00:00
Sadie Powell
016761776b
Add a new Turkish translation contributed by CaPa CuL.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 16:29:20 +00:00
Victor Coss
c2450eabab
Fix typo
2024-01-22 00:38:23 +00:00
Sadie Powell
d6ced86021
Fix some module names that were missed in commit 4056af00e3.
2024-01-11 17:13:14 +00:00
Sadie Powell
0d8d1675f7
Fix an oversight in build_subdir.
2024-01-10 17:49:02 +00:00
Sadie Powell
4056af00e3
Parse InspIRCd module names in a way which is 1206 compatible.
2024-01-10 17:47:27 +00:00
Sadie Powell
99b4305573
Add a wrapper for std::string::compare to Anope::string.
2024-01-10 17:07:17 +00:00
Sadie Powell
113301dbba
Update the changelogs.
2024-01-09 21:25:44 +00:00