Adam
|
ffd5c045e4
|
Fixed chanserv/access/modify permission on non-xop channels
|
2011-07-06 00:33:25 -04:00 |
|
Adam
|
a1b36ec0a5
|
Search all domains for language strings, fixes the mess that we used to use to translate strings in 3rd party modules
|
2011-06-17 19:57:43 -04:00 |
|
Adam
|
fd4b52ec38
|
Added os_forbid
|
2011-05-16 04:10:18 -04:00 |
|
Adam
|
583954d3a1
|
Use module type to determine what type each module is instead of its location in the configuration file.
|
2011-05-16 04:09:32 -04:00 |
|
Adam
|
c8c23158a4
|
Moved the core pseudo clients out into their own modules
|
2011-05-16 04:06:17 -04:00 |
|
Adam
|
4a3c64291f
|
Fixed sometimes not removing nick masks from the access list when the group is dropped
|
2011-05-01 18:41:54 -04:00 |
|
Adam
|
bd62c4891e
|
Fixed disabling channel levels
|
2011-04-09 20:52:25 -04:00 |
|
DukePyrolator
|
365769d14c
|
replaced all %R with %s in the language strings
|
2011-03-26 08:20:05 +01:00 |
|
Adam
|
ed73d76751
|
Rewrote some of the opertype system, added os_login
|
2011-03-14 13:52:26 -04:00 |
|
Adam
|
9f46972f19
|
_()ify Command::SetDesc
|
2011-03-11 17:26:27 -05:00 |
|
Adam
|
f234a2bfab
|
Replaced the few language strings we use with #defines to prevent accidentally translating them if we shouldnt
|
2011-02-26 17:54:03 -05:00 |
|
Adam
|
2529ff6dae
|
Made the help command description code more sane
|
2011-02-11 03:12:39 -05:00 |
|
Adam
|
83556667fd
|
try/catch-ified all instances of convertTo to keep from aborting when a user gives too large or too small a number
|
2011-02-04 21:01:33 -05:00 |
|
Adam
|
a53a797271
|
Replaced all of the old %S's in the language strings that were used for service nicks
|
2011-02-04 18:32:04 -05:00 |
|
Adam
|
08583dc107
|
Moved the language strings which are only used once
out of the core and into the modules that use them.
|
2011-02-04 15:30:31 -05:00 |
|
lethality
|
9efebe5461
|
update copyrights for 2011
|
2011-01-05 18:34:38 +00:00 |
|
DukePyrolator
|
6a43886807
|
removed an unused variable
|
2010-12-13 07:34:06 +01:00 |
|
Adam
|
c41c828574
|
Do not use wildcard matching when looking up hosts on access add/del
|
2010-12-12 19:37:03 -05:00 |
|
Adam
|
0ba566491e
|
Allowing adding hostmasks to channel access lists
|
2010-12-12 19:37:02 -05:00 |
|
Adam
|
71c433cc50
|
The rest of the earlier command changes
|
2010-12-12 19:37:00 -05:00 |
|
Adam
|
cb6ef574e3
|
Send replies from fantasy commands back to the channel, this will be expanded on later
|
2010-12-12 19:36:19 -05:00 |
|
Adam
|
c5eb349d41
|
Removed the AUTODEOP level, it is unnecessary now because of cs_mode
|
2010-12-12 19:35:30 -05:00 |
|
Adam
|
872bc3fa5e
|
Allow users to remove their own access in channels
|
2010-12-12 19:33:58 -05:00 |
|
Adam
|
27652144ec
|
Fixed the mlock events to be useful and fixed /cs access view's last used time
|
2010-11-17 19:59:23 -05:00 |
|
Adam
|
bd7b6b16ec
|
Fixed bug #1200
|
2010-10-24 12:56:20 -04:00 |
|
Adam
|
4f317a2421
|
Made /cs help levels desc not case sensitive
|
2010-10-16 17:46:56 -04:00 |
|
Adam
|
d646d455e2
|
Changed the language system to use gettext
|
2010-09-26 02:33:01 -04:00 |
|
lethality
|
5ec605e424
|
Fixed some minor punctuation and logging
|
2010-09-18 03:35:33 +01:00 |
|
Adam
|
86c1dab286
|
Fixed many bugs and crashes
|
2010-09-16 21:16:20 -04:00 |
|
Adam
|
c2ddecc2b1
|
Added a new logging system
|
2010-08-27 20:56:28 -04:00 |
|
Adam
|
e65d8b2f3d
|
Rewrote the config reader to better handle invalid configs.
This prevents Anope from exploding when /os reload has errors.
|
2010-08-17 19:27:37 -04:00 |
|
Adam
|
c770c47e18
|
Don't dynamically allocate commands in modules anymore, instead made them members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code.
|
2010-07-31 21:37:45 -04:00 |
|
Naram Qashat
|
ae38212c1c
|
Epic commit to replace most of the strings in Anope with a single Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|
2010-07-25 21:58:20 -04:00 |
|
Adam
|
f9cd3f4238
|
Allow clearing of access lists while in XOP
|
2010-07-17 17:32:38 -04:00 |
|
Adam
|
a22f8d3b2d
|
Moved some files and diretories around, made cmake skip files it knows it can't compile because of missing dependices.
|
2010-07-15 22:55:02 -04:00 |
|