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
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
2014-06-19
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp alon...
miwob
2014-05-13
Update ircd-hybrid protocol module
Michael Wobst
2014-04-18
Remove unused event.
Adam
2014-04-02
Set minus no arg on +l in all proto mods
Adam
2014-02-27
Hybrid does not let us add resvs as a server, but the core expects to be able...
Adam
2014-02-27
Handle nick collisions somewhat instead of blindly overwriting the nicks
Adam
2014-01-28
Use TBURST on hybrid to set topics
Adam
2014-01-21
Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-12-25
Fix sqline on hybrid
Adam
2013-11-21
Hybrid has no quit on kill, so internally kill users when killed
Adam
2013-08-31
add vhost support for hybrid
DukePyrolator
2013-08-12
Use less strict valid ident checks on hybrid, unreal, and inspircd
Adam
2013-08-10
Do not have ratbox or plexus pull modes from hybrid, it is entirely too confu...
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
Adam
2013-07-26
Fix issues with 'Me' related to previous commit
Adam
2013-07-08
added missing NOTICE support to hybrid. sorry
DukePyrolator
2013-06-22
added support for CertFP on hybrid
DukePyrolator
2013-06-19
Set vhosts when users id to an account (and not a nick), add account arg to u...
Adam
2013-06-18
added support for hybrids new umode +S (client is connected via SSL/TLS)
DukePyrolator
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-25
Update Hybrid protocol module for Hybrid 8.1
Michael Wobst
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-14
Allow assigning service bots via /invite
Adam
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
2013-04-07
Optimizations of much of the more commonly used code
Adam
2013-02-23
Add SVSNICK and SVSHOLD to hybrid
Adam
2013-02-23
Revert "do not send RESV from operserv when its not introduced"
DukePyrolator
2013-02-23
do not send RESV from operserv when its not introduced
DukePyrolator
2013-01-21
Merge usefulness of Flags and Extensible classes into Extensible, made most f...
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2013-01-06
Buggy compilers are buggy
Adam
2013-01-02
Move nickserv validate stuff to an event in nickserv.cpp
Adam
2012-12-28
Use the same object for chanusercontainer and userchancontainer
Adam
2012-11-23
Made IRCDProto a Service
Adam
2012-11-23
Change the return type of ircdmessage to void now that we don't use it, add a...
Adam
[next]