Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2023-05-28 | regchannels: remove dependency on no-delete-null-pointer-checks | Adam | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2014-12-12 | Anope will now fork even when not started from a tty, like init scrpits. | Michał Zegan | |
It is useful for init systems or startup scripts, because it allows easily waiting until services connect to the uplink, without them forking it wouldn't be possible to tell if they finished initialization or not unless they would communicate directly with init systems like systemd. | |||
2014-05-21 | Core prep for p10 stuff | Adam | |
2014-04-18 | Remove unused event. | Adam | |
Mark some oper only usermodes as oper only. Fix reading SID in TS6_SID_Retrieve | |||
2014-03-14 | Mark all channels as syncing when we connect to our uplink. They will | Adam | |
finish syncing later when the uplink syncs. Normally the channel state is fully synced here anyway, except if we do not know the modes the uplink has yet. Also fix a related issue with resetting chanels and bouncing modes on our clients, if this is done prior to knowing which modes exist it would silently fail. | |||
2014-01-21 | Make the server connected (uplink) message more sane. | Robby- | |
2014-01-04 | Always run uid/sid generation loop at least once to not reuse older ids ↵ | Adam | |
immediately | |||
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' {} \; | |||
2013-12-19 | Channel::Sync can delete the channel, so safely iterate them when syncing ↵ | Adam | |
from a server burst | |||
2013-12-14 | irc2sql: improved handling of netsplits | DukePyrolator | |
2013-12-10 | Fix 96af354ad55e439be71b82077dd6a411b4746bbb to not burst topics if they are ↵ | Adam | |
not set | |||
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ↵ | Adam | |
after unserializing persist on | |||
2013-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam | |
2013-11-16 | Use the source's sync state and not mine when processing sjoins to determine ↵ | Adam | |
whether or not to sync the channel on creation, instead sync it when the server syncs. | |||
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-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 | Interally quit servers when juped | Adam | |
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-08 | Fixed some issues and desyncs with creating empty permanent channels on ↵ | Adam | |
startup & dropping empty channels | |||
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 | Dont check for noquit/quitstorm, check and be sure all users are gone regardless | Adam | |
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-07 | Optimizations of much of the more commonly used code | Adam | |
2013-02-18 | Made the mode bouncing detector harder to hit and ignore syncing channels | Adam | |
2013-01-22 | Add hidenetsplitquit config option to not show splits in /ns info's last ↵ | Adam | |
quit field | |||
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until ↵ | Adam | |
message processing is done | |||
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam | |
2012-10-30 | Clean up ngircd proto mod slightly, and send sqlines before introducing clients | Adam | |
2012-10-01 | Fix a few problems found by Cronusa and KindOne | Adam | |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to ↵ | Adam | |
be a bit more C++ ish | |||
2012-04-23 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam | |
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-04-13 | fixed a bug in chanstats | DukePyrolator | |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not ↵ | DukePyrolator | |
compatible with current phpdenora or magirc installations. |