Age | Commit message (Expand) | Author |
2008-05-12 | Skeleton ACL module, and hooks for it. This will provide ip restrictions, pas... | brain |
2008-05-12 | Patch ReadFile() not to bork on one line files, and ensure it works ok with w... | brain |
2008-05-12 | Fix wildcard matching in win32, seems that incrementing an iterator dereferen... | brain |
2008-05-11 | Show keys to opers correctly | brain |
2008-05-11 | Dont obscure channel keys in the stats | brain |
2008-05-11 | cleanup an old unused var | peavey |
2008-05-11 | Show +sp channels to opers correctly | brain |
2008-05-10 | Improve this not to use pointer maths directly, use an iterator | brain |
2008-05-10 | Fix for bug #532 reported by dantheman, thanks | brain |
2008-05-10 | Check for " to " too | brain |
2008-05-10 | Add a 'sanitize' function to sanitize special characters in the output, <, > ... | brain |
2008-05-10 | Add ident, port, ip to user info in <user> tag | brain |
2008-05-10 | Give tons more information in the xml feed, should be enough to construct jus... | brain |
2008-05-10 | Fix for last nights blockcaps tweak to make it a little more accurate | brain |
2008-05-10 | Fix LoadConf always reading 1 extra byte of random garbage. | peavey |
2008-05-09 | If nobody else is going to submit a diff, may as well do it myself. Using you... | brain |
2008-05-09 | Same fixes to make this module scale much better. Dont connect on each query,... | peavey |
2008-05-09 | Fixes to make this module scale much better. Dont connect on each query, keep... | peavey |
2008-05-09 | nuke some debug (snatch) | peavey |
2008-05-09 | Don't stringjoin here, we don't for any other commands (cban, *line) so I'd l... | w00t |
2008-05-09 | Don't route after nuking the user from orbit, there's no point (minor) | w00t |
2008-05-09 | Add test suites for edge cases and in the process, spot a crash in the new co... | brain |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-05-09 | Fix | w00t |
2008-05-09 | Fix crash if OnCheckBan is called and there is no list, the if was reversed. | peavey |
2008-05-09 | Port from hottpd: Split src/socket.cpp out into src/cidr.cpp | w00t |
2008-05-09 | Fix segfault on rehash and tweak the connect code. | peavey |
2008-05-09 | Fix some indenting. | peavey |
2008-05-09 | Add defaults for SQLHost since comparing depends on them being initialised. A... | peavey |
2008-05-09 | Fix restart code, by getting run path and argv before calling Cleanup() | peavey |
2008-05-08 | Add call to protocol interface to get useful info on the server map. Return a... | brain |
2008-05-08 | Make this nicer, rely on the last write event after the Write() that sends al... | brain |
2008-05-08 | Remove the timeout stuff, it is not stable and not really required, we are no... | brain |
2008-05-08 | When searching by servername without wildcards, conceal +i users no matter wh... | brain |
2008-05-08 | Possible todo | w00t |
2008-05-08 | Clarify a comment that confused me | w00t |
2008-05-08 | Rename to m_connectban | w00t |
2008-05-08 | Prepare to rename this, change it's purpose from quitban to connect ban (was ... | w00t |
2008-05-08 | Remove a level of nesting from this | w00t |
2008-05-07 | Masterful rewrite of User::AddBuffer to remove a string copy (and make more e... | w00t |
2008-05-07 | Add support for /nick 0: changes nick to UID, which can come in useful for ci... | w00t |
2008-05-07 | Make u_listmode more sensible and make it properly use WriteNumeric, and a fe... | brain |
2008-05-06 | Fix broken m_alias, cant preallocate and then push_back, because then its ma... | brain |
2008-05-06 | Fix bad throws and some other stuff in this module | brain |
2008-05-06 | Fix typo +c => +C reported by alamar | peavey |
2008-05-05 | Remove JOIN sending, all should be FJOIN | brain |
2008-05-05 | Snotice on failed oper. | w00t |
2008-05-05 | Okay, this was good in theory, but totally and utterly fucked in implementati... | w00t |
2008-05-05 | Don't propegate SETHOST, ChangeDisplayedHost sends out hostchange anyway | w00t |
2008-05-05 | Un-break this so remote users still get RemoteMessage okay if targetted at a ... | w00t |