Age | Commit message (Expand) | Author |
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 | Merge pull request #179 from SaberUK/master+oline | 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 | Fix duplicating bots/opers on startup | 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-22 | Various codestyle cleanup in most of the core modules | Adam |
2016-10-22 | chanserv: split various things from main chanserv header | Adam |
2016-10-22 | Add forgotten hostserv/info | Adam |
2016-10-22 | SQLite.md: typo | Adam |
2016-10-22 | nickserv: split nick/account classes to their own headers | Adam |
2016-10-17 | Address casemapping issues in sqlite/mysql | Adam |
2016-10-15 | Various improvements/bugfixes to extdb stuff | Adam |
2016-10-10 | hostserv/request: grammar fail | Adam |
2016-10-09 | Add max vhosts configuration option | Adam |
2016-10-09 | Various other modname fixes | Adam |
2016-10-09 | Adjust reading operserv core config opts | Adam |
2016-10-09 | Adjust reading botserv core config opts | Adam |
2016-10-09 | Adjust reading chanserv core config opts | Adam |
2016-10-09 | Adjust reading memoserv core config opts | Adam |
2016-10-09 | Adjust reading nickserv core config opts | Adam |
2016-10-09 | Move vhost nick info to hostserv/main, also show if show_hidden | Adam |
2016-10-09 | Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per acco... | Adam |
2016-10-09 | Fix SendMessage formatting messages with mixes of multiple spaces and words | Adam |
2016-10-09 | Split vhosts into its own structure | Adam |
2016-10-09 | Don't return a reference from the stack in TypeBase::GetTypes | Adam |
2016-10-09 | Set INSTALL_RPATH to libdir, too | Adam |
2016-10-07 | Merge commit 'b50fbec705dffd85a28946b99ac510b978934a05' | Adam |
2016-10-07 | cs_seen: allow unregistered users to use | Adam |
2016-10-07 | ms_cancel: cleanup, consider accounts by equiality instead of sender name to ... | Adam |
2016-10-07 | m_ssl_openssl: allow certificate chain files to be used | Adam |
2016-10-07 | ratbox: fix RESVs | Michael Hazell |
2016-10-07 | m_sqlite: Fix possible memory leak when opening a database fails | Attila Molnar |
2016-10-07 | Remove 'expiretimeout' from chanserv.example.conf | genius3000 |
2016-10-07 | Remove unused commands from oper config. | bonnedav |
2016-10-07 | db_old: fix warnings | Adam |
2016-10-07 | Update Changes.conf | Adam |
2016-10-07 | Note Windows installer fixes in changelog | Adam |
2016-10-07 | Add/fix various checks on source user existing in the protocol modules | Adam |
2016-10-07 | Fix making directories from the Windows installer | Adam |
2016-10-07 | Properly support RESV and UNRESV in Charybdis, and improve RESV setting for p... | Michael Hazell |
2016-10-07 | Move core message handles to protocol/rfc1459 | Adam |
2016-10-07 | Set shared library suffix to .so, add missing serializable type GetTypes defi... | Adam |
2016-10-06 | Merge commit '0a7f1670604433f5be3a6c4e18d96e8d7b45bbd0' | Adam |
2016-10-06 | m_dns: accept unpacking the root domain, and don't consider exceptions from n... | Adam |
2016-10-06 | os_defcon: find module by name, it might not be loaded yet | Adam |