summaryrefslogtreecommitdiff
path: root/src/misc.cpp
AgeCommit message (Expand)Author
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also mad...Adam
2012-01-02Updated Copyright to 2012Adam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-11-08WindowsAdam
2011-11-04Store flags for memos, fixed the expiring very soon message, fixed /os sessio...Adam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-10Made the IsValidHost checks configurableAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-07-04Bug #1279 - Fixed strftimeAdam
2011-06-20Fix long-standing issue with the get token functions if the delimiter wasn't ...Naram Qashat
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-06-14Fixed a few small thingsAdam
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-14Fixed compileAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-02-26Replaced the few language strings we use with #defines to prevent accidentall...Adam
2011-02-13added Anope::printf()DukePyrolator
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-04Moved the language strings which are only used onceAdam
2011-01-05update copyrights for 2011lethality
2010-12-29Added a ConvertException to be thrown when convertTo failsAdam
2010-12-23Fixed noexpire channels expiringAdam
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam
2010-11-19Fixed parsing cidr masksAdam
2010-10-21Changed the log:normal config directive to a list like the other log values, ...Adam
2010-10-13Fixed a crash if an invalid expiry time is given to a number of commandsAdam
2010-10-11Fixed Windows buildAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-26Changed the language system to use gettextAdam
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-27Added a new logging systemAdam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-16Fixed part of the Windows build.Adam
2010-08-08Add a db-upgrade to convert base64-encoded encrypted passwords to hexadecimal...Naram Qashat