Adam
7e62fcf4b3
Fixed handling fmodes on inspircd12
2010-10-08 15:59:26 -04:00
Adam
21a61f162e
Fixed a crash if the dns engine is unable to add questions into DNS packets
2010-10-07 21:27:32 -04:00
Adam
7df71750cb
Log the kicker as the source of kicking log messages, not the target
2010-10-07 18:25:24 -04:00
Adam
b4f675adcf
Do now show topics being set by UIDs on TS6 IRCds
2010-10-07 16:02:23 -04:00
DukePyrolator
5298107ae8
fixed internally setting +o on OPERTYPE
2010-10-07 14:17:20 +02:00
Adam
7f4362138a
Made nickserv:nogroupchange work
2010-10-06 21:47:01 -04:00
Adam
4da258ff78
Added lang/unused.sh, used to find unused language strings. Also removed a lot of unused language strings.
2010-10-06 20:36:08 -04:00
Adam
9ab50eedf2
Fixed restarting Anope when it is started from outside of the services binary dir
2010-10-05 19:46:33 -04:00
Adam
64a3bda235
Fixed two types in db_mysql
2010-10-05 16:25:52 -04:00
Adam
acec166702
Use safe iteration when deleting servers off of hubs
2010-10-05 16:16:39 -04:00
Adam
00ed18b421
Updated docs and TODO
2010-10-05 02:11:14 -04:00
Adam
10833f9d3f
Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be opened with append not truncate
2010-10-04 21:46:15 -04:00
Adam
592060ac75
Attempt to write back the old mlock to the databases if we try and fail to connect to the uplink. Because we may not know modes until after we are synced we could accidentally nuke all of the mlocks
2010-10-04 18:57:54 -04:00
Adam
92338c13b8
Fixed /ns set password/display and made saset not log the new password on saset password
2010-10-04 17:36:53 -04:00
Adam
3fa2659309
Ignore the EINTR error from epoll_wait, it isnt always a real error
2010-10-04 16:57:11 -04:00
Adam
58a3e2bbb7
Allow reloading of the protocol module with /operserv modreload
2010-10-04 16:54:39 -04:00
Adam
ab5ebc2245
Automatically destruct messages when modules are unloaded
2010-10-04 16:38:25 -04:00
Adam
cf98cd3e06
Changed the protocol handling system to use a vector of strings instead of C style arrays. Burned the old process/split_buf/memory.c code
2010-10-04 13:59:30 -04:00
Adam
632f8df76b
Fixed checking the global block in the config to work ok, fixed having non-core service bots logging messages, fixed setting the topic to the topic setter on inspircd12/20, and fixed logging status mode changes on ts6 ircds
2010-10-03 15:59:19 -04:00
Adam
663a8b9a1c
Updated language files
2010-10-02 21:10:27 -04:00
Adam
90f0a7c92a
Added os_modreload. Also allow unloading database and encryption modules since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules.
2010-10-02 21:09:11 -04:00
Adam
0d684191e9
Made os_news send news notices from NickServ if global is disabled
2010-10-02 16:43:24 -04:00
Adam
3499edc427
Replaced globalnick and globaldescription with just nick and description, since it's in its own block now
2010-10-02 16:11:58 -04:00
Adam
8a0cf62d70
Set the botmodes on bots in the log channel(s) when using ircds that have dynamic modes
2010-10-02 15:24:00 -04:00
Adam
59f35732f6
Made entry_match work once again
2010-10-02 15:24:00 -04:00
Adam
76b10625d9
Fixed cs_invite to send the invite notice to the person invited
2010-10-02 15:24:00 -04:00
Adam
b0070bbd3b
Made ChanServ optional
2010-10-02 15:23:55 -04:00
Adam
0a8bb88085
Made OperServ and Global optional
2010-10-02 03:08:29 -04:00
Adam
a62d824cb4
Made MemoServ optional
2010-10-02 00:07:39 -04:00
Adam
e3afb119b9
Fixed pipe and win32 socketengine builds
2010-10-01 21:45:46 -04:00
Adam
d44f7971b1
Rewrote some of the socket code to allow m_ssl to be a service.
...
This allows modules (xmlrpc) to create and accept SSL connections.
Also fixed unloading m_mysql at certain times and made the threading
engine always work correctly on Windows.
2010-10-01 21:01:49 -04:00
Adam
70056dd468
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
2010-10-01 20:25:55 -04:00
Adam
5d9df2bdc1
Revert "Do not use new/delete to allocate modules, allows modules to always destruct properly and automatically"
...
This does not work as expected, it causes objects allocated by modules to be freed by the operating system when
the module is unloaded, giving no chance to the module to deallocate it itself.
This reverts commit 05e6815d91 .
2010-10-01 20:24:25 -04:00
Adam
9d2ef3f130
Allow OnPreConnect to kill users correctly and made session/xline exempt users not bypass the OnConnect event
2010-09-29 14:02:17 -04:00
Adam
6ca09be663
Cleaned up some unused code, moved handling of user modes around so we dont get log messages about user modes when users connect, and fixed tracking some umodes on Unreal
2010-09-27 17:02:36 -04:00
Naram Qashat
7db5e19f74
Partial fix for finding gettext with CMake, still doesn't fix the lack of finding non-standard paths though.
2010-09-26 15:35:24 -04:00
Adam
f3840ed110
Added a short docs/LANGUAGES file explaining how to add translations for the core and modules, updated TODO, and fixed a few small bugs
2010-09-26 15:09:39 -04:00
Adam
7d5893a1c8
Properly detect gettext and dont build langfiles on systems without it
2010-09-26 03:21:00 -04:00
Adam
d646d455e2
Changed the language system to use gettext
2010-09-26 02:33:01 -04:00
Adam
05e6815d91
Do not use new/delete to allocate modules, allows modules to always destruct properly and automatically
2010-09-22 14:56:43 -04:00
Adam
3459206980
Fixed some problems with cycling logfiles
2010-09-21 01:20:28 -04:00
Adam
6f707920ff
Fixed log messages from when a user quits or gets killed
2010-09-19 17:41:50 -04:00
Adam
ce69f294a1
Added configuration for m_dnsbl for what return values get banned
2010-09-19 17:21:08 -04:00
Adam
f8ee95ef98
Added some more variable fields for dnsbl akill reasons
2010-09-19 16:20:56 -04:00
Adam
1e3d2f3739
Fixed /os modinfo command output
2010-09-19 16:08:21 -04:00
Adam
aa9ab7c6db
Keep users +r on InspIRCd if their account name matches their login name
2010-09-19 16:06:22 -04:00
Adam
22f2b25f97
Fixed joining chanserv enforcers to unregistered channels
2010-09-19 12:42:08 -04:00
Adam
ebd2997b79
DNSSocket doesn't need to save the server addr anymore
2010-09-18 17:27:58 -04:00
lethality
06faf6affc
Fixed bug #1191
2010-09-18 03:36:44 +01:00
lethality
5ec605e424
Fixed some minor punctuation and logging
2010-09-18 03:35:33 +01:00