Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-18 | added support for hybrids new umode +S (client is connected via SSL/TLS) | DukePyrolator | |
2013-06-18 | checking for ssl users when ajoining ssl only channels on inspircd, fixes 1466 | DukePyrolator | |
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-25 | Update Hybrid protocol module for Hybrid 8.1 | Michael Wobst | |
2013-05-12 | improved handling of mlocks and topiclocks on inspircd | DukePyrolator | |
2013-05-08 | Fixed some issues and desyncs with creating empty permanent channels on ↵ | Adam | |
startup & dropping empty channels | |||
2013-05-08 | Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper ↵ | Adam | |
way to test for a valid IP | |||
2013-05-06 | Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too ↵ | Adam | |
late, after the users server can be gone. Fix a couple other small things | |||
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a ↵ | Adam | |
sane rank incase they are prefixless, and 50 other things | |||
2013-05-05 | Merge pull request #14 from attilamolnar/1.9+inspmodes | Adam | |
InspIRCd: Recognize a few more channel modes that weren't recognized | |||
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
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. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-04-09 | Use the mode names inspircd gives us to add modes if we don't recognize it | Adam | |
2013-04-09 | Add a default method for user's SendModeInternal | Adam | |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam | |
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config |