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
2017-10-08
Remove 2 day xline cap
Adam
2017-10-08
Fix some compiler warnings
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-12-17
Split ircdproto send functions out into separate services
Adam
2016-12-08
Export protocol implementations into protocol module headers
Adam
2016-12-06
Remove many more old C style format strings in the protocol functions
Adam
2016-12-01
Split more protocol module message handler declarations into module headers
Adam
2016-10-07
Move core message handles to protocol/rfc1459
Adam
2016-10-01
Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV me...
miwob
2016-09-30
Update SendSGLine() in hybrid's protocol module to add support for temporary ...
miwob
2016-09-30
hybrid.cpp: clean up style to match with other code; update copyright header
miwob
2016-09-28
hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the fu...
miwob
2016-09-25
Get rid of service alias stuff, make proto mods link to each other
Adam
2016-09-23
hybrid: set CanSQLineChannel
Adam
2016-09-23
Remove rfc1459 message framing everywhere
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
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-27
Merge branch '2.0' into 2.1
Adam
2015-10-24
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
miwob
2015-09-06
Allow configuring modes
Adam
2015-09-06
Fix some service bot/botinfo mismatches
Adam
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
2015-02-06
- Removed SendGlobopsInternal() override as it's basically a duplicate of Sen...
miwob
2015-02-06
- Update ircd-hybrid protocol module to support channel mode 'C' (no CTCPs)
miwob
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-27
Remove now unnecessary eventhook constructor calls in module init lists
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
[next]