Age | Commit message (Expand) | Author |
2012-10-05 | Use memcpy for Anope::Unhex not strcpy | Adam |
2012-09-02 | Fix Windows | Adam |
2012-09-01 | Added a web panel module + a default template | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-05-10 | Fixed crash on access del + valgrind errors | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-02-13 | Removed our RNG and just use the systems, it's not very widely used. Also mad... | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-12-19 | Fixed formatting of many lists and INFO outputs | Adam |
2011-11-08 | Windows | Adam |
2011-11-04 | Store flags for memos, fixed the expiring very soon message, fixed /os sessio... | Adam |
2011-10-24 | Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u... | Naram Qashat |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-10 | Made the IsValidHost checks configurable | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-07-04 | Bug #1279 - Fixed strftime | Adam |
2011-06-20 | Fix long-standing issue with the get token functions if the delimiter wasn't ... | Naram Qashat |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-06-14 | Fixed a few small things | Adam |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-30 | Fixed bug #1258, more Windows stuff, and more language strings | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-09 | Store mlock in the databases and removed some unused functions from misc.cpp | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-02-26 | Replaced the few language strings we use with #defines to prevent accidentall... | Adam |
2011-02-13 | added Anope::printf() | DukePyrolator |
2011-02-12 | Removed the Wallop config options and replaced them with the new log system | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-29 | Added a ConvertException to be thrown when convertTo fails | Adam |
2010-12-23 | Fixed noexpire channels expiring | Adam |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-11-19 | Fixed parsing cidr masks | Adam |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ... | Adam |
2010-10-13 | Fixed a crash if an invalid expiry time is given to a number of commands | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ... | Adam |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam |