More Code Cleanup
authorMarcus Eggenberger <egs@quassel-irc.org>
Sun, 3 Feb 2008 14:22:34 +0000 (14:22 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sun, 3 Feb 2008 14:22:34 +0000 (14:22 +0000)
commit9d12f8189a0dfd8ac76e41aea86ac56bdf907fde
tree9cb2810f1291cfbddc6fdba8385554b2dbfec748
parent8de2d4650197bdae2f39f804228f3bce5ddbd59c
More Code Cleanup
- CTCP Replys are working now
- /query asdf opens now a new buffer
- highlights are now determined in the client
40 files changed:
src/client/networkmodel.cpp
src/common/message.h
src/core/SQL/SQLite/3/delete_backlog_by_uid.sql [moved from src/core/SQL/SQLite/2/delete_backlog_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/3/delete_buffers_by_uid.sql [moved from src/core/SQL/SQLite/2/delete_buffers_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/3/delete_networks_by_uid.sql [moved from src/core/SQL/SQLite/2/delete_networks_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/3/delete_quasseluser.sql [moved from src/core/SQL/SQLite/2/delete_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/3/insert_buffer.sql [moved from src/core/SQL/SQLite/2/insert_buffer.sql with 100% similarity]
src/core/SQL/SQLite/3/insert_message.sql [moved from src/core/SQL/SQLite/2/insert_message.sql with 100% similarity]
src/core/SQL/SQLite/3/insert_network.sql [moved from src/core/SQL/SQLite/2/insert_network.sql with 100% similarity]
src/core/SQL/SQLite/3/insert_quasseluser.sql [moved from src/core/SQL/SQLite/2/insert_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/3/insert_sender.sql [moved from src/core/SQL/SQLite/2/insert_sender.sql with 100% similarity]
src/core/SQL/SQLite/3/select_authuser.sql [moved from src/core/SQL/SQLite/2/select_authuser.sql with 100% similarity]
src/core/SQL/SQLite/3/select_bufferByName.sql [moved from src/core/SQL/SQLite/2/select_bufferByName.sql with 100% similarity]
src/core/SQL/SQLite/3/select_buffers.sql [moved from src/core/SQL/SQLite/2/select_buffers.sql with 100% similarity]
src/core/SQL/SQLite/3/select_lastMessage.sql [moved from src/core/SQL/SQLite/2/select_lastMessage.sql with 100% similarity]
src/core/SQL/SQLite/3/select_messageRange.sql [moved from src/core/SQL/SQLite/2/select_messageRange.sql with 100% similarity]
src/core/SQL/SQLite/3/select_messages.sql [moved from src/core/SQL/SQLite/2/select_messages.sql with 100% similarity]
src/core/SQL/SQLite/3/select_messagesOffset.sql [moved from src/core/SQL/SQLite/2/select_messagesOffset.sql with 100% similarity]
src/core/SQL/SQLite/3/select_messagesSince.sql [moved from src/core/SQL/SQLite/2/select_messagesSince.sql with 100% similarity]
src/core/SQL/SQLite/3/select_messagesSinceOffset.sql [moved from src/core/SQL/SQLite/2/select_messagesSinceOffset.sql with 100% similarity]
src/core/SQL/SQLite/3/select_userid.sql [moved from src/core/SQL/SQLite/2/select_userid.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_000_quasseluser.sql [moved from src/core/SQL/SQLite/2/setup_000_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_010_sender.sql [moved from src/core/SQL/SQLite/2/setup_010_sender.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_020_network.sql [moved from src/core/SQL/SQLite/2/setup_020_network.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_040_buffer.sql [moved from src/core/SQL/SQLite/2/setup_040_buffer.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_050_buffer_idx.sql [moved from src/core/SQL/SQLite/2/setup_050_buffer_idx.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_060_backlog.sql [moved from src/core/SQL/SQLite/2/setup_060_backlog.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_070_coreinfo.sql [moved from src/core/SQL/SQLite/2/setup_070_coreinfo.sql with 100% similarity]
src/core/SQL/SQLite/3/setup_080_version.sql [moved from src/core/SQL/SQLite/2/setup_080_version.sql with 100% similarity]
src/core/SQL/SQLite/3/update_username.sql [moved from src/core/SQL/SQLite/2/update_username.sql with 100% similarity]
src/core/SQL/SQLite/3/update_userpassword.sql [moved from src/core/SQL/SQLite/2/update_userpassword.sql with 100% similarity]
src/core/SQL/SQLite/3/upgrade_000_update_backlog_flags.sql [new file with mode: 0644]
src/core/SQL/SQLite/3/upgrade_010_update_schemaversion.sql [new file with mode: 0644]
src/core/coresession.cpp
src/core/ctcphandler.cpp
src/core/ctcphandler.h
src/core/ircserverhandler.cpp
src/core/sql.qrc
src/core/userinputhandler.cpp
version.inc