index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
database
Age
Commit message (
Expand
)
Author
2017-10-08
Fix some compiler warnings
Adam
2017-10-07
No longer expose c->ci and ci->c
Adam
2017-05-29
Remove recognized status and secure
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-04-07
Merge commit '23a0628fba15be8bae73c8413e406780427fe60c'
Adam
2017-02-07
Normalize databases by not allowing generic Object references
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2017-01-11
db_sql: run table creation queries during import synchronously too
Adam
2016-12-01
Allow objects to opt out of gc, don't gc accounts with users logged in
Adam
2016-11-30
Fix some field shadowing warnings
Adam
2016-11-25
Rename most ext fields names to be consistent with everything else, add acces...
Adam
2016-11-11
db_old: convert languages to UTF-8 encoded version
Adam
2016-11-11
Fix opers not really being serializable
Adam
2016-11-09
Change default database to sqlite, begin 2.0 db_flatfile support
Adam
2016-10-30
Add new RESTful JSON API and documentation
Adam
2016-10-17
Address casemapping issues in sqlite/mysql
Adam
2016-10-16
db_sql: don't update objects pending creation as it duplicates it
Adam
2016-10-15
Various improvements/bugfixes to extdb stuff
Adam
2016-10-09
Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per acco...
Adam
2016-10-09
Split vhosts into its own structure
Adam
2016-10-07
db_old: fix warnings
Adam
2016-10-07
Set shared library suffix to .so, add missing serializable type GetTypes defi...
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-07-25
db_old: fix warnings
Adam
2016-04-14
Remove memos from memoinfo more reliably
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-12-31
Rename haader file names to be consistent with module names
Adam
2015-12-14
New source tree structure for modules. From commands/cs_access => chanserv/ac...
Adam
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-09-06
Merge pull request #120 from Alef-Burzmali/2.0+nobackupok
Adam
2015-07-11
Fix db_flatfile to read "nobackupokay"
Thomas Fargeix
2015-07-08
Fix a ton of typos.
Peter Powell
2015-07-07
Fix various Clang compiler warnings.
Peter Powell
2014-12-29
Allow configuring casemaps
Adam
2014-12-27
Remove now unnecessary eventhook constructor calls in module init lists
Adam
2014-12-10
Unconst these config Get<Anope::string> calls as it makes no sense
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-07-26
When object unserialization fails (due to not having dependency objects) bump...
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-06-15
Log more when unable to backup databases in db_flatfile
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-27
Fix default db name in db_flatfifle in a couple places
Adam
2014-05-21
Core prep for p10 stuff
Adam
2014-05-14
Fix access lists showing the wrong mask if the display nick for a group
Adam
2014-04-20
New event system
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2014-03-05
Open database files using std::ios_base::binary in db_flatfile, which Windows...
Adam
[next]