summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-04-18Fixed broken server/server handshake for U-type server links (services)brain
2005-04-18Added PID reporting and testing before daemonizebrain
2005-04-18Changed "is now running" message to AFTER port bind checksbrain
2005-04-18Fixed /LUSERS server count againbrain
2005-04-18Fixed /LUSERS server countbrain
2005-04-18Fixed strange join behavior reported by w00t (mirc requesting MODE immediatel...brain
2005-04-18Fixed strhashcompbrain
2005-04-17Fixed bug #47 reported (and suggested fix) by Ombrain
2005-04-17Removed some old uneeded codebrain
2005-04-16Added:brain
2005-04-16Fixed lingering (SO_REUSEADDR was being set to 0?)brain
2005-04-16Added extra parameter to OnRawMode in docsbrain
2005-04-16Updated documentation of <connect> tags at request of Strikebrain
2005-04-16Added a chanrec to OnRawMode, om pointed out i hadnt given him it :Dbrain
2005-04-15Fixed a minor bug in text formatting of errorsbrain
2005-04-15New docs for API:brain
2005-04-15Added new API methods:brain
2005-04-15Fixed a minor parameter bug (display glitch, wrong censor word in an error)brain
2005-04-15Removed deprecated class 'packet'brain
2005-04-15Removed some deprecated documentation (html)brain
2005-04-15Removed some deprecated documentationbrain
2005-04-15Added the m_chanfilter module, implements chanmode +g which allows channel sp...brain
2005-04-15Made cmode and chanmode more safebrain
2005-04-15Someone got a comparison completely the wrong way around (and it wasnt spotted!)brain
2005-04-15Fixed bug where if channel limit was lower than the user count users could st...brain
2005-04-14New documentation on today's new methods etcbrain
2005-04-14Brains law of coding #1: There will always be typos in the simplest of code i...brain
2005-04-14Sends /LUSERS on connectbrain
2005-04-14More nice comments (this module is kind of a flagship for a few new method ca...brain
2005-04-14Changed the state engine states to nice constantsbrain
2005-04-14More careful checks for control characters and linefeeds in the ident (becaus...brain
2005-04-14Added commentsbrain
2005-04-14Lots of bugfixes, added timeouts, completely nonblocking!brain
2005-04-14Added ability for modules to hold users in a 'holding pattern' while they do ...brain
2005-04-14Added m_ident skeletonbrain