2006-12-16 |
brain | Add an optional parameter to ConfigReader::ReadValue... |
blob | commitdiff | raw |
2006-12-15 |
w00t | Jesus, look who's the commit whore today. More header... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
brain | Refactor userrec::chans. |
blob | commitdiff | raw | diff to current |
2006-12-10 |
brain | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterf... |
blob | commitdiff | raw | diff to current |
2006-12-09 |
brain | Add OnRawSocketConnect, we've not had it till now becau... |
blob | commitdiff | raw | diff to current |
2006-12-05 |
brain | Document FindInterface, PublishInterface, UnpublishInte... |
blob | commitdiff | raw | diff to current |
2006-12-05 |
brain | Fix up brokage |
blob | commitdiff | raw | diff to current |
2006-12-05 |
brain | Untested, undocumented PublishInterface, UnpublishInter... |
blob | commitdiff | raw | diff to current |
2006-12-05 |
brain | Change this a LOT. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
brain | BuildExemptList is becoming pretty ugly. grr. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
brain | Add OnBuildExemptList, which is used to build an exempt... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
brain | Add exception lists to OnUserMessage and OnUserNotice... |
blob | commitdiff | raw | diff to current |
2006-11-26 |
brain | Add extra parameter to OnUserPreNotice and OnUserPrePri... |
blob | commitdiff | raw | diff to current |
2006-11-21 |
peavey | fix for bug #175, change OnUserRegister to return int... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
special | Removed OnRawMode - this hasn't been called at all... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
brain | Add 'dest' parameter to OnWhoisLine, contains the user... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
brain | Add support for OnWhoisLine, which allows modules to... |
blob | commitdiff | raw | diff to current |
2006-10-01 |
brain | Now with binary versioning goodness |
blob | commitdiff | raw | diff to current |
2006-10-01 |
special | Added OnPostJoin, which is (at the moment) almost exact... |
blob | commitdiff | raw | diff to current |
2006-09-25 |
brain | Whoops, patch |
blob | commitdiff | raw | diff to current |
2006-09-17 |
brain | Add const std::string &original_command to OnPreCommand... |
blob | commitdiff | raw | diff to current |
2006-09-06 |
brain | Finish off the fix for bug #136 (a biggie for such... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
brain | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
brain | Note: connect() cant time out for inspsockets in this... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
brain | Add support for NAMESX |
blob | commitdiff | raw | diff to current |
2006-08-24 |
special | Renamed the OnGlobalConnect callback to OnPostConnect... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
brain | EventHandler class, an abstraction for raw i/o |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Just to mess with om's head, remove helperfuncs.h from... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Move remaining functions: |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Now two types of log macro, log() and ilog(). log(... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Move all of the xline stuff into class XLineManager... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | extern time_t TIME -> InspIRCd::Time() |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | ConfigReader and FileReader now take InspIRCd* to their... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Committing this as a rollback point - does not compile |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Note: FOR THE MOMENT, this is BROKEN. It wont run right... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Mass-tidyup of module global vars, theyre no longer... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Move tons more stuff into class InspIRCd*, make signal... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Move IsNick, IsIdent into class InspIRCd, update module... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | PublishFeature, FindFeature, FindModule, PriorityBefore... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Removal of Server::Log -- not much ever used it anyway... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Fixes and removal of Server::GetServerName() |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Server::GetAdmin, Server::GetServerDescription, Server... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Remove Server::Server() and Server::~Server() |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Server::GetConfig, Server::GetVersion -> removed |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | FindNick, FindChan, ChanModes, UserList, CountInvisible... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Relocate timer stuff into TimerManager class |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | userrec and chanrec now have their own independent... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Move tons more stuff into class InspIRCd |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Move clientlist and chanlist into InspIRCd* |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Move fd_ref_table into class InspIRCd* |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Move socket_ref and module_sockets vectors/arrays into... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Tidy up loglevel enum (remove some C-ish defines) |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | ServerConfig extern moved into class InspIRCd |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | Get rid of Server::GetUsers(chanrec) - a throwback... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
brain | common_channels -> userrec::SharesChannelWith() |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | Improve Write functions, and change some stuff from... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | WriteWallops() -> userrec::WriteWallops() (originates... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | WriteCommon() and WriteCommonExcept() -> userrec::Write... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | WHEEEEE!!!!! |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | userrec::UpdateNickHash(), userrec::ForceNickChange... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | kill_link() and Server::QuitUser() -> userrec::QuitUser... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | WriteChannel* functions and ChanExceptSender* functions... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | add_channel -> chanrec::JoinUser() |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | Change to chanrec::PartUser. As with KickUser and Serve... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | Check return values |
blob | commitdiff | raw | diff to current |
2006-08-08 |
brain | kick_channel -> chanrec::KickUser(), server_kick_channe... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
brain | Move more stuff into class DNS |
blob | commitdiff | raw | diff to current |
2006-07-30 |
brain | REMOTE STATS! WOOO AND YAY! |
blob | commitdiff | raw | diff to current |
2006-07-27 |
brain | * Fix Server::SendMode to actually work again. |
blob | commitdiff | raw | diff to current |
2006-07-23 |
brain | In the constructor which doesnt set Request::id, we... |
blob | commitdiff | raw | diff to current |
2006-07-23 |
om | Add an ID field to Request and a GetId() method, takes... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | mass tidyup, change A LOT of stuff to const char**... |
blob | commitdiff | raw | diff to current |
2006-07-12 |
brain | Test framework in m_testcommand, add interface |
blob | commitdiff | raw | diff to current |
2006-07-10 |
brain | ContentSize speedups |
blob | commitdiff | raw | diff to current |
2006-07-10 |
brain | Fugly code band-aid^H^H^H^H^Hfix |
blob | commitdiff | raw | diff to current |
2006-07-10 |
brain | Add FileReader::ContentSize and FileReader::Contents |
blob | commitdiff | raw | diff to current |
2006-07-10 |
brain | Add interface to AddModeWatcher and DelModeWatcher... |
blob | commitdiff | raw | diff to current |
2006-07-10 |
brain | Fix for compiler warning |
blob | commitdiff | raw | diff to current |
2006-07-09 |
brain | Fix whoopsies |
blob | commitdiff | raw | diff to current |
2006-07-09 |
brain | Added Server::GetModuleName(), Module* to filename |
blob | commitdiff | raw | diff to current |
2006-07-08 |
brain | Port m_blockcaps to new api, remove OnExtendedMode... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
brain | Remove Server::AddExtendedMode and Server::AddExtendedL... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
special | Forward port of fix for Add*Line to apply automatically |
blob | commitdiff | raw | diff to current |
2006-07-07 |
brain | Mode parser WORKS! (for simple non-parameterized channe... |
blob | commitdiff | raw | diff to current |
2006-07-07 |
om | change std::string's to const std::string references... |
blob | commitdiff | raw | diff to current |
2006-07-07 |
om | modules.*: Put some void* back to char*, sorry if they... |
blob | commitdiff | raw | diff to current |
2006-06-28 |
special | Added missing return in Server::UnpublishFeature() |
blob | commitdiff | raw | diff to current |
2006-06-21 |
brain | Added Server::PublishFeature(), |
blob | commitdiff | raw | diff to current |
2006-06-20 |
brain | Class Request and class Event now take a void* in their... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
brain | delete operator tracking in debug mode (using a macro... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
om | Split inspircd_io.* insp inspsocket.* and configreader... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
w00t | Holy christ that was a LOT OF SPACES. TABS, USE THEM... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
om | All new shiny config parser, there's probably some... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Fixes |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Forceuy close fix |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Missed some stuff |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | const std::string & |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Start of conversion to const refs for std::strings... |
blob | commitdiff | raw | diff to current |
next |