index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
webcpanel
Age
Commit message (
Expand
)
Author
2024-05-11
Store when the account name was registered in the NickCore.
Sadie Powell
2024-04-02
Sync the build system directory names with the core.
Sadie Powell
2024-03-26
Add more nick options to webcpanel's nickserv/info page.
Sadie Powell
2024-03-26
Remove some leftover references to nickserv/access.
Sadie Powell
2024-03-26
Allow specifying the webcpanel template directory directly.
Sadie Powell
2024-03-26
Fix some spelling issues in the webcpanel that were missed earlier.
Sadie Powell
2024-03-26
Use consistent headers and footers on all webcpanel templates.
Sadie Powell
2024-03-26
Flatten the webcpanel hierarchy slightly.
Sadie Powell
2024-03-19
Put the webcpanel directory in the data directory not a subdir.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-15
Use consistent casing when referring to vhosts and vidents.
Sadie Powell
2024-03-14
Restore some functionality that was removed in an earlier commit.
Sadie Powell
2024-03-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
2024-03-09
Rename hash_map to unordered_map to match the underlying container.
Sadie Powell
2024-03-07
Use the C++11 random number generator instead of rand().
Sadie Powell
2024-03-07
Require new accounts to have email addresses.
Sadie Powell
2024-03-04
Add NickAlias::GetVhostMask for getting the vident@vhost.
Sadie Powell
2024-02-29
Consolidate some header files.
Sadie Powell
2024-02-29
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-29
Fix a copy/paste error in webcpanel.
Sadie Powell
2024-02-29
Rip out ns_access and related code.
Sadie Powell
2024-02-27
Simplify several boolean expressions.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-01-24
Rename several modules to remove the m_ prefix.
Sadie Powell
2024-01-23
Mark types that have no inheritors as final.
Sadie Powell
2024-01-23
Improve the layout of types that inherit from another type.
Sadie Powell
2024-01-06
Use auto in places where the type is unambiguous.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-03-13
Fix missing override keywords.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-12-07
Merge branch '2.0' into 2.1.
Sadie Powell
2022-09-22
Add the ability to confirm accounts via webcpanel after logging in.
Austin Ellis
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2022-01-04
Use C++11 header names instead of their deprecated equivalents.
Sadie Powell
2022-01-04
Replace all uses of push_back with emplace_back.
Sadie Powell
2022-01-04
Consistently use #pragma once across all header files.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-07-24
webcpanel: fix command source ip to use extforward ip
Adam
2021-06-17
Fix various spelling issues (#274).
Josh Soref
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-12-14
Fix a bunch of broken indentation.
Peter Powell
2019-01-03
Merge pull request #223 from SimosNap/webcpanel
Adam
[next]