Age | Commit message (Expand) | Author |
2016-12-19 | m_sasl: log hostname/ip, if provided | Adam |
2016-12-18 | protocol/inspircd20: use own svsjoin/part/nicks to vaoid module dependencies ... | Adam |
2016-12-18 | protocol/bahamut: fix typo in AkillDel | Adam |
2016-12-17 | Split ircdproto send functions out into separate services | Adam |
2016-12-11 | Fix detecting if chghost/chgident is loaded on inspircd and don't send them u... | Adam |
2016-12-11 | Fix setting kill quick in webcpanel | Adam |
2016-12-11 | Allow nonconfirmed opers to confirm accounts | Adam |
2016-12-10 | Remove unnecessary functions from ngircd that duplicate the default behavior,... | Adam |
2016-12-08 | Export protocol implementations into protocol module headers | Adam |
2016-12-07 | Fix numerics to be sent to uids | Adam |
2016-12-07 | Change in source anope.org links to https | Adam |
2016-12-07 | Remove C style var args from Channel::Kick | Adam |
2016-12-06 | Remove many more old C style format strings in the protocol functions | Adam |
2016-12-01 | Split more protocol module message handler declarations into module headers | Adam |
2016-12-01 | inspircd12: fix mode handler to handle opers changing other users umodes corr... | Adam |
2016-12-01 | cs_access: fix typo | Adam |
2016-12-01 | Allow encap handlers to recall message processing, make protocol/inspircd do ... | Adam |
2016-12-01 | chanserv/info: show bantype format | Adam |
2016-12-01 | Allow objects to opt out of gc, don't gc accounts with users logged in | Adam |
2016-11-30 | Fix some field shadowing warnings | Adam |
2016-11-25 | sqlite: reference id of referenced type if available instead of objects | Adam |
2016-11-25 | Rename most ext fields names to be consistent with everything else, add acces... | Adam |
2016-11-22 | os_logsearch: optimize non wildcard searches, allow regex | Adam |
2016-11-22 | os_logsearch: add a hard max limit and make the limiter smarter | Adam |
2016-11-22 | protocol/inspircd: Match servername as well on ENCAP | genius3000 |
2016-11-11 | Update info.cpp (#181) | Gavin |
2016-11-11 | db_old: convert languages to UTF-8 encoded version | Adam |
2016-11-11 | Fix opers not really being serializable | Adam |
2016-11-11 | Can't have nick depend on account because Nick::Delete can delete the account | Adam |
2016-11-11 | Remove database save and related commands/config | Adam |
2016-11-09 | Change default database to sqlite, begin 2.0 db_flatfile support | Adam |
2016-11-06 | Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto. | Peter Powell |
2016-11-06 | Remove some now unnecessary cleanup code, make nick depenend on account | Adam |
2016-11-05 | Don't apply secureops to users with chanserv/administration privilege, not pr... | Adam |
2016-11-05 | ns_group: allow userless execution | Adam |
2016-11-05 | irc2sql: fix changing status modes to update ison modes | Adam |
2016-11-05 | cs_access: fix negative access to apply to the -1/0 special casing | Adam |
2016-11-05 | irc2sql: fix crash on shutdown with no sql | Adam |
2016-11-05 | irc2sql: update max topic len to 512 | Adam |
2016-11-04 | m_mysql: null empty columns instead of setting to '' | Adam |
2016-11-04 | irc2sql: fix a couple SQL errors | Adam |
2016-11-03 | help: always use command name from config, which may be a different case | Adam |
2016-11-03 | dns: set error to REFUSED when there are no answers | Adam |
2016-11-03 | Don't apply secureops to protected users | Adam |
2016-11-03 | Fix userless /ns set email, #1689 | Adam |
2016-11-03 | Fix crash loading enc_old prior to the proto mods | Adam |
2016-10-30 | Add new RESTful JSON API and documentation | Adam |
2016-10-29 | Add sqlite amalgamation and use if no system sqlite is found. Move sqlite mod... | Adam |
2016-10-25 | os_list: fix regex matching | Adam |
2016-10-22 | Various codestyle cleanup in most of the core modules | Adam |