Age | Commit message (Expand) | Author |
2010-12-12 | Updated version.log | Adam |
2010-11-07 | Removed two primary keys on some metadata tables, they should not have them | Adam |
2010-11-06 | Updated version.log | Adam |
2010-10-31 | Made ns_set_misc work | Adam |
2010-10-31 | Fixed bug #1197 - Store vhosts in MySQL | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-29 | Removed the example anope_commands php code, it was removed in favor of xmlrpc | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ... | Adam |
2010-10-15 | Fixed an wrong logging example in example.conf and fixed misc messages being ... | Adam |
2010-10-13 | Added ns_set_hide to the example configuration, for some reason it was missing | Adam |
2010-10-13 | Changed cs/ns_set_misc operonly config directive to better reflect what it re... | Adam |
2010-10-12 | Made the SQL tables use foriegn keys and references to each other, removed ma... | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | Adam |
2010-10-02 | Replaced globalnick and globaldescription with just nick and description, sin... | Adam |
2010-10-02 | Made ChanServ optional | Adam |
2010-10-02 | Made OperServ and Global optional | Adam |
2010-10-02 | Made MemoServ optional | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-19 | Added configuration for m_dnsbl for what return values get banned | Adam |
2010-09-19 | Added some more variable fields for dnsbl akill reasons | Adam |
2010-09-18 | Fixed some minor punctuation and logging | lethality |
2010-09-14 | Added a config option to make operserv not add users found in the dsnbl to th... | Adam |
2010-09-12 | Removed the --log command line option because its no longer necessary, and up... | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam |
2010-08-28 | Clean up some of the old now unused IRCDVar struct vars, and made the logchan... | Adam |
2010-08-28 | Fixed two typos in example.conf | Adam |
2010-08-28 | Do not log RAWIO messages to services log channels, added a config option on ... | Adam |
2010-08-27 | Removed options:keeplogs because its no longer used | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-21 | Change default encryption module to enc_md5 | Charles Kingsley |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-08-02 | Log an error message if we are unable to load the socket engine module, and c... | Adam |
2010-08-01 | Fixed botserv bots parting empty channels. This also allows setting bsminuser... | Adam |
2010-07-26 | Added hostserv/del command permission, fixed example.conf to show that hostse... | Adam |
2010-07-11 | Added ns_set_misc.cpp which was missing from a previous commit | Adam |
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged command... | Adam |
2010-07-10 | Added ns_set_misc and cs_set_misc. | Adam |
2010-07-08 | Added an epoll socket engine | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-24 | fixed some typos in example.conf | DukePyrolator |
2010-06-24 | The next of a few "CBX OCDing over code style" commits, focusing on src/core/... | Naram Qashat |
2010-06-22 | Fixed a typo in the example.conf for m_helpchan | Adam |
2010-06-20 | Added m_helpchan to replace the cores helpchannel functionality | Adam |
2010-06-20 | Fixed the name of cs_forbid in chanserv:modules so it really loads | Adam |
2010-06-18 | Switched cs_set to the subcommand system and added cs_saset | Adam |
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Allow enabling ssl on a per-uplink basis | Adam |