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_customtitle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-3
/
+3
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-2
/
+2
*
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2021-10-14
1
-4
/
+2
|
\
|
*
Fix showing the address of a custom title instead of the title.
Sadie Powell
2021-10-06
1
-4
/
+2
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+1
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-1
/
+1
*
|
Avoid duplicating User::MakeHostIP.
Sadie Powell
2021-08-20
1
-3
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-17
1
-7
/
+1
|
\
|
|
*
Deduplicate all whois numerics to the whois module header.
Sadie Powell
2021-07-05
1
-7
/
+1
*
|
Kill some useless comments.
Sadie Powell
2021-05-13
1
-2
/
+0
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
1
-2
/
+0
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Move iterator_range to the utility directory and renamespace.
Sadie Powell
2021-03-02
1
-1
/
+1
*
|
Add stdalgo::equal_range and switch more stuff to iterator_range.
Sadie Powell
2020-11-11
1
-5
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-3
/
+3
*
|
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
-3
/
+1
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
1
-1
/
+1
*
|
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
-6
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+1
|
\
|
|
*
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-04-09
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-1
/
+7
|
\
|
|
*
Warn if the server config contains an unhashed password.
•••
This will be made a hard failure in v4.
Sadie Powell
2020-03-11
1
-1
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+6
*
|
Rewrite and merge LocalStringExt, StringExtItem.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Move the Module parameter of ExtensionItem et al to the start.
•••
This matches what other ServiceProvider types do.
Sadie Powell
2019-08-13
1
-2
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-1
/
+1
|
\
|
|
*
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-18
1
-1
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-4
/
+4
|
/
*
Make more modules rehash atomically (#1535)
•••
Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs
linuxdaemon
2018-12-19
1
-18
/
+71
*
Use CommandBase::Params instead of std::vector<std::string>.
•••
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
Peter Powell
2018-07-26
1
-1
/
+1
*
Include modules/whois.h directly from files that use it.
Peter Powell
2018-04-08
1
-0
/
+1
*
Add names for a bunch more numerics.
Peter Powell
2017-12-09
1
-1
/
+7
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-1
/
+1
*
Hide User#host and User#dhost and use accessors to modify them.
•••
This removes the need to invalidate the cache after changing a user's hostname.
Peter Powell
2017-10-28
1
-1
/
+1
[next]