Adam
|
70fb5900a2
|
Add support for inspircd2.0+s mlock, improved on Unreal's, and made server side mlock usage configurable
|
2012-05-23 19:35:56 -04:00 |
|
Adam
|
bf7d1a55af
|
Fixed some problems found by Robby
|
2012-05-23 15:09:41 -04:00 |
|
Adam
|
ccd29085a9
|
reinterpret_cast off of a virtual base does Bad Things
|
2012-05-17 03:57:19 -04:00 |
|
Adam
|
a883362c14
|
Fixed not always calling operator bool() in dynamic_reference, which would mess up service references and do weird things
|
2012-05-17 02:03:22 -04:00 |
|
Adam
|
9370b063d0
|
Fixed crash on access del + valgrind errors
|
2012-05-10 17:53:53 -04:00 |
|
Adam
|
820e4edc2b
|
Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live
|
2012-05-08 18:04:49 -04:00 |
|
Adam
|
675b113c3e
|
Split up db/conf/lib/locale install directories, and allow alternate ones to be specified at runtime
|
2012-05-06 21:43:50 -04:00 |
|
Adam
|
62818abbf4
|
Added options:casemap to chose how case insensitive strings are compared, using ascii, rfc1459, or a locale installed on the system
|
2012-04-29 15:43:51 -04:00 |
|
Adam
|
1081ecdae8
|
Fixed non-debug build
|
2012-04-25 14:29:50 -04:00 |
|
Adam
|
2370c16f1e
|
Fixed build from the previous merge
|
2012-04-24 16:02:07 -04:00 |
|
Adam
|
573e49a7ea
|
Reworked live SQL support yet again
|
2012-04-23 05:08:26 -04:00 |
|
DukePyrolator
|
deb5196101
|
Added Chanstats. It uses a new, improved database format and is not compatible with current phpdenora or magirc installations.
|
2012-04-08 12:43:34 +02:00 |
|
Adam
|
a26f4b9a9a
|
Bug #1389 - readd RNG seed in the config and start DNS query ids off on a random number
|
2012-03-13 17:45:07 -04:00 |
|
Adam
|
053d6a2247
|
Add a nickserv:unregistered_notice config option to send a message to unregistered users on connect. Suggested by Cronus.
|
2012-03-13 17:18:11 -04:00 |
|
Adam
|
cff91a532f
|
Made gch files depend on the header they were generated from
|
2012-03-11 21:21:47 -04:00 |
|
Adam
|
141b87bd14
|
Changed the OnChanDrop event to be called right before channels are dropped, not after
|
2012-02-26 23:28:02 -05:00 |
|
Adam
|
a5b9e235ae
|
Added chanserv:require config option to set which modes must be on all registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
|
2012-02-26 23:23:15 -05:00 |
|
Adam
|
07226feec4
|
Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with the names of other modes.
|
2012-02-26 19:49:02 -05:00 |
|
Adam
|
2337b7717d
|
Fixed calculating bots channel count of assigned channels and fixed the order of saving memos (among other things)
|
2012-02-24 14:53:34 -05:00 |
|
Adam
|
24811e5970
|
Added a configuration option to make all nick registrations require admin verification
|
2012-02-22 20:55:59 -05:00 |
|
Adam
|
3850b073dd
|
Added regex support for many commands, such as akill, sqline, snline,
all of the */list commands, etc.
Also extended the ability of akill to match a full nick!user@host and
real name of users.
|
2012-02-22 18:12:02 -05:00 |
|
Adam
|
b84e080463
|
Made our message sources actual clients/servers, and put in a few more default messages for very standard things (KICK etc)
|
2012-02-19 20:54:55 -05:00 |
|
Adam
|
0ba58d7d0e
|
Fixed some events
|
2012-02-18 18:07:34 -05:00 |
|
Adam
|
f2ce9cd85c
|
Made mode lock del check status of the mode lock before removing it
|
2012-02-18 15:47:16 -05:00 |
|
Adam
|
ee5cd8493e
|
Use C++11's explicit override feature if available
|
2012-02-18 15:04:26 -05:00 |
|
Adam
|
41e8d27602
|
Fixed FreeBSD build
|
2012-02-16 16:02:17 -05:00 |
|
Adam
|
e1f5fc6a0c
|
Remove revision numbers as they're only ever set by Config reading git since we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config.
|
2012-02-15 00:06:25 -05:00 |
|
Adam
|
a9772cde21
|
Clean up and reorganize our header files
|
2012-02-14 15:13:27 -05:00 |
|
Adam
|
086790d633
|
Removed our RNG and just use the systems, it's not very widely used. Also made DNS query ids not random as they don't need to be.
|
2012-02-13 00:10:45 -05:00 |
|
Adam
|
1bc8e2ab82
|
Removed operserv:notifications in favor of log blocks, as well as some other notifiications
|
2012-02-08 18:00:24 -05:00 |
|
Adam
|
52eaa7d6d6
|
Windows
|
2012-01-25 15:48:07 -05:00 |
|
Adam
|
fc20bd7b22
|
Add tracking for Unreal's usermode +I
|
2012-01-24 16:03:44 -05:00 |
|
Adam
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05:00 |
|
Adam
|
20aa4e85ce
|
Bug #1368 - check all members of a users gruop against the access list
|
2011-12-31 01:33:32 -05:00 |
|
Adam
|
150831c1a6
|
Made capab management a bit simplier
|
2011-12-27 23:11:14 -05:00 |
|
Adam
|
1a4157b7f4
|
Add DT_ALLOW_EMPTY config flag, allow fantasychars to be empty
|
2011-12-23 12:29:30 -05:00 |
|
Adam
|
704dbe27bf
|
Updated /bs info output and note db_sql can truncate entire databases
|
2011-12-20 18:38:37 -05:00 |
|
Adam
|
45fc3ce1c4
|
Fixed formatting of many lists and INFO outputs
|
2011-12-19 15:37:15 -05:00 |
|
Adam
|
c88a751eab
|
Add privilege ranks to determine how powerful privileges are
|
2011-12-15 02:29:13 -05:00 |
|
Adam
|
9ea030d060
|
Fixed access comparators
|
2011-12-15 01:14:13 -05:00 |
|
Adam
|
255a8da347
|
Added oper:require_oper configuration option
|
2011-12-12 15:26:59 -05:00 |
|
Adam
|
cef3eb78df
|
Remove send_cmd and replace it with a stringstream
|
2011-11-25 00:44:31 -05:00 |
|
Naram Qashat
|
3f14882992
|
Apparently pstdint.h was NOT included way back with commit 377a7a9 to use something similar to stdint.h
|
2011-11-20 18:34:13 -05:00 |
|
Adam
|
69dfc729e9
|
Fixed storing mode locks
|
2011-11-17 12:46:18 -05:00 |
|
Adam
|
5281282a61
|
Fixed compile error
|
2011-11-16 16:22:58 -05:00 |
|
Adam
|
9ed203c0cb
|
Fixed crash on shutdown & a compiler warning
|
2011-11-15 16:16:38 -05:00 |
|
Adam
|
b5ff856f47
|
Windows
|
2011-11-08 17:29:16 -05:00 |
|
Adam
|
97b9055f92
|
Remove xlines from the IRCd aswell as from our list when the clear command is used, and fixed adding timed Zlines to inspircd
|
2011-11-05 15:05:15 -04:00 |
|
Adam
|
09dba47653
|
Added an assignment operator for Serializable because some STL containers use it which causes iterators to become invalidated
|
2011-11-03 18:59:51 -04:00 |
|
Adam
|
22b7d9fbee
|
Added a copy constructor to dynamic_reference to allow references to reference other references correctly
|
2011-11-01 00:15:28 -04:00 |
|