Age | Commit message (Expand) | Author |
2013-01-30 | Made Anope::Duration also show years | Adam |
2013-01-27 | Old botserv flags need BS_ prepended to them | Adam |
2013-01-27 | Fix db_flatfile not clearing databases on save if there are no objects left o... | Adam |
2013-01-26 | Fixed db_sql etc being confused on empty vs not set metadata | Adam |
2013-01-25 | Made Anope::DoTime default to seconds to fix os_akill etc defaulting expiries... | Adam |
2013-01-25 | I forgot to add this change to a634c7be65113c74736be0fb98f31b0c83ec2882 | Adam |
2013-01-25 | mysql_insert_id doesn't return an id if one isnt generated, so | Adam |
2013-01-24 | Fix memo signon and memo receive default flag names | Adam |
2013-01-24 | Channel::HasUserStatus: Don't just return false if cms is NULL. | CuleX |
2013-01-22 | Fix some compile errors | Adam |
2013-01-22 | Add hidenetsplitquit config option to not show splits in /ns info's last quit... | Adam |
2013-01-22 | Move channel mode set and unset events to be after the action has been done i... | Adam |
2013-01-22 | Fix crash trying to unset the permanent channel mode during channel syncs of ... | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-21 | Really fix Channel::GetModes | Adam |
2013-01-21 | Revert "Fix Channel::GetModes, we can never have a negative mode set on a cha... | Adam |
2013-01-21 | Fix Channel::GetModes, we can never have a negative mode set on a channel so ... | Adam |
2013-01-21 | Fix not logging debug info to the logfile when debug mode is enabled | Adam |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam |
2013-01-13 | Allow the config parser to skip over gettext's _() to allow translating confi... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-08 | Use m_rewrite to rewrite op, deop, halfop, ... etc | Adam |
2013-01-07 | Track +g on inspircd, fix saving/loading mode locks for generic modes | Adam |
2013-01-06 | Buggy compilers are buggy | Adam |
2013-01-03 | Move enforcer checks on nick and logout to nickserv.cpp | Adam |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until messag... | Adam |
2012-12-29 | Cleanup after mode locks, badwords, akick, access, if destructed | Adam |
2012-12-28 | Move some of CheckKick to the respective modules | Adam |
2012-12-28 | Dumb iterators | Adam |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam |
2012-12-28 | The timestamp column in SQL should actually be null sometimes, and fixed some... | Adam |
2012-12-27 | When processing many modes don't enforce mlock until all are set | Adam |
2012-12-25 | Allow modules loaded after startup to magically reobtain their database objec... | Adam |
2012-12-25 | Fix linking libraries so their rpath is set correctly and isn't stripped on i... | Naram Qashat |
2012-12-23 | Allow os_dns to manage multiple zones | Adam |
2012-12-19 | Add a command flag to require that a user is executing the command | Adam |
2012-12-19 | Add version flags for debug, git, and Windows | Adam |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ... | Adam |
2012-12-15 | Made all langauges default to the UTF-8 charset | Adam |
2012-12-15 | Move DNS handling to a module | Adam |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-12-11 | IsNickValid() now accepts '[' and ']' in the nickname | DukePyrolator |
2012-12-07 | Modified the Config scripts to ask the user explicitly for additional include... | Naram Qashat |
2012-11-30 | Allow services to return more than one NS record | Adam |
2012-11-30 | Allow modules to use the encryption modules to encrypt arbitrary things. | Adam |
2012-11-26 | Keep track on what ircds we can svsjoin, add an svspart method | Adam |
2012-11-26 | Revert a small part of 90930619bc124e94bac5048c0b13c3f4748b559d, evidently th... | Adam |
2012-11-26 | Fixed rehasing doing weird things to botmodes due to trying to set on nick no... | Adam |
2012-11-25 | Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick | Adam |
2012-11-25 | Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal. | Adam |