summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-25Fixed include issuebrain
2005-04-25Added hostname checkingbrain
2005-04-25Added m_sqloper, allows storage of opers within a mysql databasebrain
2005-04-25Now works on gcc 2.95.x again.brain
2005-04-25Removed dependency upon strcasestr()brain
2005-04-25Optimised SQLbrain
2005-04-25Fixed strange leading ":" on remote Z/K/G linesbrain
2005-04-24Fixed so that quitprefixes are shown in client exit noticesbrain
2005-04-24Changed $ModDescbrain
2005-04-23Added global connect/oper loggingbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-23Speedup for buffered uplinksbrain
2005-04-23Services speedups for stupid buffered i/o uplinksbrain
2005-04-23Updated field name in schema (date is a reserved word now?)brain
2005-04-23Fixed typo in OnKillbrain
2005-04-23Fixed recursive 'splat' in the actors tablebrain
2005-04-23Added preliminary m_sqllog.cppbrain
2005-04-23Added schema for m_sqllog.sobrain
2005-04-22Added server input buffers (for systems that decide buffering is fun)brain
2005-04-22Fixed weird issues when anope sends large amounts of text at once to the uplinkbrain
2005-04-22Fixed crash-n-burn on rehashbrain
2005-04-22Added module which provides MD5 encryption for oper passwords plus /mkpasswdbrain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-21Added allowpatternsbrain
2005-04-21Added some extra optionsbrain
2005-04-21Changed description commentbrain
2005-04-21Added user/password checks and connection codebrain
2005-04-21Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...brain
2005-04-21Added password fieldbrain
2005-04-21Updated with a bit more debug outputbrain
2005-04-21Removed some debug outputbrain
2005-04-21Added documentation to manpages of Request, Event and ModuleMessagebrain
2005-04-21Fixed to allow debuggingbrain
2005-04-21New stuff actually compiles nowbrain
2005-04-21Added header for m_sql with inherited Request classbrain
2005-04-21Corrected library paths in $CompileFlagsbrain
2005-04-21Added warning on unresolved symbol errors about 'you might need ./inspircd st...brain
2005-04-21Added LD_LIBRARY_PATH hacks/kludges to the .inspircd.inc file to make it find...brain
2005-04-21Tested initial m_sql (works with issues)brain
2005-04-20Added preliminary m_sql.cppbrain
2005-04-20Moved to B4brain
2005-04-20Moved to B3 officialbrain
2005-04-20Added extra commentbrain
2005-04-20Added module message passing architecturebrain
2005-04-20Removed some unceccessary debug outputbrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-19Fixed fd leaksbrain
2005-04-19Added 'server already exists' check for u-type linksbrain
2005-04-19Fixed bug when ordering a bot to leave using anope servicesbrain
2005-04-19Fixed anope module sending L tokens with 2 instead of 3 params (made code mor...brain