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-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
2019-01-03
Fixed NickServ set access from webcpanel
devel
2019-01-01
Update copyright to 2019.
Robby
2018-11-10
Update most URLs to use HTTPS if available, and fix some dead ones too.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-06-05
webcpanel: rate limit login attempts
Adam
2017-06-05
webcpanel: escape values in template_fileserver
Adam
2017-03-16
Include ip for web clients in command log messages for source
Adam
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-12-11
Fix setting kill quick in webcpanel
Adam
2016-02-13
Rewrite access path system to be simplier and use recursion
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2016-01-23
Re-lookup access in webcpanel after deleting access as the old group might be...
Adam
2015-09-14
Don't allow suspended users to login to webcpanel
Adam
2015-07-31
Fix webcpanel/memoserv/memos with a nonexistent channel
Adam
2014-12-05
Change webpanel access add to just add via the commands, split Command::Run i...
Adam
2014-08-24
Change Channel::GetModeList to return a copy of the mode list, not a
Adam
2014-05-14
Fix access lists showing the wrong mask if the display nick for a group
Adam
2014-05-13
Fix webpanel mode list to only show real list modes
Adam
2014-04-25
Add "virtual mode" support
Adam
2014-02-23
webcpanel: Update copyright year.
Robby-
2014-02-18
Fix TemplateFileServer writing empty messages resulting in zero length DataBl...
Attila Molnar
2014-02-13
Use better command access checking in webpanel for operserv/akill
Adam
2014-01-15
Fix webcpanels chanserv/modes page
Adam
2014-01-02
Move modules out of extras that dont have external dependencies
Adam