summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2012-02-18Fixed some eventsAdam
2012-02-15Remove revision numbers as they're only ever set by Config reading git since ...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-11-08WindowsAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-10-09Give more verbose messages on startupAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-10Added chanserv/logAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
2011-08-22Removed this ondeleteobject event, was for m_async_commands which diedAdam
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 matc...Adam
2011-08-11Fixed Windows runtime problemsAdam
2011-08-10Fixed windows buildAdam
2011-08-07Always reset the levels of newly created channels, fixed DetermineLevel match...Adam
2011-08-06Fixed suepradminAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-05-23Added an IsServicesOper eventAdam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ac...Adam
2011-05-16Unmodularized the socket engine because its causing problems and really is un...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-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-12added ns_certDukePyrolator
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-25Fixed a lot of small problemsAdam
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy l...Adam
2011-02-18Changed the OnNickDrop event to call before the nick is deletedAdam
2011-01-15Added an amsg kickerAdam
2011-01-07fix some more copyright and typos (not mine) spotted by chaz :Plethality
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
2011-01-05update copyrights for 2011lethality
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-12store the ssl fingerprint in the userstructDukePyrolator
2010-12-12Allow command aliases to be redirected to different pseudo clientsAdam