summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Collapse)Author
2014-02-14sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active ↵Daniel Vassdal
sessions closed when a Mechanism is unloaded
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam
2014-01-31protocol/(inspircd12/unreal/charybdis): Have SASL login in on the account ↵Daniel Vassdal
name instead of nick alias
2014-01-28Use TBURST on hybrid to set topicsAdam
2014-01-25Fix setname handler on unrealAdam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-20Alias charybdis/uid -> ratbox/uid because grawity is weirdAdam
2014-01-01Update copyright to 2014. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2014-01-01Make inspircds module class names not conflict because it confuses OSXAdam
2013-12-28Fix naming collision between modes +g and +G on inspircd, rename the common ↵Adam
badwords censor mode to censor
2013-12-25Fix sqline on hybridAdam
2013-12-19irc2sql: fixed not storing ssl information on inspircdDukePyrolator
2013-12-01Fix 5e4d52ad4717fb07dde629902beb70c252c8c8b4 moreAdam
2013-12-01Fix 1542937d64860243dcf410738ee73f433a661a94Adam
2013-11-21Re-find dependant protocol modules on unload, they can be reloaded from ↵Adam
under us while we are running
2013-11-21Hybrid has no quit on kill, so internally kill users when killedAdam
2013-11-19Don't claim to support SAVE on charybdis...Adam
2013-11-15Allow mlocking +r on ratbox/whatever elseAdam
2013-09-27Fix compile warnings and errors found by clangAdam
2013-09-27Dont send BURST twice on inspircdAdam
Drop matching nicks on forbid.
2013-09-08Fix allowing duplicate entries on the snline listAdam
Have proto mods recognize cidr ranges as zlineable IPs Remove operserv/global from global.conf because its dumb Fix example config ~botserv/set example to work as expected
2013-08-31add vhost support for hybridDukePyrolator
2013-08-25Merge pull request #22 from fgsch/miscAdam
Better ngIRCd support
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
Fix some oddities with using persistent channels with no botserv Send list modes to uplink when bursting Fix issues with persist + keepmodes Fix /os modes clear all not clearing all status modes Fix operwall on ratbox/plexus Dont apply mlock in SetCorrectModes since that just recursively calls itself unncessarially Change command logging to show the command name and not the service name
2013-08-25Save unconfirmed status and passcodes in the database.Adam
Fix db_sql_live to not reinsert all records if there are extra columns. Plexus has no chmode +r
2013-08-25Sort parameters and correct commentsFederico G. Schwindt
2013-08-25For ngIRCd, on nick change set mode -RFederico G. Schwindt
2013-08-24Add login support for ngIRCdFederico G. Schwindt
This is implemented via the accountname METADATA command
2013-08-12Respond to remote whois on inspircd for users on us that aren't service botsAdam
2013-08-12Use less strict valid ident checks on hybrid, unreal, and inspircdAdam
2013-08-11Fix chghost on charybdisAdam
2013-08-10Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵Adam
confusing. Also fix cs_mode config
2013-08-07Add certificate fingerprint support for ngIRCdFederico G. Schwindt
2013-08-07Fix inspircd jupe mess again, it wasn't working when juping servers that ↵Adam
didn't already exist
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
Keep track of what user modes are oper only/server only/etc
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-23Make ChannelModeStatus level mandatoryFederico G. Schwindt
Levels are used in Channel::SetCorrectModes() when removing modes.
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting ↵Adam
warnings
2013-07-19added whois support to the ngircd protocol module, thanks to fgs for sending ↵DukePyrolator
the patch
2013-07-08added missing NOTICE support to hybrid. sorryDukePyrolator
2013-07-08added protocol support for incoming NOTICEsDukePyrolator
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-06-22added support for CertFP on hybridDukePyrolator
2013-06-19Set vhosts when users id to an account (and not a nick), add account arg to ↵Adam
user ctor to ease handling users who connect already identified
2013-06-18fixed a typo in the last commit. sorry.DukePyrolator
2013-06-18added support for hybrids new umode +S (client is connected via SSL/TLS)DukePyrolator
2013-06-18checking for ssl users when ajoining ssl only channels on inspircd, fixes 1466DukePyrolator
2013-05-27Initially attach all modules to all events, and detach them as the events ↵Adam
are run if they are not implemented per module
2013-05-26Get rid of the remaining references in the core to specific services. Move ↵Adam
more stuff out of the core to the proper modules.