Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | ngircd protocol module: really kill users | Alexander Barton | |
ngIRCd doesn't send a QUIT for each user KILL'ed, so kill them immediately. | |||
2014-03-01 | Set +x on plexus when vhosts are activated, fix desync from /hs off | Adam | |
2014-02-27 | Hybrid does not let us add resvs as a server, but the core expects to be ↵ | Adam | |
able to qline bot nicks before introducing the bots as a way to prevent collisions, so try harder to find a valid bot to send resvs on startup | |||
2014-02-27 | Handle nick collisions somewhat instead of blindly overwriting the nicks | Adam | |
in memory, which does weird things. For fun different ircds implement this differently (Unreal compares timestamps, TS6 compares timestamps and user username/host), and whether or not we get a kill for our user also varies, so just kill everyone. This can't really happen anyway with properly set qlines, only if services haven't yet set the qlines, or possibly in a bot add/nick user introduce race, or with enforcers, which not many ircds require. | |||
2014-02-14 | sasl.h, m_sasl.cpp: Add RemoveSession(), DeleteSessions(), and have active ↵ | Daniel Vassdal | |
sessions closed when a Mechanism is unloaded | |||
2014-02-12 | Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing. | Adam | |
2014-01-31 | protocol/(inspircd12/unreal/charybdis): Have SASL login in on the account ↵ | Daniel Vassdal | |
name instead of nick alias | |||
2014-01-28 | Use TBURST on hybrid to set topics | Adam | |
2014-01-25 | Fix setname handler on unreal | Adam | |
2014-01-21 | Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601. | Adam | |
2014-01-20 | Alias charybdis/uid -> ratbox/uid because grawity is weird | Adam | |
2014-01-01 | Update 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-01 | Make inspircds module class names not conflict because it confuses OSX | Adam | |
2013-12-28 | Fix naming collision between modes +g and +G on inspircd, rename the common ↵ | Adam | |
badwords censor mode to censor | |||
2013-12-25 | Fix sqline on hybrid | Adam | |
2013-12-19 | irc2sql: fixed not storing ssl information on inspircd | DukePyrolator | |
2013-12-01 | Fix 5e4d52ad4717fb07dde629902beb70c252c8c8b4 more | Adam | |
2013-12-01 | Fix 1542937d64860243dcf410738ee73f433a661a94 | Adam | |
2013-11-21 | Re-find dependant protocol modules on unload, they can be reloaded from ↵ | Adam | |
under us while we are running | |||
2013-11-21 | Hybrid has no quit on kill, so internally kill users when killed | Adam | |
2013-11-19 | Don't claim to support SAVE on charybdis... | Adam | |
2013-11-15 | Allow mlocking +r on ratbox/whatever else | Adam | |
2013-09-27 | Fix compile warnings and errors found by clang | Adam | |
2013-09-27 | Dont send BURST twice on inspircd | Adam | |
Drop matching nicks on forbid. | |||
2013-09-08 | Fix allowing duplicate entries on the snline list | Adam | |
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-31 | add vhost support for hybrid | DukePyrolator | |
2013-08-25 | Merge pull request #22 from fgsch/misc | Adam | |
Better ngIRCd support | |||
2013-08-25 | Create persistent channels on startup, which used to work and got lost somewhere | Adam | |
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-25 | Save 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-25 | Sort parameters and correct comments | Federico G. Schwindt | |
2013-08-25 | For ngIRCd, on nick change set mode -R | Federico G. Schwindt | |
2013-08-24 | Add login support for ngIRCd | Federico G. Schwindt | |
This is implemented via the accountname METADATA command | |||
2013-08-12 | Respond to remote whois on inspircd for users on us that aren't service bots | Adam | |
2013-08-12 | Use less strict valid ident checks on hybrid, unreal, and inspircd | Adam | |
2013-08-11 | Fix chghost on charybdis | Adam | |
2013-08-10 | Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵ | Adam | |
confusing. Also fix cs_mode config | |||
2013-08-07 | Add certificate fingerprint support for ngIRCd | Federico G. Schwindt | |
2013-08-07 | Fix inspircd jupe mess again, it wasn't working when juping servers that ↵ | Adam | |
didn't already exist | |||
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-26 | Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess | Adam | |
2013-07-26 | Fix issues with 'Me' related to previous commit | Adam | |
2013-07-23 | Make ChannelModeStatus level mandatory | Federico G. Schwindt | |
Levels are used in Channel::SetCorrectModes() when removing modes. | |||
2013-07-20 | Fix not setting the correct compile flags on modules and fix the resulting ↵ | Adam | |
warnings | |||
2013-07-19 | added whois support to the ngircd protocol module, thanks to fgs for sending ↵ | DukePyrolator | |
the patch | |||
2013-07-08 | added missing NOTICE support to hybrid. sorry | DukePyrolator | |
2013-07-08 | added protocol support for incoming NOTICEs | DukePyrolator | |
2013-07-01 | Change 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-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 ↵ | Adam | |
user ctor to ease handling users who connect already identified | |||
2013-06-18 | fixed a typo in the last commit. sorry. | DukePyrolator | |