attilamolnar
290bf076e0
m_ssl_gnutls Move common session initialization code into a function
2012-07-21 16:00:30 +02:00
attilamolnar
77b42efc86
m_ssl_gnutls Add a config option that can be used to set the value of the SSL token in ISUPPORT
2012-07-21 16:00:30 +02:00
Adam
3f5c635c38
Fixed Windows build
2012-07-17 22:10:49 -04:00
attilamolnar
0e8c46340c
m_noctcp Fix /me not being allowed on +C channels
...
Fixes #260 reported by @JDowny
2012-07-17 05:06:54 +02:00
attilamolnar
73a4a37376
m_ssl_openssl Use the system default cipher list if no cipher list is specifed
2012-07-13 21:43:20 +02:00
Attila Molnar
74ee9af966
Merge pull request #230 from Robby-/insp20-openssl
...
[2.0] m_ssl_openssl: Show cipher used on connect and allow available ciphers to be customized.
2012-07-13 12:24:06 -07:00
attilamolnar
c59a768fc7
Release 2.0.8
v2.0.8
2012-07-13 17:38:01 +02:00
Attila Molnar
2ab2de1dda
Merge pull request #249 from Shawn-Smith/insp20+simplemode
...
[2.0] Simplified the SimpleModeHandlers
2012-07-13 08:32:54 -07:00
attilamolnar
13ebac30b1
m_services_account Simplify mode handlers
2012-07-13 17:29:41 +02:00
attilamolnar
0fa8cdd7b8
Use SimpleUserModeHandler/SimpleChannelModeHandler where possible
2012-07-13 17:29:26 +02:00
attilamolnar
2a5cab9b44
Use less memory when rehashing built-in hashmaps
2012-07-13 17:27:03 +02:00
attilamolnar
414e1249e5
m_blockamsg Remove redundant null pointer and IS_LOCAL() check
2012-07-13 17:23:39 +02:00
attilamolnar
5d8b4bfa59
m_ident Fix casting User pointers to LocalUser pointers blindly
2012-07-13 17:20:39 +02:00
attilamolnar
3f11cf21b1
m_ident Close the socket and mark as done when received something instead of doing it in two places before returning
2012-07-13 17:20:39 +02:00
attilamolnar
41c26a03fa
Move STATS handler back to cmd_stats so it's hotpatchable again
2012-07-13 17:18:07 +02:00
attilamolnar
2de11961b8
Revert m_xline_db Get the xlines from the core, don't maintain a seperate list (reverse-merged from commit 183b182b3d6c0c32f4d10e131a55adbf54b8be01)
2012-07-13 17:17:06 +02:00
attilamolnar
8e662f6202
Change debug message in Invitation::Find() to output expiration time as a string to avoid warnings
2012-07-13 15:27:38 +02:00
attilamolnar
f64ced2653
m_chanhistory Read the boolean config entry with getBool()
2012-07-12 20:58:14 +02:00
attilamolnar
53ab523021
m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the modes are deleted automatically on unload
2012-07-12 20:57:44 +02:00
attilamolnar
fc0a4b7de9
m_chanlog Use std::multimap::equal_range for iteratation instead of ::find and then checking each key after it
2012-07-11 17:03:23 +02:00
attilamolnar
074a96c9ff
Close files opened with popen() with pclose() instead of fclose()
2012-07-11 16:34:50 +02:00
attilamolnar
fa586546fa
Fix allow_overlapped having the opposite effect in irc::portparser
2012-07-11 15:18:10 +02:00
attilamolnar
a8d911c021
Don't manage memory manually for the commasepstream in irc::portparser
2012-07-11 15:01:31 +02:00
attilamolnar
03a8a981f1
Use std::set instead of std::map in irc::portparser
2012-07-11 15:01:31 +02:00
attilamolnar
655387286a
cmd_commands Don't show server only commands to users
2012-07-11 00:56:10 +02:00
Adam
6735f2da27
Fixed Windows build, int32_t is already defined in stdint.h.
...
Add GnuTLS support for Windows.
Made NSIS script include extra DLL files if supplied and
include the conf/aliases and conf/modules example configuration files.
Added make_gnutls_cert.bat to generate GnuTLS certificates on Windows.
Fixed typo in gnutlscert.pm.
2012-07-09 01:53:07 -04:00
attilamolnar
33b908aedc
m_spanningtree Add function to easily determine whether a server was introduced to the network, use it to determine when to send SQUIT
2012-07-08 16:15:57 +02:00
attilamolnar
c570f1d62b
m_setname, m_chgname Unify notices and annoucements
2012-07-07 21:02:43 +02:00
Shawn Smith
61429d9c68
Added ExtBan U to match only Unregistered users
...
Enhancement requested in Issue #247
2012-07-07 14:04:02 -04:00
attilamolnar
8e62584e73
m_satopic Use WriteGlobalSno instead of writing the same thing with SNO->WriteToSnoMask and PI->SendSNONotice
2012-07-07 16:37:11 +02:00
attilamolnar
1fe23633b7
m_lockserv Don't lock/unlock when already locked/unlocked, update messages
2012-07-07 15:57:35 +02:00
attilamolnar
933fdb87ea
m_lockserv Remove obsolete comments and unnecessary string clear()s
2012-07-07 15:57:35 +02:00
attilamolnar
feb937edf6
m_shun Display shun target correctly in the error message when adding a new shun and it exists
2012-07-07 15:57:35 +02:00
attilamolnar
9c5629085a
m_mlock Remove unnecessary iteration
2012-07-07 15:57:35 +02:00
attilamolnar
6c2edc2c5a
m_swhois Switch to OnPostOper hook instead of using OnPostCommand
2012-07-07 15:19:19 +02:00
attilamolnar
ce115e4f43
m_stripcolor Removing a character from a string while iterating it is slightly less complicated
2012-07-07 15:17:28 +02:00
attilamolnar
48c2bc4d80
m_globops Don't concatenate, the command parser does it for us as maxparams for the command is 1
2012-07-07 15:16:29 +02:00
attilamolnar
4041548262
m_inviteexception Remove useless check
2012-07-07 15:13:09 +02:00
attilamolnar
9f6ad08f77
m_inviteexception Read invitebypasskey setting once and store it instead of reading it at every invite check
2012-07-07 15:13:09 +02:00
attilamolnar
3ac4e6956d
m_setname, m_chgname Disallow empty GECOS, spotted by @Robby-
2012-07-07 13:40:30 +02:00
attilamolnar
f1094b52ae
m_ldapoper Say what the module actually does in the description
2012-07-07 13:21:01 +02:00
attilamolnar
d1afaa8f90
cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp for a while)
2012-07-07 13:08:44 +02:00
Shawn Smith
374a152a56
Improved the SimpleModeHandlers
2012-07-06 20:57:44 -04:00
Attila Molnar
557269cdca
Merge pull request #223 from Shawn-Smith/insp20+needmoreparams
...
[2.0] Fix to show ERR_NEEDMOREPARAMS for USERHOST and ISON
2012-07-06 16:02:31 -07:00
Shawn Smith
b450b1a34e
Fix to show ERR_NEEDMOREPARAMS for cmd_userhost and cmd_ison
2012-07-06 15:28:19 -04:00
Attila Molnar
85b9374a7a
Merge pull request #217 from Shawn-Smith/insp20+antiredirect
...
[2.0] Backported user mode +L from 2.1
2012-07-06 11:57:35 -07:00
Attila Molnar
eadffd640b
Merge pull request #248 from Shawn-Smith/insp20+descfix
...
[2.0] Updated some module version lines.
2012-07-06 11:43:15 -07:00
Shawn Smith
c93af7582a
Updated the version lines on several modules.
2012-07-06 14:34:15 -04:00
attilamolnar
d2d88b6371
#include <stdint.h>, add header guard to extensible.h
...
Fixes #102 reported by @kshade
2012-07-06 20:25:21 +02:00
Shawn Smith
ff8a01ff19
Backported usermode +L from insp21. Stops forced redirection given by cmode +L
2012-07-06 13:48:01 -04:00