index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_codepage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf.
Sadie Powell
2023-01-23
1
-2
/
+2
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-6
/
+5
*
Convert various enums to strongly typed scoped enums.
Sadie Powell
2023-01-22
1
-14
/
+15
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Use string_view in IsNick/IsIdent/IsChannel.
Sadie Powell
2022-11-21
1
-5
/
+5
*
Use a global typedef for representing a character set.
Sadie Powell
2022-09-30
1
-4
/
+2
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-2
/
+2
*
Initialize some variables inline instead of in the constructor.
Sadie Powell
2022-09-03
1
-2
/
+1
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-2
/
+2
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-5
/
+5
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-8
/
+8
*
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-07
1
-1
/
+16
|
\
|
|
*
Send the CHARSET token if using a non-ascii casemapping.
Sadie Powell
2021-06-02
1
-1
/
+13
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+2
*
|
Add a new map-based method for building link data.
•••
The new link data is not currently used but will be in the near future.
Sadie Powell
2021-05-10
1
-14
/
+16
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-1
/
+1
*
|
Abstract out the single byte codepage support to a class.
•••
This will allow us to modularly implement support for multi-byte codepages in the near future.
Sadie Powell
2021-04-18
1
-61
/
+155
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-8
/
+4
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-07
1
-0
/
+19
|
\
|
|
*
After changing the codepage rename duplicate users to their UUID.
Sadie Powell
2020-12-22
1
-0
/
+16
|
*
Send RPL_SAVENICK from irc2 when renaming a user to their UUID.
Sadie Powell
2020-12-22
1
-0
/
+3
*
|
Rename NickMax to MaxNick for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-6
/
+6
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-8
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-3
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+1
|
\
|
|
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-9
/
+5
|
/
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+0
*
Rebuild the 005 numeric after changing the case mapping.
Sadie Powell
2020-01-08
1
-0
/
+4
*
Minor improvements to the codepage module.
•••
- Cache the codepage name on load and restore on unload. - Make origisnick constant. - Fix the size of the casemap in memcmp call.
Sadie Powell
2020-01-07
1
-2
/
+7
*
Add a replacement for the nationalchars module.
Sadie Powell
2020-01-07
1
-0
/
+212