Age | Commit message (Expand) | Author |
2006-09-10 | Take some debug crap out of ModeParser::ModeString() | brain |
2006-09-10 | * Fix ChanModes::ModeString to not try and set a key as a user mode ;) | brain |
2006-09-10 | Make it neater | brain |
2006-09-10 | Dont allow keys of length >= 32 | brain |
2006-09-10 | Remove unused buffer and call to MakeHost() | brain |
2006-09-10 | Make /stats k/g/e work right | brain |
2006-09-10 | Split hostmasks into ident and host pairs for matching as g/k/e lines. This a... | brain |
2006-09-10 | Fix the new g/k/e line stuff to match ips. NOTE: this makes g/k/e much slower... | brain |
2006-09-10 | Match IP's with klines, glines and exceptions, as well as hosts | brain |
2006-09-10 | Move Spacify() into irc:: namespace as multiple modules use it now | brain |
2006-09-10 | Spacify() the oper types | brain |
2006-09-10 | Tons more useful detail when failing to oper (and when successfully opering t... | brain |
2006-09-10 | Stop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE YOUR GUTS DEBIAN) from ... | brain |
2006-09-10 | Nicer fix | brain |
2006-09-10 | Change a fux into a fix for pippjin (thanks for the bt) | brain |
2006-09-10 | Much neater more compact override notices for modes: | brain |
2006-09-09 | ModuleFactories are not being deleted, this means that updates arent loaded | brain |
2006-09-09 | Remove debug output | brain |
2006-09-09 | I'll give you ##TOAST, :p | brain |
2006-09-09 | Reset LastParse string when we try to parse new modes | brain |
2006-09-09 | Dont generate host change, ident change or fullname change events if the host... | brain |
2006-09-09 | Ensure that these output the sane value thats actually set, not the possibly ... | brain |
2006-09-09 | Tidier string building | brain |
2006-09-09 | Make SAMODE oper output tidier | brain |
2006-09-09 | And fix it so it doesnt go into an infinite loop when meeting the end conditi... | brain |
2006-09-09 | Add sane limiting to mode output, so we cant have more than 100 mode chars in... | brain |
2006-09-09 | Tidy up override snotices | brain |
2006-09-09 | m_override is now fixed, replaced AC_GENERAL_MODE OnAccessCheck event | brain |
2006-09-09 | More debug logging in this module | brain |
2006-09-09 | Grr | brain |
2006-09-09 | Changes to m_override | brain |
2006-09-08 | This useless module doesnt work right in multi-server and isnt much good anyw... | brain |
2006-09-08 | Fix output when user SANICKs themselves | brain |
2006-09-08 | Stop valgrind whining about uninitialized array, all we do is pass it as a bu... | brain |
2006-09-08 | Fix small memory leak if non-cidr string passed to MatchCIDR | brain |
2006-09-08 | Fix for uninitialized var in valgrind output | brain |
2006-09-08 | Sensible failure messages for cmd_qline | brain |
2006-09-08 | Move spynames attempt notice into success area | brain |
2006-09-08 | And fix it to compile :p | brain |
2006-09-08 | Tidy up setidle message sent to opers, to show the actual idle time set if th... | brain |
2006-09-08 | Made SANICK not collide the user (theres no need to in the new 1.1 now we hav... | brain |
2006-09-08 | Report invalid nicknames back to oper | brain |
2006-09-08 | Add failed SANICK notices | brain |
2006-09-08 | Only put out SANICK success line if the nickchange succeeds | brain |
2006-09-08 | Correctly put qline notices into xline snomask | brain |
2006-09-08 | Typo in mode handler doesnt let -M be removed! | brain |
2006-09-08 | Add similar printf format fix to namesx | brain |
2006-09-08 | Explicitly call the std::string version of WriteServ in chanrec::UserList to ... | brain |
2006-09-08 | *YOINK* Add jamie's patch for parameterized usermodes in m_opermodes (thanks) | brain |
2006-09-07 | userrec::ForceNickChange was broken (not the entire nickchange system as i'd ... | brain |