summaryrefslogtreecommitdiff
path: root/modules/protocol/hybrid.cpp
AgeCommit message (Expand)Author
2016-09-28hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the fu...miwob
2016-09-25Get rid of service alias stuff, make proto mods link to each otherAdam
2016-09-23hybrid: set CanSQLineChannelAdam
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-06Allow configuring modesAdam
2015-09-06Fix some service bot/botinfo mismatchesAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-03-12Merge pull request #105 from miwob/master+use-uid-for-svsnickAdam
2015-03-12Merge pull request #106 from miwob/master+SendClientIntroductionAdam
2015-03-12Merge pull request #107 from miwob/master+misc-hybrid-changesAdam
2015-02-15- Misc updates to the hybrid protocol modules:miwob
2015-02-15- Update SendClientIntroduction() to use * for account names instead of 0miwob
2015-02-15- Change SendForceNickChange() to use UIDsmiwob
2015-02-10Merge pull request #102 from miwob/master+protocol-missing-modesAdam
2015-02-08Misc changes to the ircd-hybrid protocol module:miwob
2015-02-07- Added some missing user modes to the ircd-hybrid protocol modulemiwob
2015-02-06Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-overrideAdam
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-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-19hybrid.cpp: add our own SendInvite() which sends the channel's timestamp alon...miwob
2014-05-28Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-13Update ircd-hybrid protocol moduleMichael Wobst
2014-04-20New event systemAdam
2014-04-18Remove unused event.Adam
2014-04-02Set minus no arg on +l in all proto modsAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-02-27Hybrid does not let us add resvs as a server, but the core expects to be able...Adam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-01-28Use TBURST on hybrid to set topicsAdam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-25Fix sqline on hybridAdam
2013-11-21Hybrid has no quit on kill, so internally kill users when killedAdam
2013-08-31add vhost support for hybridDukePyrolator
2013-08-12Use less strict valid ident checks on hybrid, unreal, and inspircdAdam
2013-08-10Do not have ratbox or plexus pull modes from hybrid, it is entirely too confu...Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-08added missing NOTICE support to hybrid. sorryDukePyrolator
2013-06-22added support for CertFP on hybridDukePyrolator