Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Plain text passwords are a terrible idea at best and are illegal at
worst. Lets not support them.
|
|
|
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
|
|
|
|
|
|
|
|
|
|
chanserv/access etc.
|
|
|
|
some of the madness in chanserv.h to the module.
|
|
are perm modules
|
|
|
|
|
|
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
|
|
|
|
|
|
|
|
|
|
know of all modes
|
|
|
|
|
|
Fix db_flatfile to read the "nobackokay" setting
|
|
Fix a ton of typos.
|
|
|
|
to the account name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include/modules/sql.h:103:10: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
modules/database/db_sql.cpp:273:15: warning: declaration shadows a local variable [-Wshadow]
modules/pseudoclients/chanserv/chanserv.cpp:319:150: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
modules/pseudoclients/chanserv/chanserv.cpp:329:80: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
|
|
|
|
irc2sql: handle away messages.
|
|
Allow opers with chanserv/access/list to view the levels list
|
|
|
|
|
|
|