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
/
protocol
/
hybrid.cpp
Age
Commit message (
Expand
)
Author
2024-01-08
Add a non-formatting overload of User::SetModesInternal.
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-11-03
Remove the two day X-line cap.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
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-07
Merge branch '2.0' into 2.1.
Sadie Powell
2022-09-29
Update ircd-hybrid protocol module
miwob
2022-09-15
Merge branch '2.0' into 2.1.
Sadie Powell
2022-09-15
Update hybrid protocol module to improve compatibility with the latest ircd-h...
miwob
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-09
Adjust IsIdentValid test to comply with upcoming ircd-hybrid release (#272).
Michael Wobst
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-02-18
Merge branch '2.0' into 2.1.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-10-07
Merge tag '2.0.8' into 2.1.
Sadie Powell
2020-10-02
Update/modernize ircd-hybrid protocol module to stay link compatible with nex...
miwob
2020-09-28
Remove the non-tagged version of IRCDMessage::Run.
Sadie Powell
2020-08-01
ircd-hybrid protocol module: add support for channel mode 'K' (no knock)
miwob
2020-01-04
Update copyright to 2020.
Robby
2019-01-01
Update copyright to 2019.
Robby
2018-06-12
Update ircd-hybrid protocol module to support latest version of ircd-hybrid b...
miwob
2018-04-25
Update copyright to 2018.
Robby
2017-03-19
Add channel mode 'u', and 'L' to hybrid protocol module; Remove useless CAPAB...
miwob
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-01-28
Update copyright to 2016. This was done with:
Robby
2016-01-23
Fix hybrid to compile
Adam
2016-01-23
Merge pull request #145 from miwob/style+copyright
Adam
2016-01-23
Merge pull request #149 from miwob/SendSQLine
Adam
2016-01-20
Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV me...
miwob
2016-01-19
Update SendSGLine() in hybrid's protocol module to add support for temporary ...
miwob
2016-01-13
hybrid.cpp: clean up style to match with other code; update copyright header
miwob
2015-12-26
Add support for channel mode +T to the ircd-hybrid protocol module
Michael Wobst
2015-12-13
hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the fu...
miwob
2015-10-24
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
miwob
2015-07-08
Fix a ton of typos.
Peter Powell
2015-03-12
Merge pull request #105 from miwob/master+use-uid-for-svsnick
Adam
2015-03-12
Merge pull request #106 from miwob/master+SendClientIntroduction
Adam
2015-03-12
Merge pull request #107 from miwob/master+misc-hybrid-changes
Adam
2015-02-15
- Misc updates to the hybrid protocol modules:
miwob
2015-02-15
- Update SendClientIntroduction() to use * for account names instead of 0
miwob
2015-02-15
- Change SendForceNickChange() to use UIDs
miwob
2015-02-10
Merge pull request #102 from miwob/master+protocol-missing-modes
Adam
2015-02-08
Misc changes to the ircd-hybrid protocol module:
miwob
2015-02-07
- Added some missing user modes to the ircd-hybrid protocol module
miwob
2015-02-06
Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-override
Adam
[next]