summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain
2006-03-02Added charlcat which appends a single char to a char* string (range checked)brain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-02-28BanHidingbrain
2006-02-28Made it safe to quits and nickchangesbrain
2006-02-27Add comment stressing the importance of certain elements of this fileom
2006-02-27Test twobrain
2006-02-27Constant eating 20% cpu since last nights commit - test fixbrain
2006-02-26Moved the contents of the mainloop into a function called InspIRCd::DoOneIter...brain
2006-02-24Nothing to see here, nothing, at all.om
2006-02-23Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi...brain
2006-02-23Moved timer stuff from OnBackgroundTimer to InspTimer derivativebrain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-23Fixesbrain
2006-02-23First revision of new timer code, not in the makefile yet (so it wont build t...brain
2006-02-22Added m_safelist helper functions GetChannelCount and GetChannelIndexbrain
2006-02-21Fixedbrain
2006-02-21Added second form of find() taking const char*, which is faster in the core w...brain
2006-02-21Improved speed of Find() by passing reference to std::string instead of std::...brain
2006-02-19AIEEE fucking overloaded operatorsbrain
2006-02-19Tweaksbrain
2006-02-19Added + and == operators between std::string and irc::string.brain
2006-02-19Removed unneeded {}'sbrain
2006-02-19Testing \exception doxygen tag that *should* workbrain
2006-02-19Forgot to commit this?brain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Made a booboobrain
2006-02-19Added exception handling for module loadingbrain
2006-02-15Moved custom_mode_params to per-channelbrain
2006-02-13Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...w00t
2006-02-12Tweak to allow @%+ to all exist on a user at once during burstbrain
2006-02-08Checks to not propogate invalid or already-existing Xlinesbrain
2006-02-08Increased how often socket timeout checks occur which will mean flushing writ...brain
2006-02-07Slightly more efficient write buffersbrain
2006-02-06Added support for changing tempdir via <options:tempdir>brain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
2006-02-05Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...om
2006-02-05Commented on new return value of OnUserPreKick for explicitly allowing kicksbrain
2006-02-04Allow space seperated hostlist in <oper:host> e.g. <oper host="foo@bar baz@qu...brain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-03Add operators >> and << for irc::string and i/ostreams. m_cban utilises thisom
2006-02-03Typo fixes #2brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-03Added ircu-like hidewhois feature that allows hiding of server name in whois ...brain
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-02-02Removed bool return of DoBackgroundUserStuff()brain
2006-02-02Extra comments re. nonblocking DNS and use of IP addresses in constructor to ...brain
2006-02-02Nonblocking dns for InspSocket class (used by server to server)brain