Bram Matthys
d272d2d6a0
- Services coders: Added support for ESVID. Instead of a number you can
...
now store a string (of max NICKLEN size) as service stamp. See
protoctl.txt and serverprotocol.html in doc/technical for more
information.
Patch from nenotopia (#3966 ).
2011-12-25 14:26:53 +01:00
Bram Matthys
e8244902f8
- Tweak: send actual channel name and not user supplied channel in KICK, reported and patch by Stealth ( #3298 ).
2011-12-25 14:06:19 +01:00
Bram Matthys
316828edf8
- Config parser failed to check for invalid set::ssl options, reported and patch by fbi ( #4035 ).
2011-12-25 13:20:19 +01:00
Bram Matthys
aa0af2ddd2
- Fix small error in oper block documentation, reported by Stealth ( #2318 ).
2011-12-25 13:15:49 +01:00
Bram Matthys
0e4d604c04
- Added patch from nenotopia to use more modern LUSERS numerics ( #3967 ).
2011-12-25 12:55:02 +01:00
Nathan Phillip Brink
5a57a8f496
- Include CMDS=STARTTLS in ISUPPORT/numeric 005 to let clients discover STARTTLS support through VERSION, before or after registration ( #4064 ).
2011-12-20 22:27:16 +00:00
Nathan Phillip Brink
2ffa9a174f
- Fix version string in configure.ac.
2011-11-14 03:40:27 +00:00
Nathan Phillip Brink
0ff0b04a56
- Fix compilation issues with bundled tre and ./curlinstall-ed curl caused by over-generic regexes. Reported by warg.
2011-11-12 06:58:34 +00:00
Nathan Phillip Brink
9299b781f6
- Attempt to make Makefile rules more parallelism friendly.
2011-11-10 05:37:16 +00:00
Nathan Phillip Brink
b753c28bec
- Fix compilation issue when disabling stacked extbans. https://bugs.gentoo.org/389949
2011-11-09 17:21:39 +00:00
Nathan Phillip Brink
cc5e2bc414
- Automatically regenerate Makefile if ./config.status --recheck was run.
2011-11-09 17:16:55 +00:00
Bram Matthys
d19bce6c42
** 3.2.9 release **
2011-11-05 09:54:12 +01:00
Bram Matthys
9b3e65c6e7
- Updated credits (supporters, coders)
2011-09-11 18:13:35 +02:00
Bram Matthys
879d32064c
- Updated credits (donations)
2011-09-07 10:06:27 +02:00
Bram Matthys
4008e3745f
Update curl-ca-bundle.crt & prepare for retag
2011-07-18 21:08:17 +02:00
Bram Matthys
df6e300ecd
** 3.2.9-rc2 release ** + last-minute fix #0004028
2011-07-18 12:55:06 +02:00
Bram Matthys
aa6ed2085f
- Another fix-for-fix of zip links buffering from a few weeks ago.
...
Reported by fbi (#0004030 ).
2011-07-18 12:15:41 +02:00
Nathan Phillip Brink
087b306429
Add a self-documented and commented files {} block to example.conf.
2011-07-13 23:32:05 -04:00
Bram Matthys
59fbe14175
- Remove temporary message (Unreal3.2.1) regarding cloaking modules.
2011-07-06 23:41:34 +02:00
Nathan Phillip Brink
4d9482c92b
Fix Changes to refer to help.fr.conf instead of help.ft.conf.
2011-07-05 00:23:42 -04:00
Nathan Phillip Brink
371ae17e1c
- Add missing quotation to doc/help.ft.conf ( #4026 by MewT).
2011-07-05 00:21:58 -04:00
Nathan Phillip Brink
f8fbe5e4f0
- Support installing the ircd binary for people who set --with-spath=<dpath>/bin/ircd.
2011-07-05 00:15:23 -04:00
Bram Matthys
cb8e31af86
update credit in Changelog
2011-06-10 20:34:04 +02:00
Bram Matthys
5eb7e9eead
- Added aliases/atheme.conf, provided by katsklaw and CuleX ( #0003990 ).
2011-06-06 18:14:50 +02:00
Nathan Phillip Brink
80806af8bd
Check that the automatically-generated cloak keys fit unrealircd's own criteria before printing them out. ( #4017 )
2011-06-05 23:03:36 -04:00
Nathan Phillip Brink
ceba1d07c6
- Fix compile failure introduced by fdb2fd1f8963 when zip links are disabled.
2011-06-05 23:02:13 -04:00
Bram Matthys
143858cc5b
- Zip links: once a link was zipped, the error message when closing the
...
connection was never actually sent (due to buffering). Hence, things like
the /SQUIT reason was never seen on the other side (just 'server closed
the connection'). This has now been fixed.
2011-06-05 21:36:53 +02:00
Bram Matthys
08871c1e6a
- The unreal32docs translations in Greek, Spanish and Dutch are marked as out of date.
...
- CRLF conversion of unreal32docs.gr.html
2011-06-05 21:30:32 +02:00
Bram Matthys
1470edd1f7
- Updated doc/compiling_win32.txt a bit.
2011-06-02 18:17:56 +02:00
Bram Matthys
f72574ae22
Moved from cvs to hg: add big changelog item & update references to CVS.
2011-05-30 10:13:19 +02:00
Bram Matthys
64776556a9
- Module coders: Added HOOKTYPE_HANDSHAKE which is called before the client
...
handshake, IOTW: as soon as the connection is established. This can be
used to do things prior to accepting any commands, such as sending some text.
2011-04-03 07:45:57 +00:00
binki
34cab7caff
- Fix empty/nonexistent short MOTD being shown instead of the full MOTD on user registration. Thanks WakiMiko ( #4011 ).
2011-03-14 19:03:41 +00:00
binki
a5e7197daf
- Fix documentation about channel mode +t and halfops, thanks warg ( #4007 ).
2011-02-23 01:24:26 +00:00
Bram Matthys
cf1a52a927
- Bump server protocol version to 2310, due to the various changes and so
...
you can use deny link { } blocks if you want to deny older versions than
this release.
2011-01-08 10:51:58 +00:00
binki
6c69183d5a
- Fix pointer handling in remote MOTD code, fixing a crash on REHASH
...
reported by goldenwolf (#3992 ).
2010-12-30 21:05:18 +00:00
binki
6baddddc8e
- Fix set::ssl::options::no-starttls not being recognized.
2010-12-29 18:38:28 +00:00
Bram Matthys
0414d09660
- Updated credits a bit ( #3980 ).
2010-12-29 17:10:48 +00:00
Bram Matthys
2883eea6c7
- Update doc/compiling_win32.txt a bit ( #3975 ).
2010-12-29 16:48:34 +00:00
Bram Matthys
bcb97efdb3
- Windows installer: if an SSL certificate already exists, then don't check
...
the 'create SSL certificate' by default. Patch from goldenwolf (#3965 ).
2010-12-29 16:29:19 +00:00
binki
48bc3b2f74
- Fix remote MOTDs for URLs whose path components contain
...
subdirectories, in the process much simplifying my remote MOTD
code. Reported by goldenwolf (#3986 ).
2010-12-25 15:33:01 +00:00
binki
91c3283cfa
- Fix bundled TRE compilation error on OpenBSD with pkg-config-0.21
...
where pkg-config can't find 'tre.pc'. Reported by CuleX. (#3982 )
Also properly escape the sed expression used in the pkg-config call.
2010-12-24 02:29:53 +00:00
binki
df37d83f8b
- Fix invalid use of 'wc -l' when detecting the AsynchDNS feature of
...
libcurl which breaks compilation on FreeBSD; instead use 'grep
-q'. Reported by Jobe (#3981 ), solution proposed by satmd.
2010-12-22 16:02:39 +00:00
binki
9f710925f8
- Fix missing #include <stdint.h>. Fixes compile error on OpenBSD
...
reported by CuleX (#3977 ).
2010-12-21 04:53:05 +00:00
binki
7041116ec0
- Fix typo 'alias::spampfilter' in German docs, reported by seraphim ( #3978 ).
2010-12-20 05:24:41 +00:00
Bram Matthys
9c30f7b685
- Fixed bug with curl not finding libcares, reported by katslaw.
...
- Added workaround for 'curl-config' depending on 'bc'.
2010-12-19 16:38:07 +00:00
binki
b994ad33bd
- Enable parallel building of modules.
2010-12-15 18:45:31 +00:00
Bram Matthys
0c8f523e1d
** 3.2.9-rc1 release **
2010-12-15 12:50:48 +00:00
Bram Matthys
d603a53e4e
- Win32: show missing /INFO in GUI
2010-12-12 17:08:23 +00:00
Bram Matthys
58260b3917
Major win32 build system cleanup:
...
- Win32: Attempt to move to 100% winsock2 (the include, to be precise),
this means includes have to be in a very particular order (!)
- Win32: #define _WIN32_WINNT 0x0501 and force our own inet_ntop/pton,
otherwise you get an ntop runtime error on XP and earlier.
- Win32: Get rid of c-ares includes and library in our tree, and use the
DLL instead of static LIB, just like we do for ssl and zlib.
- Win32: Get rid of TRE lib and includes
- Win32: reorder includes to fix winsock errors with curl
2010-12-12 16:32:55 +00:00
Bram Matthys
b8026bbc50
- Fix return values in src/auth.c on Win32.
2010-12-08 10:13:14 +00:00