Age | Commit message (Expand) | Author |
2013-12-15 | Move stuff around a bit: | Peter Powell |
2013-11-21 | Fix a few issues | attilamolnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-08 | Remove InspIRCd::HandleRehash functor | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2012-11-29 | cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop | attilamolnar |
2012-07-06 | Added color codes to /rules, moved the parsing to ServerConfig and cleaned th... | Justin Crawford |
2012-07-02 | Remove leftover #ifdefs and #includes from cmd_*.cpp | attilamolnar |
2012-05-03 | Merge pull request #96 from Justasic/insp20 | Robin Burchell |
2012-04-22 | Fixed using a function on every call for /motd, causing lag on large networks... | Justin Crawford |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-02 | Send rehash message to global sno, fixes bug #855. Also only send message whe... | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-04-04 | Don't do anything with logging in the handler for /REHASH. | dz |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-06 | Hooray | w00t |
2008-08-06 | Give feedback to remote users | w00t |
2008-07-13 | Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-17 | Remove use of SendSNONotice to send to remote servers, this is done automagic... | w00t |
2008-04-08 | Add todo, add server name | w00t |
2008-04-08 | Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain | w00t |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-24 | Yay, local /rehash is now fixed :) | brain |
2008-02-24 | More stuff | brain |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | Theres more to do here. Read the TODOs | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Start converting WriteOpers calls into snomask 'O' -- generic oper notices. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-11 | More stuff for this. Its starting to take shape a bit now, and is tidier than... | brain |