Age | Commit message (Expand) | Author |
2011-08-29 | Made config rehashing not wipe opers configured with opersev/oper | Adam |
2011-08-17 | Actually made the nickserv block optional | Adam |
2011-08-14 | Fixed default settings for log blocks | Adam |
2011-08-12 | Allow bot usermodes to be configurable | Adam |
2011-08-06 | Added a define{} block which can be used to easially rename things | Adam |
2011-08-04 | Added a command:permission setting | Adam |
2011-08-02 | Added opertype:modes | Adam |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam |
2011-07-31 | Fixed a few small problems, including m_ssl's connect feature sometimes faili... | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Fixed reading empty config values in the multiconfig code, caused by removal ... | Adam |
2011-05-16 | Removed DT_CHARPTR from the config reader, its unneeded | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-26 | replaced all %R with %s in the language strings | DukePyrolator |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-12 | Removed the Wallop config options and replaced them with the new log system | Adam |
2011-01-21 | Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabs | Adam |
2011-01-19 | Added options:nomlock | Adam |
2011-01-17 | Added ns_ajoin | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ... | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-03 | Fixed checking the global block in the config to work ok, fixed having non-co... | 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-18 | Fixed bug #1191 | lethality |
2010-09-17 | Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi... | Adam |
2010-09-16 | Fixed connecting back to the nameserver if we lose connection, and detecting ... | 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 | 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-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-01 | Fixed botserv bots parting empty channels. This also allows setting bsminuser... | Adam |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |