| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | m_spanningtree Refuse bogus NICK messages•••If the new nick looks like an uid verify that its the correct uid
| attilamolnar | 2012-11-09 | 1 | -1/+7 |
| * | Make the select() socketengine suck significantly less | Adam | 2012-11-09 | 1 | -52/+67 |
| * | m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c... | attilamolnar | 2012-11-09 | 2 | -1/+2 |
| * | m_ssl_openssl Remove unused variables | attilamolnar | 2012-11-09 | 1 | -10/+1 |
| * | Merge pull request #357 from StevenVanAcker/insp20•••unbreak m_hostchange.so | Attila Molnar | 2012-11-09 | 1 | -2/+2 |
| |\ |
|
| | * | wrong order of arguments to Host() | Steven Van Acker | 2012-11-09 | 1 | -1/+1 |
| | * | use documented "value" attribute instead of undocumented "newhost" | Steven Van Acker | 2012-11-09 | 1 | -1/+1 |
| |/ |
|
| * | Fix m_ssl_gnutls when using non-standard include/lib paths.•••This fixes #315.
| Peter Powell | 2012-11-08 | 1 | -2/+2 |
| * | Fix ModuleManager failing when:•••- LWP::Simple is not installed.
- Crypt::SSLeay or IO::Socket::SSL are not installed.
This fixes #154.
| Peter Powell | 2012-11-08 | 2 | -2/+21 |
| * | Temporary fix for HASHMAP_DEPRECATED on clang. | Peter Powell | 2012-11-07 | 1 | -0/+2 |
| * | Fix typo in m_filter. | Peter Powell | 2012-11-07 | 1 | -1/+1 |
| * | Fix incorrect substr usage | newuser1 | 2012-11-06 | 1 | -1/+1 |
| * | Don't send quitting users in RPL_NAMREPLY, fixes desyncing clients who join a... | Adam | 2012-10-31 | 1 | -1/+3 |
| * | Fix typo in doc and remove some whitespace | attilamolnar | 2012-10-29 | 2 | -4/+3 |
| * | m_opermotd Add support for replacing \u \b etc. with color codes•••Fixes #322 reported by @MistrX
| attilamolnar | 2012-10-29 | 2 | -17/+22 |
| * | Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function•••Change signature to accept a file_cache reference so modules can use it easily
| attilamolnar | 2012-10-29 | 4 | -68/+68 |
| * | m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'•••If enabled, the commands can be logged to channels with m_chanlog and also other +s +r opers can see them
Fixes #325 reported by @SeLEct-
| attilamolnar | 2012-10-28 | 2 | -5/+18 |
| * | Fix warnings in configreader.cpp on FreeBSD•••Fixes #348 reported by @netkurd
| attilamolnar | 2012-10-28 | 1 | -2/+5 |
| * | Issue #346 - fix m_permchannels.cpp and m_xline_db.cpp saving their databases... | Adam | 2012-10-27 | 2 | -0/+16 |
| * | Fix configure system loading cache file too late. | Peter Powell | 2012-10-26 | 1 | -1/+2 |
| * | m_ojoin Fix giving +Y only instead of +Yo when <ojoin:op> is on and the user ... | attilamolnar | 2012-10-24 | 1 | -1/+3 |
| * | m_ircv3 Attach to OnRehash | attilamolnar | 2012-10-23 | 1 | -2/+2 |
| * | m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ... | attilamolnar | 2012-10-23 | 1 | -2/+29 |
| * | m_nicklock Fix typo | attilamolnar | 2012-10-23 | 1 | -2/+2 |
| * | m_topiclock Prefix ModDesc with $ | attilamolnar | 2012-10-23 | 1 | -1/+1 |
| * | m_nickflood Fix a case when channels were locked regardless of elapsed time s...•••Fixes #330 reported by @Shawn-Smith
| attilamolnar | 2012-10-21 | 1 | -1/+1 |
| * | m_nickflood Make code more readable, unset +F when the module is unloaded•••See 21c3232b8e0bb41727f2d65a0b2d5304587cf6be and fae560cddc389b88c9cd34afdccf9035f4d11c5b
| attilamolnar | 2012-10-21 | 1 | -101/+43 |
| * | Fix /RESTART not closing file descriptors•••Fixes issue #262 reported by @MistrX
| attilamolnar | 2012-10-21 | 1 | -0/+16 |
| * | Make better use of User::GetFullRealHost() | attilamolnar | 2012-10-21 | 10 | -34/+30 |
| * | Fix KILL accepting SIDs, get rid of potentially unsafe snprintf and strlcpy | attilamolnar | 2012-10-21 | 1 | -7/+10 |
| * | m_ldapauth Allow filtering on arbitrary LDAP attributes•••This commit implements filtering on LDAP attributes, in a similar way
to what Apache Httpd does with "Require ldap-attribute".
| Adrien Bustany | 2012-10-19 | 2 | -6/+55 |
| * | m_filter More cleanup and optimizations•••Fix a typo
| attilamolnar | 2012-10-19 | 1 | -53/+34 |
| * | m_filter Don't move the filter to the beginning of the vector when a match oc... | attilamolnar | 2012-10-19 | 1 | -8/+1 |
| * | m_filter Remove redundant flags field from FilterResult•••Change FillFlags() to return the character it did not understand, 0 if all ok
| attilamolnar | 2012-10-19 | 1 | -14/+40 |
| * | m_filter Change exemptfromfilter to be a set | attilamolnar | 2012-10-19 | 1 | -12/+13 |
| * | m_filter Use an enum for filter actions instead of a string | attilamolnar | 2012-10-19 | 1 | -30/+85 |
| * | m_filter Cleanup, remove empty and useless functions | attilamolnar | 2012-10-19 | 1 | -37/+9 |
| * | Fix for #268.•••- Move color stripping code to helperfuncs.
- Strip color codes before matching filters.
| Peter Powell | 2012-10-19 | 5 | -32/+54 |
| * | m_ident Allow the usage of an overriden IsIdent() instead of using a hardcode...•••Fix long idents being accepted regardless of Limits.IdentMax
| attilamolnar | 2012-10-18 | 1 | -28/+23 |
| * | Merge pull request #340 from ChrisTX/insp20+clangwarningsfix•••Resolve two warnings clang complains about | Attila Molnar | 2012-10-14 | 2 | -3/+3 |
| |\ |
|
| | * | Resolve two warnings clang complains about•••No newline at end of file in consolecolors.h
String plus int in snomasks
| ChrisTX | 2012-10-14 | 2 | -3/+3 |
| |/ |
|
| * | Merge pull request #274 from ChrisTX/insp20+gnutlsdeprecation•••m_ssl_gnutls: Resolve deprecation warnings properly | Attila Molnar | 2012-10-14 | 1 | -4/+20 |
| |\ |
|
| | * | m_ssl_gnutls: Resolve deprecation warnings properly | ChrisTX | 2012-10-14 | 1 | -4/+20 |
| * | | Merge pull request #338 from ChrisTX/insp20+iostream•••Replace printf(_c) with iostream | Attila Molnar | 2012-10-14 | 18 | -235/+256 |
| |\ \ |
|
| | * | | Replace printf(_c) with iostream | ChrisTX | 2012-10-14 | 18 | -235/+256 |
| | |/ |
|
| * / | Remove IncreaseOSBuffers() completely | attilamolnar | 2012-10-14 | 1 | -10/+0 |
| |/ |
|
| * | m_chancreate Fix snonotices not being sent when remote users create channels•••Fixes #318
| attilamolnar | 2012-10-13 | 1 | -9/+2 |
| * | Remove no-op call to IncreaseOSBuffers() from BufferedSocket::BeginConnect() | attilamolnar | 2012-10-13 | 1 | -2/+0 |
| * | m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it | attilamolnar | 2012-10-13 | 1 | -1/+1 |
| * | Merge pull request #320 from ChrisTX/insp20+cleanupwin•••Windows: In-depth cleanup (see details) | Adam | 2012-10-12 | 55 | -1286/+532 |
| |\ |
|