summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-15Added new API methods:brain
2005-04-15Fixed a minor parameter bug (display glitch, wrong censor word in an error)brain
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-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
2005-04-14Added OnUserKick and OnUserPreKickbrain
2005-04-14Fixed typobrain
2005-04-14Stupid typosbrain
2005-04-14Fixed minor typo in AllModulesReportReady()brain
2005-04-14Added (untested!) OnCheckReady and OnUserRegister (gonna write an ident looku...brain
2005-04-14Added OnPreCommandbrain
2005-04-13Updated /INFO (nothing in here before, was 2 years out of date)brain
2005-04-13Added IsValidHostMaskbrain
2005-04-13Fixed some 'unknown command' stuff (sorry w00t) :pbrain
2005-04-13Changed to non-conflicting numeric 948 for invalid idle timebrain
2005-04-13Fixed stupid m_park disabling privmsgs to all users :/brain
2005-04-13Updated to support OnSendListbrain
2005-04-13Added Module::OnSendListbrain
2005-04-13Added Server::AddGLinebrain
2005-04-13Fixed a typobrain
2005-04-13Fixed /kill bug in m_operlevels (couldnt kill non-opers)brain
2005-04-13Fixed m_park stuffbrain
2005-04-13Double 367 numeric glitch fixedbrain
2005-04-13Now tracks quits (just in case some oper saquits, then a user changes to the ...brain
2005-04-13Track user quits in the park listbrain
2005-04-13Fixed OnBackgroundTimer segfaultsbrain
2005-04-12Unitialized data bites the big onebrain
2005-04-12Fixed not reading sessions until a rehashbrain
2005-04-12Added 005 numeric handling, token is "PARK"brain
2005-04-12Fixed to prevent giving out negative keysbrain
2005-04-12Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)brain
2005-04-12Added OnBackgroundTimer method, ticks every 5 seconds approximatelybrain
2005-04-12Added Server::PseudoToUser and Server::UserToPseudobrain
2005-04-11Dns free() errors fixedbrain
2005-04-11More fixes :/brain
2005-04-11Blahbrain
2005-04-11Grrbrain
2005-04-11More module fixesbrain