Age | Commit message (Expand) | Author |
2006-07-07 | toomanyexclamation and toomanyat are no longer required here | brain |
2006-07-07 | Fix to check for colon (accidentally typed pos_of_dot) | brain |
2006-07-07 | Mask cleaning. | brain |
2006-07-07 | Make +b use CleanMask() | brain |
2006-07-07 | Started work on ModeParser::CleanMask() | brain |
2006-07-07 | A bit more debugging | brain |
2006-07-07 | 'Activate' +m by putting it in the constructor | brain |
2006-07-07 | Added cmode_m (channel mode +m) | brain |
2006-07-07 | GCC defines and <hash_map> -> "hash_map.h" | brain |
2006-07-07 | Tidy up space indents so Om and w00t dont murder me | brain |
2006-07-07 | Fix listmodes and modes with params | brain |
2006-07-07 | Add mode +b to active list | brain |
2006-07-07 | fix channel mode +b | brain |
2006-07-07 | Mode +b stuff, probably wont work yet | brain |
2006-07-07 | Tidied up checking in ModeParser::AddMode() and added a humorous comment abou... | brain |
2006-07-07 | Add cmode_p (private) | brain |
2006-07-07 | Initialize mode handlers and watchers to 0 in the constructor, or mucho pain ... | brain |
2006-07-07 | Aaaand, correct all the obligitary typos | brain |
2006-07-07 | Added hashing stuff to hold both user and channel modes in the watcher/handle... | brain |
2006-07-07 | Mode parser WORKS! (for simple non-parameterized channel modes) | brain |
2006-07-07 | Dummy framework to insert the class for channelmode +s | brain |
2006-07-07 | Header for cmode_s.cpp | brain |
2006-07-07 | Added cmode_s, skeleton mode handler for channel mode +s. | brain |
2006-07-07 | More stuff for m_pgsql in, provider-side API stuff semi-done | om |
2006-07-07 | change std::string's to const std::string references for *Feature() funcs | om |
2006-07-07 | Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me... | brain |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-07-04 | Add pippijn under code contributors for m_connflood | brain |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |
2006-07-03 | Someone made silence require 1 parameter, so no way to list the silence entri... | brain |
2006-07-03 | Add m_connflood, pippijn's connect throttle module (now we are offering anoth... | brain |
2006-07-03 | Cleanups, change ugly if(\!*line.c_str()) to if(line.empty()); remove some cr... | om |
2006-07-03 | Just to be really anal, typo fix in comment | om |
2006-07-03 | Typo fixes to all the others too =/ | om |
2006-07-03 | Make spanningtree compile again >_< | om |
2006-07-03 | Typo fix | om |
2006-07-02 | Enhance with new numerics for latest turkish moron detection | brain |
2006-07-01 | relocate the Move* methods to private: where they belong, rename erase_factor... | brain |
2006-07-01 | Make WritePID a public function of class InspIRCd | brain |
2006-07-01 | Move SetSignals(), Start() and DaemonSeed() into private methods of class Ins... | brain |
2006-07-01 | Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna... | om |
2006-07-01 | Replace rather craq'y loop with a couple of std::string calls | om |
2006-07-01 | forward port of r4092 | w00t |
2006-06-30 | *** Interesting fix *** | brain |
2006-06-29 | Forward port of CullList and my bragging rights | special |
2006-06-29 | You don't need to cast a char* to a char* to put it through a const char*... | om |
2006-06-29 | Remove hardcoded filename prefix to log message, with the new macro these are... | om |
2006-06-29 | Change log() to a #define, the real symbol is now do_log(), the new macro aut... | om |
2006-06-29 | Convert char* to const char* in InspSocket constructor prototype. Shouldn't b... | om |
2006-06-28 | Added missing return in Server::UnpublishFeature() | special |