]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
11 years agoMerge pull request #242 from SaberUK/insp20-doxygen-fix
Attila Molnar [Thu, 5 Jul 2012 20:03:48 +0000 (13:03 -0700)]
Merge pull request #242 from SaberUK/insp20-doxygen-fix

[2.0] Doxygen fixes

11 years agoFix Doxygen syntax errors.
Peter Powell [Thu, 5 Jul 2012 20:00:35 +0000 (21:00 +0100)]
Fix Doxygen syntax errors.

11 years agoMerge pull request #244 from SaberUK/insp20-configure-fix
Attila Molnar [Thu, 5 Jul 2012 19:16:27 +0000 (12:16 -0700)]
Merge pull request #244 from SaberUK/insp20-configure-fix

[2.0] Configure message fix

11 years agoMerge pull request #243 from SaberUK/insp20-config-deprecation
Attila Molnar [Thu, 5 Jul 2012 19:15:19 +0000 (12:15 -0700)]
Merge pull request #243 from SaberUK/insp20-config-deprecation

Explicitly deprecate some config changes.

11 years agoGnuTLS requires pkg-config as well.
Peter Powell [Thu, 5 Jul 2012 04:28:03 +0000 (05:28 +0100)]
GnuTLS requires pkg-config as well.

11 years agoExplicitly deprecate some config changes.
Peter Powell [Thu, 5 Jul 2012 00:57:40 +0000 (01:57 +0100)]
Explicitly deprecate some config changes.

11 years agom_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist
attilamolnar [Wed, 4 Jul 2012 17:42:20 +0000 (19:42 +0200)]
m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist

11 years agoMerge pull request #241 from attilamolnar/insp20+delaymsgfix
Attila Molnar [Wed, 4 Jul 2012 17:32:06 +0000 (10:32 -0700)]
Merge pull request #241 from attilamolnar/insp20+delaymsgfix

[2.0] Fix MODE #chan +d being sent to users on a channel when a remote user joined a chan with +d on it

11 years agom_delaymsg Don't bother with remote users
attilamolnar [Wed, 4 Jul 2012 17:18:38 +0000 (19:18 +0200)]
m_delaymsg Don't bother with remote users

11 years agom_delaymsg Stop sending +d mode change to users when a remote user joins a channel...
attilamolnar [Wed, 4 Jul 2012 17:12:00 +0000 (19:12 +0200)]
m_delaymsg Stop sending +d mode change to users when a remote user joins a channel with +d on it

11 years agom_delaymsg Remove unused code
attilamolnar [Wed, 4 Jul 2012 17:06:17 +0000 (19:06 +0200)]
m_delaymsg Remove unused code

11 years agoUpdate Doxyfile for the latest Doxygen.
Peter Powell [Wed, 4 Jul 2012 14:04:18 +0000 (15:04 +0100)]
Update Doxyfile for the latest Doxygen.

11 years agoMerge pull request #239 from alyx/insp20
Attila Molnar [Wed, 4 Jul 2012 12:46:57 +0000 (05:46 -0700)]
Merge pull request #239 from alyx/insp20

Add CHANNELLEN to isupport

11 years agoRemove leftover #ifdefs and #includes from cmd_*.cpp
attilamolnar [Mon, 2 Jul 2012 17:08:00 +0000 (19:08 +0200)]
Remove leftover #ifdefs and #includes from cmd_*.cpp

12 years agoAdd CHANNELLEN to isupport
Alyx [Mon, 2 Jul 2012 06:44:07 +0000 (01:44 -0500)]
Add CHANNELLEN to isupport

12 years agoUpdated example config path in Windows NSI script
Adam [Sun, 1 Jul 2012 23:21:41 +0000 (19:21 -0400)]
Updated example config path in Windows NSI script

12 years agoRelease 2.0.7 (we're so cool that we're skipping 2.0.6)
Robin Burchell [Sun, 1 Jul 2012 20:54:27 +0000 (22:54 +0200)]
Release 2.0.7 (we're so cool that we're skipping 2.0.6)

12 years agom_spanningtree Call the collision handler with the proper parameter (client ip instea...
attilamolnar [Sun, 1 Jul 2012 19:42:57 +0000 (21:42 +0200)]
m_spanningtree Call the collision handler with the proper parameter (client ip instead of modestring) when a nick collides at burst

12 years agom_spanningtree Return when ecountering an invalid command coming from a remote server
attilamolnar [Sun, 1 Jul 2012 19:39:51 +0000 (21:39 +0200)]
m_spanningtree Return when ecountering an invalid command coming from a remote server

12 years agoFix crash in ADDLINE handler when the command had no parameters
attilamolnar [Sun, 1 Jul 2012 19:25:54 +0000 (21:25 +0200)]
Fix crash in ADDLINE handler when the command had no parameters

12 years agoDon't throw an exception if passed bad parameters to stringjoiner.
Robin Burchell [Sun, 1 Jul 2012 19:34:18 +0000 (21:34 +0200)]
Don't throw an exception if passed bad parameters to stringjoiner.

It's far too common to "misuse" this API by accidentally trying to use
stringjoiner with an empty container, and fixing that is more or less adding
boilerplate in every place we fix it.

Instead, let's just return and not touch the string, and not throw.

Done-with: Attila Molnar <attilamolnar@hush.com>

12 years agom_xline_db Fix memory leak when adding a loaded xline fails
attilamolnar [Sun, 1 Jul 2012 19:06:22 +0000 (21:06 +0200)]
m_xline_db Fix memory leak when adding a loaded xline fails

12 years agoRevert "users: add SetClientIP function for irc::sockets::sockaddrs type."
Robin Burchell [Sun, 1 Jul 2012 19:12:16 +0000 (21:12 +0200)]
Revert "users: add SetClientIP function for irc::sockets::sockaddrs type."

This reverts commit f0474272303ac9297f637ce956315518138bafff.

12 years agoRevert "users: LocalUser constructor should call SetClientIP() on itself"
Robin Burchell [Sun, 1 Jul 2012 19:12:06 +0000 (21:12 +0200)]
Revert "users: LocalUser constructor should call SetClientIP() on itself"

This reverts commit dca6a7821efbfd1e6c2987dfa1d2b9f72d1db1be.

12 years agoRevert "users: introduce OnSetClientIP hook."
Robin Burchell [Sun, 1 Jul 2012 19:11:59 +0000 (21:11 +0200)]
Revert "users: introduce OnSetClientIP hook."

This reverts commit 5fd31ec5a6ba6021763b36d8d17d4665900623ab.

12 years agoRevert "m_dnsbl: switch to OnSetClientIP hook which may be refired."
Robin Burchell [Sun, 1 Jul 2012 19:11:45 +0000 (21:11 +0200)]
Revert "m_dnsbl: switch to OnSetClientIP hook which may be refired."

This reverts commit fbf14cb9ff28ae1b8a6c4b90a18470381afbcc53.

12 years agoFix maxbans not being enforced
attilamolnar [Wed, 27 Jun 2012 23:39:16 +0000 (01:39 +0200)]
Fix maxbans not being enforced

12 years agom_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNick
attilamolnar [Sun, 1 Jul 2012 17:53:37 +0000 (19:53 +0200)]
m_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNick

12 years agom_callerid, m_dccallow Fix crash caused by allowing unregistered users and SIDs to...
attilamolnar [Sun, 1 Jul 2012 18:35:16 +0000 (20:35 +0200)]
m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SIDs to be on callerid/dccallow lists

12 years agom_callerid Remove unused parameter
attilamolnar [Sun, 1 Jul 2012 18:00:09 +0000 (20:00 +0200)]
m_callerid Remove unused parameter

12 years agom_callerid Use std::find() where possible
attilamolnar [Sun, 1 Jul 2012 18:05:40 +0000 (20:05 +0200)]
m_callerid Use std::find() where possible

12 years agom_callerid Remove redundant includes
attilamolnar [Sun, 1 Jul 2012 18:36:26 +0000 (20:36 +0200)]
m_callerid Remove redundant includes

12 years agom_dccallow Fix unsafe iteration
attilamolnar [Sun, 1 Jul 2012 18:47:07 +0000 (20:47 +0200)]
m_dccallow Fix unsafe iteration

12 years agom_xline_db Get the xlines from the core, don't maintain a seperate list
attilamolnar [Sun, 1 Jul 2012 18:56:24 +0000 (20:56 +0200)]
m_xline_db Get the xlines from the core, don't maintain a seperate list

12 years agom_noctcp Use SimpleChannelModeHandler, reorder checks
attilamolnar [Sun, 24 Jun 2012 15:10:11 +0000 (17:10 +0200)]
m_noctcp Use SimpleChannelModeHandler, reorder checks

12 years agom_opermodes Remove unused OnRehash hook, don't touch remote opers, send mode changes...
attilamolnar [Sun, 24 Jun 2012 15:09:03 +0000 (17:09 +0200)]
m_opermodes Remove unused OnRehash hook, don't touch remote opers, send mode changes with SendMode

12 years agom_delaymsg Don't allow mode to be unset when it's not set
attilamolnar [Sun, 24 Jun 2012 14:06:58 +0000 (16:06 +0200)]
m_delaymsg Don't allow mode to be unset when it's not set

12 years agom_nonicks Use SimpleChannelModeHandler
attilamolnar [Sun, 24 Jun 2012 13:55:14 +0000 (15:55 +0200)]
m_nonicks Use SimpleChannelModeHandler

12 years agom_operlevels Remove unused hook
attilamolnar [Sun, 24 Jun 2012 16:08:23 +0000 (18:08 +0200)]
m_operlevels Remove unused hook

12 years agom_alltime Add a missing space to the notice
attilamolnar [Fri, 15 Jun 2012 18:08:04 +0000 (20:08 +0200)]
m_alltime Add a missing space to the notice

12 years agoRemove unused channelmanager
attilamolnar [Fri, 15 Jun 2012 18:03:08 +0000 (20:03 +0200)]
Remove unused channelmanager

12 years agoMerge pull request #238 from SaberUK/insp20-spelling-fix
Robin Burchell [Fri, 29 Jun 2012 21:49:05 +0000 (14:49 -0700)]
Merge pull request #238 from SaberUK/insp20-spelling-fix

[2.0] Spelling fix.

12 years agoFix typo in log message.
Peter Powell [Fri, 29 Jun 2012 10:51:34 +0000 (11:51 +0100)]
Fix typo in log message.

12 years agoMerge pull request #237 from SaberUK/insp20-fix-windows-build
Attila Molnar [Thu, 28 Jun 2012 00:24:00 +0000 (17:24 -0700)]
Merge pull request #237 from SaberUK/insp20-fix-windows-build

[2.0] InviteBase needs to be a CoreExport on Windows.

12 years agoInviteBase needs to be a CoreExport on Windows.
Peter Powell [Thu, 28 Jun 2012 00:19:11 +0000 (01:19 +0100)]
InviteBase needs to be a CoreExport on Windows.

12 years agoMerge pull request #235 from attilamolnar/insp20+invitefix
Attila Molnar [Wed, 27 Jun 2012 23:29:21 +0000 (16:29 -0700)]
Merge pull request #235 from attilamolnar/insp20+invitefix

12 years agoMerge pull request #234 from attilamolnar/insp20+chanhistory
Attila Molnar [Wed, 27 Jun 2012 23:23:09 +0000 (16:23 -0700)]
Merge pull request #234 from attilamolnar/insp20+chanhistory

12 years agoMerge pull request #233 from attilamolnar/insp20+cap
Attila Molnar [Wed, 27 Jun 2012 23:16:11 +0000 (16:16 -0700)]
Merge pull request #233 from attilamolnar/insp20+cap

12 years agom_cap Allow clients to disable specific capabilities by prefixing them with a dash...
attilamolnar [Sun, 17 Jun 2012 16:37:47 +0000 (18:37 +0200)]
m_cap Allow clients to disable specific capabilities by prefixing them with a dash (-) to be compliant with the specification

12 years agom_cap Fix crash when a user issued a CAP CLEAR request and the CapEvent had an empty...
attilamolnar [Sun, 17 Jun 2012 16:37:39 +0000 (18:37 +0200)]
m_cap Fix crash when a user issued a CAP CLEAR request and the CapEvent had an empty list of removed CAPs

12 years agom_cap Use an enum to specify cap event type instead of a string, assign CapEvent...
attilamolnar [Sun, 17 Jun 2012 16:37:06 +0000 (18:37 +0200)]
m_cap Use an enum to specify cap event type instead of a string, assign CapEvent data in the constructor

12 years agoMerge pull request #215 from attilamolnar/insp20+modfixes
Attila Molnar [Tue, 26 Jun 2012 21:16:44 +0000 (14:16 -0700)]
Merge pull request #215 from attilamolnar/insp20+modfixes

[2.0] Bugfixes/improvements in m_rline, m_svshold, m_shun, m_cban

12 years agoFix pending invites not being removed when a channel was deleted or had its TS lowered
attilamolnar [Sun, 17 Jun 2012 15:53:39 +0000 (17:53 +0200)]
Fix pending invites not being removed when a channel was deleted or had its TS lowered

12 years agom_chanhistory Keep history when changing parameters
attilamolnar [Sun, 17 Jun 2012 15:48:18 +0000 (17:48 +0200)]
m_chanhistory Keep history when changing parameters

12 years agom_chanhistory Don't allow durations that contain an invalid char or too long
attilamolnar [Sun, 17 Jun 2012 15:47:24 +0000 (17:47 +0200)]
m_chanhistory Don't allow durations that contain an invalid char or too long

12 years agom_chanhistory Add config setting to show/hide the informational notice before playing...
attilamolnar [Sun, 17 Jun 2012 15:45:12 +0000 (17:45 +0200)]
m_chanhistory Add config setting to show/hide the informational notice before playing back history, don't playback to remote users

12 years agom_shun Fix out of bounds vector access leading to crashes when hiding part reason...
attilamolnar [Sun, 17 Jun 2012 12:58:16 +0000 (14:58 +0200)]
m_shun Fix out of bounds vector access leading to crashes when hiding part reason for a shunned user

12 years agom_shun Fix a couple of things, namely
attilamolnar [Sun, 17 Jun 2012 12:50:18 +0000 (14:50 +0200)]
m_shun Fix a couple of things, namely
- remove OnUserConnect hook as it was completly a no-op
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when /SHUN succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route SHUN commands at all, spanningtree adds and removes the lines automatically

12 years agom_rline Fix memory leak when zlineonmatch was true and the zline existed, simplify...
attilamolnar [Sun, 17 Jun 2012 12:46:34 +0000 (14:46 +0200)]
m_rline Fix memory leak when zlineonmatch was true and the zline existed, simplify zline adding logic

12 years agom_svshold Fix a couple of things, namely
attilamolnar [Sun, 17 Jun 2012 12:44:01 +0000 (14:44 +0200)]
m_svshold Fix a couple of things, namely
- don't ask the XLine manager to apply SVSHOLD lines to the userlist, as we do nothing on match
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when SVSHOLD succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route SVSHOLD commands at all, spanningtree adds and removes the lines automatically

12 years agom_cban Fix a couple of things, namely
attilamolnar [Sun, 17 Jun 2012 12:42:16 +0000 (14:42 +0200)]
m_cban Fix a couple of things, namely
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when /CBAN succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route CBAN commands at all, spanningtree adds and removes the lines automatically

12 years agoMerge pull request #193 from attilamolnar/insp20+newlinefix
Robin Burchell [Fri, 15 Jun 2012 09:44:57 +0000 (02:44 -0700)]
Merge pull request #193 from attilamolnar/insp20+newlinefix

[2.0] Cut the ending \n from all lines in included (exec)files

12 years agoMerge pull request #184 from SaberUK/insp20-copy-all-configs
Attila Molnar [Thu, 14 Jun 2012 00:58:20 +0000 (17:58 -0700)]
Merge pull request #184 from SaberUK/insp20-copy-all-configs

[2.0] Install all configuration files

12 years agoMerge pull request #213 from attilamolnar/insp20+namesx
Sir Pogsalot [Wed, 13 Jun 2012 06:03:56 +0000 (23:03 -0700)]
Merge pull request #213 from attilamolnar/insp20+namesx

[2.0] Add support to m_namesx for altering /WHO replies

12 years agom_geoip Add support for /stats G
attilamolnar [Mon, 11 Jun 2012 16:44:53 +0000 (18:44 +0200)]
m_geoip Add support for /stats G

m_geoip Change /stats G numeric to be 801

12 years agoMake m_cap.h a bit cleverer
attilamolnar [Thu, 7 Jun 2012 18:14:58 +0000 (20:14 +0200)]
Make m_cap.h a bit cleverer

12 years agoNew module to support IRCv3 extras, namely account-notify, away-notify and extended...
attilamolnar [Thu, 7 Jun 2012 18:10:07 +0000 (20:10 +0200)]
New module to support IRCv3 extras, namely account-notify, away-notify and extended-join CAPs

12 years agom_services_account Send an AccountEvent with an empty accountname when a user logs...
attilamolnar [Thu, 7 Jun 2012 18:08:26 +0000 (20:08 +0200)]
m_services_account Send an AccountEvent with an empty accountname when a user logs out of an account

12 years agom_spanningtree Burst to a new server before introducing it to the rest of the network
attilamolnar [Thu, 31 May 2012 20:47:24 +0000 (22:47 +0200)]
m_spanningtree Burst to a new server before introducing it to the rest of the network
Fixes issue #103 reported by @nenolod

12 years agoBe consistent with Robby's qQ snomask changes
Sir Poggles [Wed, 13 Jun 2012 01:58:45 +0000 (18:58 -0700)]
Be consistent with Robby's qQ snomask changes

12 years agom_dnsbl: switch to OnSetClientIP hook which may be refired.
William Pitcock [Tue, 12 Jun 2012 03:17:09 +0000 (22:17 -0500)]
m_dnsbl: switch to OnSetClientIP hook which may be refired.

12 years agousers: introduce OnSetClientIP hook.
William Pitcock [Tue, 12 Jun 2012 03:12:23 +0000 (22:12 -0500)]
users: introduce OnSetClientIP hook.

This hook is called whenever a client's IP is modified.

12 years agousers: LocalUser constructor should call SetClientIP() on itself
William Pitcock [Tue, 12 Jun 2012 03:10:55 +0000 (22:10 -0500)]
users: LocalUser constructor should call SetClientIP() on itself

This way we fire a future hook based on local IP information changing.

12 years agousers: add SetClientIP function for irc::sockets::sockaddrs type.
William Pitcock [Tue, 12 Jun 2012 03:06:36 +0000 (22:06 -0500)]
users: add SetClientIP function for irc::sockets::sockaddrs type.

Code which touches client_sa should instead use this SetClientIP function so that hooks may
be called in the future.

12 years agofgets(): refer to the buffer size (no literals)
Sir Poggles [Wed, 13 Jun 2012 01:22:15 +0000 (18:22 -0700)]
fgets(): refer to the buffer size (no literals)

12 years agoFix 2 clang warnings reported by @SaberUK
attilamolnar [Mon, 11 Jun 2012 16:59:06 +0000 (18:59 +0200)]
Fix 2 clang warnings reported by @SaberUK

12 years agoSnomask qQ: Swap quit message and IP for easier parsing by bots or scripts
Robby- [Tue, 12 Jun 2012 02:35:35 +0000 (04:35 +0200)]
Snomask qQ: Swap quit message and IP for easier parsing by bots or scripts

12 years agoREADME changes.
Peter Powell [Mon, 11 Jun 2012 04:34:47 +0000 (05:34 +0100)]
README changes.

12 years agoFix build on Debian GNU/Hurd platforms, thanks to Jonathan Wiltshire <jmw@debian...
attilamolnar [Mon, 11 Jun 2012 17:55:44 +0000 (19:55 +0200)]
Fix build on Debian GNU/Hurd platforms, thanks to Jonathan Wiltshire <jmw@debian.org> for the patch
Fixes issue #98 reported by @guikcd

12 years agom_check: Include IP and gecos in host/IP-mask lookup results
Robby- [Tue, 12 Jun 2012 04:37:04 +0000 (06:37 +0200)]
m_check: Include IP and gecos in host/IP-mask lookup results

12 years agoInstall example alias and module configuration files as well.
Peter Powell [Tue, 12 Jun 2012 17:53:50 +0000 (18:53 +0100)]
Install example alias and module configuration files as well.

12 years agoMove all example configuration files to their own directory.
Peter Powell [Tue, 12 Jun 2012 17:38:54 +0000 (18:38 +0100)]
Move all example configuration files to their own directory.

12 years agom_namesx Add support for altering /WHO replies to be compliant with the specification
attilamolnar [Tue, 12 Jun 2012 16:16:08 +0000 (18:16 +0200)]
m_namesx Add support for altering /WHO replies to be compliant with the specification

12 years agom_spanningtree Only add a resolved server IP as valid if it still exists when the...
attilamolnar [Mon, 11 Jun 2012 13:08:10 +0000 (15:08 +0200)]
m_spanningtree Only add a resolved server IP as valid if it still exists when the lookup completes

12 years agom_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h
attilamolnar [Mon, 11 Jun 2012 13:05:07 +0000 (15:05 +0200)]
m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h

12 years agom_spanningtree Disallow server passwords which contain a space char and those which...
attilamolnar [Mon, 11 Jun 2012 13:04:29 +0000 (15:04 +0200)]
m_spanningtree Disallow server passwords which contain a space char and those which begin with a colon
Update links.conf.example

12 years agom_spanningtree Notify opers upon ecountering a configuration error when rehashing
attilamolnar [Mon, 11 Jun 2012 13:02:10 +0000 (15:02 +0200)]
m_spanningtree Notify opers upon ecountering a configuration error when rehashing

12 years agoCut the ending \n from all lines in included (exec)files
attilamolnar [Thu, 7 Jun 2012 23:14:22 +0000 (01:14 +0200)]
Cut the ending \n from all lines in included (exec)files

12 years agoMerge pull request #179 from attilamolnar/insp20+desyncfix
Robin Burchell [Fri, 1 Jun 2012 08:07:36 +0000 (01:07 -0700)]
Merge pull request #179 from attilamolnar/insp20+desyncfix

[2.0] Fix desyncs caused by m_autoop and broken spanningtree routing logic

12 years agoMerge pull request #182 from attilamolnar/insp20+gnutlsfix
Robin Burchell [Fri, 1 Jun 2012 08:06:44 +0000 (01:06 -0700)]
Merge pull request #182 from attilamolnar/insp20+gnutlsfix

[2.0] Fix crash in m_ssl_gnutls destructor when dh_params wasn't inited

12 years agom_ssl_gnutls Only generate DH params when dh_params is inited
attilamolnar [Fri, 1 Jun 2012 02:35:52 +0000 (04:35 +0200)]
m_ssl_gnutls Only generate DH params when dh_params is inited

12 years agom_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_params...
attilamolnar [Fri, 1 Jun 2012 02:03:46 +0000 (04:03 +0200)]
m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_params wasn't inited
Fixes #181 reported by @BlacklightShining

12 years agom_spanningtree Fix desync issue #37 reported by @Joah - part 2
attilamolnar [Thu, 31 May 2012 18:09:24 +0000 (20:09 +0200)]
m_spanningtree Fix desync issue #37 reported by @Joah - part 2

12 years agoMerge pull request #175 from attilamolnar/insp20+chopfix
Robin Burchell [Wed, 30 May 2012 09:55:45 +0000 (02:55 -0700)]
Merge pull request #175 from attilamolnar/insp20+chopfix

[2.0] Fix last character being chopped off in included (exec)files

12 years agoMerge pull request #173 from Robby-/insp20-moddesc
Robin Burchell [Wed, 30 May 2012 09:54:45 +0000 (02:54 -0700)]
Merge pull request #173 from Robby-/insp20-moddesc

[2.0] Module description updates

12 years agoMerge pull request #166 from Robby-/insp20-cfgcorrections
Robin Burchell [Wed, 30 May 2012 09:46:30 +0000 (02:46 -0700)]
Merge pull request #166 from Robby-/insp20-cfgcorrections

[2.0] Add more documentation about logging, aswell as make text, tab and space corrections to the configs.

12 years agoMerge pull request #159 from gholms/md5-memset-20
Robin Burchell [Wed, 30 May 2012 09:44:18 +0000 (02:44 -0700)]
Merge pull request #159 from gholms/md5-memset-20

[2.0] md5: zero the whole MD5Context, not only part of it

12 years agoMerge pull request #163 from attilamolnar/insp20+silentjoinfix
Robin Burchell [Wed, 30 May 2012 09:43:15 +0000 (02:43 -0700)]
Merge pull request #163 from attilamolnar/insp20+silentjoinfix

[2.0] Don't send a MODE on join when the join was silenced by a module

12 years agoModule description updates
Robby- [Wed, 30 May 2012 01:46:41 +0000 (03:46 +0200)]
Module description updates

12 years agom_autoop Fix desync issue #37 reported by @Joah - part 1
attilamolnar [Wed, 30 May 2012 01:07:22 +0000 (03:07 +0200)]
m_autoop Fix desync issue #37 reported by @Joah - part 1